Skip to content

Commit

Permalink
Update Rust crate cached to 0.49.3 (#1073)
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 Apr 7, 2024
1 parent 360fab3 commit e0b2970
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 @@ -26,7 +26,7 @@ serde.workspace = true
serde_json.workspace = true
rustls.workspace = true

cached = { version = "0.49.2", features = ["default", "async", "tokio", "disk_store"] }
cached = { version = "0.49.3", features = ["default", "async", "tokio", "disk_store"] }
futures = "0.3.30"
unicode-truncate = "0.2.0"

Expand Down

0 comments on commit e0b2970

Please sign in to comment.