Skip to content

Commit

Permalink
deps: pin redis to 0.27; update lock file
Browse files Browse the repository at this point in the history
other redis crates use 0.27, and 0.28 does not have any perf/security benefits
  • Loading branch information
jqnatividad committed Jan 8, 2025
1 parent 442135f commit 9653d9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -209,7 +209,7 @@ rand = "0.8"
rand_hc = "0.3"
rand_xoshiro = "0.6"
rayon = "1.10"
redis = { version = "0.27", features = [
redis = { version = "=0.27", features = [
"ahash",
"tcp_nodelay",
], default-features = false, optional = true }
Expand Down

0 comments on commit 9653d9a

Please sign in to comment.