From 99d095bc33ee3dab393eca6272cee82a16227b39 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 6 Jan 2023 15:59:36 -0800 Subject: [PATCH] upgrade after revert --- deferred-rate-limiter/Cargo.toml | 2 +- migration/Cargo.toml | 2 +- redis-rate-limiter/Cargo.toml | 2 +- web3_proxy/Cargo.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deferred-rate-limiter/Cargo.toml b/deferred-rate-limiter/Cargo.toml index 81dad0d6..e5ee532a 100644 --- a/deferred-rate-limiter/Cargo.toml +++ b/deferred-rate-limiter/Cargo.toml @@ -11,4 +11,4 @@ anyhow = "1.0.68" hashbrown = "0.13.1" log = "0.4.17" moka = { version = "0.9.6", default-features = false, features = ["future"] } -tokio = "1.23.1" +tokio = "1.24.1" diff --git a/migration/Cargo.toml b/migration/Cargo.toml index 62cbdc8a..fd1e4a12 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -9,7 +9,7 @@ name = "migration" path = "src/lib.rs" [dependencies] -tokio = { version = "1.23.1", features = ["full", "tracing"] } +tokio = { version = "1.24.1", features = ["full", "tracing"] } [dependencies.sea-orm-migration] version = "0.10.6" diff --git a/redis-rate-limiter/Cargo.toml b/redis-rate-limiter/Cargo.toml index 3c81d19a..fcc05372 100644 --- a/redis-rate-limiter/Cargo.toml +++ b/redis-rate-limiter/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] anyhow = "1.0.68" deadpool-redis = { version = "0.11.1", features = ["rt_tokio_1", "serde"] } -tokio = "1.23.1" +tokio = "1.24.1" diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index f1a29895..41131e85 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -60,7 +60,7 @@ serde_json = { version = "1.0.91", default-features = false, features = ["alloc" serde_prometheus = "0.1.6" # TODO: make sure this time version matches siwe. PR to put this in their prelude time = "0.3.17" -tokio = { version = "1.23.1", features = ["full"] } +tokio = { version = "1.24.1", features = ["full"] } # TODO: make sure this uuid version matches sea-orm. PR to put this in their prelude tokio-stream = { version = "0.1.11", features = ["sync"] } toml = "0.5.10" @@ -70,4 +70,4 @@ ulid = { version = "1.0.0", features = ["serde"] } url = "2.3.1" uuid = "1.2.2" itertools = "0.10.5" -glob = "0.3.0" +glob = "0.3.1"