Skip to content

Commit

Permalink
fix(deps): update rust crate cached to 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent 38f464a commit 8d943e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 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 @@ -35,7 +35,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.52.0", features = ["default", "async", "tokio", "disk_store"] }
cached = { version = "0.53.0", features = ["default", "async", "tokio", "disk_store"] }
futures = "0.3.30"
# temporarily forked until https://github.com/Aetf/unicode-truncate/issues/16 is resolved
unicode-truncate = { git = "https://github.com/CommanderStorm/unicode-truncate.git", rev = "5cc7798" }
Expand Down

0 comments on commit 8d943e2

Please sign in to comment.