Skip to content

Commit

Permalink
deps: ensure redisis at the same version being used by the cached
Browse files Browse the repository at this point in the history
… crate

we only use redis with the cached crate which is still at 0.25
  • Loading branch information
jqnatividad committed Nov 14, 2024
1 parent 02cd5a9 commit 5446100
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
30 changes: 4 additions & 26 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 @@ -203,7 +203,7 @@ rand = "0.8"
rand_hc = "0.3"
rand_xoshiro = "0.6"
rayon = "1.10"
redis = { version = "0.27", features = [
redis = { version = "0.25", features = [
"ahash",
"tcp_nodelay",
], default-features = false, optional = true }
Expand Down

0 comments on commit 5446100

Please sign in to comment.