diff --git a/Cargo.lock b/Cargo.lock index f1f1c55..67821dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,9 +1145,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.27.4" +version = "0.27.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc6baebe319ef5e4b470f248335620098d1c2e9261e995be05f56f719ca4bdb2" +checksum = "81cccf17a692ce51b86564334614d72dcae1def0fd5ecebc9f02956da74352b5" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 01c6752..0b8ef57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "time", "sync" uuid = { version = "1", features = ["v4"] } etcd-client = { version = "0.14", optional = true } -redis = { version = "0.27.4", optional = true, features = ["tokio-comp"] } +redis = { version = "0.27.5", optional = true, features = ["tokio-comp"] } [dev-dependencies] pretty_env_logger = "0.5"