From a34e47e704bc64abb20766442100b4360088089d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 14:20:50 +0100 Subject: [PATCH] Bump tokio from 1.23.0 to 1.24.2 (#55) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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]