diff --git a/Cargo.lock b/Cargo.lock index 62b4e883..89fc3fd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3239,16 +3239,15 @@ dependencies = [ [[package]] name = "redis" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff21dd025d2d3d2a6ad6788c0f7153f82d063216a7638f70367aac5790fea5da" +checksum = "9f89727cba9cec05cc579942321ff6dd09fe57a8b3217f52f952301efa010da5" dependencies = [ "arc-swap", "bytes", "combine", "crc16", "futures-util", - "itertools 0.13.0", "itoa", "num-bigint", "percent-encoding", diff --git a/server/Cargo.toml b/server/Cargo.toml index 1515c283..1edf6eec 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -62,7 +62,7 @@ prometheus = { version = "0.13.4", features = ["process"] } prometheus-reqwest-remote-write = { version = "0.2.1" } prometheus-static-metric = "0.5.1" rand = "0.8.5" -redis = { version = "0.28.0", features = [ +redis = { version = "0.28.1", features = [ "tokio-comp", "tokio-rustls-comp", "cluster",