diff --git a/Cargo.lock b/Cargo.lock index 6a23647..c298004 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2984,9 +2984,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.23.0" +version = "1.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" +checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 468be67..ee70cea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ lazy_static = "1.4" axum = { version = "0.4.3", features = ["headers"] } chrono = "0.4.19" figment = { version = "0.10.6", features = ["toml", "env"] } -tokio = { version = "1.14.0", features = ["full"] } +tokio = { version = "1.24.2", features = ["full"] } tower-http = { version = "0.2.0", features = ["fs", "trace", "cors"] } tracing-subscriber = { version = "0.3.2", features = ["env-filter"] } bb8-redis = "0.10.1" @@ -61,7 +61,7 @@ lto = true [dev-dependencies] env_logger = "0.10.0" test-log = "0.2.11" -tokio = { version = "1.14.0", features = ["macros", "rt"] } +tokio = { version = "1.24.2", features = ["macros", "rt"] } ethers-signers = "1.0.2" [package.metadata.wasm-pack.profile.profiling]