diff --git a/Cargo.lock b/Cargo.lock index f569eb8..28c73b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2591,7 +2591,7 @@ dependencies = [ "actix-web", "env_logger", "log", - "redis 0.25.4", + "redis 0.26.1", "serde", ] @@ -4505,7 +4505,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -6132,7 +6132,6 @@ dependencies = [ "pin-project-lite", "ryu", "sha1_smol", - "socket2", "tokio", "tokio-retry", "tokio-util", @@ -6156,6 +6155,8 @@ dependencies = [ "percent-encoding", "pin-project-lite", "ryu", + "sha1_smol", + "socket2", "tokio", "tokio-retry", "tokio-util",