Skip to content

Commit

Permalink
ref(redis): Switch to fork in getsentry/redis (#3799)
Browse files Browse the repository at this point in the history
Same commit but from a different upstream
  • Loading branch information
Dav1dde committed Jul 8, 2024
1 parent 9ca183c commit 89a8dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -130,7 +130,7 @@ rand_pcg = "0.3.1"
rdkafka = "0.29.0"
rdkafka-sys = "4.3.0"
# Git revision until https://github.com/redis-rs/redis-rs/pull/1097 (merged) and https://github.com/redis-rs/redis-rs/pull/1253 are released.
redis = { git = "https://github.com/redis-rs/redis-rs.git", rev = "939e5df6f9cc976b0a53987f6eb3f76b2c398bd6", default-features = false }
redis = { git = "https://github.com/getsentry/redis-rs.git", rev = "939e5df6f9cc976b0a53987f6eb3f76b2c398bd6", default-features = false }
regex = "1.10.2"
reqwest = "0.11.1"
rmp-serde = "1.1.1"
Expand Down

0 comments on commit 89a8dd7

Please sign in to comment.