Skip to content

Commit

Permalink
fix(deps): update rust crate redis to 0.24.0 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 2aea0a5 commit 869b076
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ opentelemetry_sdk = { version = "0.21.1", features = [
prometheus = { version = "0.13.3", features = ["process"] }
prometheus-static-metric = "0.5.1"
rand = "0.8.5"
redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"] }
redis = { version = "0.24.0", features = ["tokio-comp", "tokio-rustls-comp"] }
reqwest = { version = "0.11.23", default-features = false, features = [
"rustls",
"json",
Expand Down

0 comments on commit 869b076

Please sign in to comment.