Skip to content

Commit

Permalink
fix(deps): update rust crate redis to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 9, 2024
1 parent c3fa7a9 commit c5b847d
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 4 deletions.
117 changes: 114 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust
"postgresql",
"migrations",
] }
redis = { version = "0.23.0", default-features = false, features = [
redis = { version = "0.25.0", default-features = false, features = [
"tokio-comp",
] }
redis-macros = "0.1.1"
Expand Down

0 comments on commit c5b847d

Please sign in to comment.