Skip to content

Commit

Permalink
Merge pull request #1455 from jqnatividad/dependabot/cargo/redis-0.24.0
Browse files Browse the repository at this point in the history
build(deps): bump redis from 0.23.3 to 0.24.0
  • Loading branch information
jqnatividad authored Dec 6, 2023
2 parents ccd9928 + 8976ce8 commit 8482e97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 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 @@ -161,7 +161,7 @@ qsv-sniffer = { version = "0.10", default-features = false, features = [
] }
rand = "0.8"
rayon = "1.8"
redis = { version = "0.23", features = [
redis = { version = "0.24", features = [
"ahash",
# "tcp_nodelay", // TODO: enable when this feature is available again
], default-features = false, optional = true }
Expand Down

0 comments on commit 8482e97

Please sign in to comment.