diff --git a/Cargo.lock b/Cargo.lock index 395ffaba78..1b383fb836 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3127,8 +3127,8 @@ dependencies = [ [[package]] name = "redis" -version = "0.25.3" -source = "git+https://github.com/getsentry/redis-rs.git?rev=939e5df6f9cc976b0a53987f6eb3f76b2c398bd6#939e5df6f9cc976b0a53987f6eb3f76b2c398bd6" +version = "0.27.2" +source = "git+https://github.com/getsentry/redis-rs.git?rev=fc7d98cc10c16fa7c0c31de64dc1b713354a4384#fc7d98cc10c16fa7c0c31de64dc1b713354a4384" dependencies = [ "arc-swap", "combine", @@ -3142,7 +3142,6 @@ dependencies = [ "ryu", "sha1_smol", "socket2", - "tokio", "url", ] diff --git a/Cargo.toml b/Cargo.toml index 8f41c6b855..c53dcf749a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,8 +130,8 @@ rand_pcg = "0.3.1" rayon = "1.10" rdkafka = "0.36.2" 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/getsentry/redis-rs.git", rev = "939e5df6f9cc976b0a53987f6eb3f76b2c398bd6", default-features = false } +# Git revision until https://github.com/redis-rs/redis-rs/pull/1097 (merged) and https://github.com/redis-rs/redis-rs/pull/1290 are released. +redis = { git = "https://github.com/getsentry/redis-rs.git", rev = "fc7d98cc10c16fa7c0c31de64dc1b713354a4384", default-features = false } regex = "1.10.2" regex-lite = "0.1.6" reqwest = "0.12.7"