Skip to content

Commit

Permalink
Update Rust crate cached to 0.48.0 (#955)
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 Jan 22, 2024
1 parent 75b6169 commit d3060e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -25,7 +25,7 @@ actix-web-prom.workspace = true
serde.workspace = true
serde_json.workspace = true

cached = { version = "0.47.0", features = ["default", "async", "tokio"] }
cached = { version = "0.48.0", features = ["default", "async", "tokio"] }
futures = "0.3.30"
unicode-truncate = "0.2.0"

Expand Down

0 comments on commit d3060e4

Please sign in to comment.