Skip to content

Commit

Permalink
deps: use our cached fork while we wait for our PR to be merged
Browse files Browse the repository at this point in the history
so we can upgrade redis to 0.25 along with other dependencies
  • Loading branch information
jqnatividad committed Mar 24, 2024
1 parent f4b4157 commit 5a9e3ed
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 34 deletions.
54 changes: 24 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ rand = "0.8"
rand_hc = "0.3"
rand_xoshiro = "0.6"
rayon = "1.10"
redis = { version = "0.24", features = [
redis = { version = "0.25", features = [
"ahash",
"tcp_nodelay",
], default-features = false, optional = true }
Expand Down Expand Up @@ -242,11 +242,13 @@ serial_test = { version = "3.0", features = ["file_locks"] }
dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" }
# needed to get latest dependencies and unreleased fixes
grex = { git = "https://github.com/pemistahl/grex", rev = "8021cce" }
# use our fork while we wait for the PR to merge reqwest 0.12
# use our fork while we wait for the PR to bump reqwest to 0.12
# otherwise, our dependency tree blows up a bit with both reqwest 0.11 and 0.12
jsonschema = { git = "https://github.com/jqnatividad/jsonschema-rs", branch = "deps-bump-reqwest-to-0.12" }
# use our fork while we wait for the PR to merge reqwest 0.12
self_update = { git = "https://github.com/jqnatividad/self_update/", branch = "bump-reqwest_hyper-http2" }
# use our fork while we wait for the PR to bump reqwest to 0.12 and hyper to 1
self_update = { git = "https://github.com/jqnatividad/self_update", branch = "bump-reqwest_hyper-http2" }
# use our fork while we wait for the PR to bump redis to 0.25 along with other dependencies
cached = { git = "https://github.com/jqnatividad/cached", branch = "bump_redis-directories-serial_test" }

[features]
default = ["mimalloc"]
Expand Down

0 comments on commit 5a9e3ed

Please sign in to comment.