Skip to content

Commit

Permalink
fix(deps): update rust crate cached to 0.51.1 (#1146)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent d2d3f9b commit e43a2bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ actix-web = { version = "4.5.1", default-features = false, features = ["macros",
actix-cors = "0.7.0"
rustls = { version = "0.23.5", default-features = false, features = ["ring"] } # the aws' fips complient libary has weird bingen issues which require deeper looking into

cached = { version = "0.51.0", features = ["default", "async", "tokio", "disk_store"] }
cached = { version = "0.51.1", features = ["default", "async", "tokio", "disk_store"] }
futures = "0.3.30"
unicode-truncate = "1.0.0"

Expand Down

0 comments on commit e43a2bb

Please sign in to comment.