Skip to content

Commit

Permalink
Merge pull request #82 from FalkorDB/dependabot/cargo/main/redis-0.28.1
Browse files Browse the repository at this point in the history
build(deps): bump redis from 0.27.6 to 0.28.1
  • Loading branch information
gkorland authored Jan 14, 2025
2 parents f86fceb + 3e14f3c commit 96d736e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 31 deletions.
42 changes: 12 additions & 30 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 @@ -17,7 +17,7 @@ all-features = true

[dependencies]
parking_lot = { version = "0.12.3", default-features = false, features = ["deadlock_detection"] }
redis = { version = "0.27.6", default-features = false, features = ["sentinel"] }
redis = { version = "0.28.1", default-features = false, features = ["sentinel"] }
regex = { version = "1.11.1", default-features = false, features = ["std", "perf", "unicode-bool", "unicode-perl"] }
strum = { version = "0.26.3", default-features = false, features = ["std", "derive"] }
thiserror = "2.0.6"
Expand Down

0 comments on commit 96d736e

Please sign in to comment.