Skip to content

Commit

Permalink
Merge pull request #61 from valkey-io/dependabot/cargo/redis-0.26.1
Browse files Browse the repository at this point in the history
Bump redis from 0.25.4 to 0.26.1
  • Loading branch information
dmitrypol authored Aug 13, 2024
2 parents bd52ee0 + 8d4a370 commit d3adbaf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
31 changes: 29 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ log = "0.4"

[dev-dependencies]
anyhow = "1"
redis = "0.25"
redis = "0.26"
lazy_static = "1"
valkey-module-macros = { path = "valkeymodule-rs-macros", version = "0.1.1" }
valkey-module = { path = "./", default-features = false, features = ["min-redis-compatibility-version-7-2"] }
Expand Down

0 comments on commit d3adbaf

Please sign in to comment.