diff --git a/Cargo.lock b/Cargo.lock index 9fb64af..559e8d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,12 +106,6 @@ version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" -[[package]] -name = "arc-swap" -version = "1.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" - [[package]] name = "asn1-rs" version = "0.7.0" @@ -286,9 +280,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615" +checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24" dependencies = [ "async-channel 1.9.0", "async-global-executor", @@ -2184,11 +2178,10 @@ dependencies = [ [[package]] name = "redis" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "438a4e5f8e9aa246d6f3666d6978441bf1b37d5f417b50c4dd220be09f5fcc17" +checksum = "0bc1ea653e0b2e097db3ebb5b7f678be339620b8041f66b30a308c1d45d36a7f" dependencies = [ - "arc-swap", "async-std", "bytes", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 82a0a79..031795d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tucana = { version = "0.0.25", features = ["aquila"] } tokio = "1.43.0" async-trait = "0.1.85" log = "0.4.24" -redis = { version = "0.30.0", features = [ +redis = { version = "0.31.0", features = [ "aio", "tokio-comp", "async-std-comp",