From 2b94066cd5884c6a97ee9ab56042e7148182cf46 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 10:09:43 +0300 Subject: [PATCH] chore(deps): bump tokio from 1.4.0 to 1.5.0 (#275) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.4.0...tokio-1.5.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-contract/Cargo.toml | 2 +- ethers-core/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 4 ++-- ethers-providers/Cargo.toml | 4 ++-- ethers-signers/Cargo.toml | 2 +- ethers/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 261d2f1c..cd84d6f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2414,9 +2414,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722" +checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5" dependencies = [ "autocfg", "bytes", diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index 3f3f176c..6ca95eee 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -27,7 +27,7 @@ hex = { version = "0.4.3", default-features = false, features = ["std"] } [dev-dependencies] ethers = { version = "0.2", path = "../ethers" } ethers-providers = { version = "0.2", path = "../ethers-providers", default-features = false, features = ["ws"] } -tokio = { version = "1.4", default-features = false, features = ["macros"] } +tokio = { version = "1.5", default-features = false, features = ["macros"] } ethers-signers = { version = "0.2", path = "../ethers-signers" } ethers-middleware = { version = "0.2", path = "../ethers-middleware" } diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index a4dfdbe9..20c4090a 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -35,7 +35,7 @@ hex = { version = "0.4.3", default-features = false, features = ["std"] } funty = "=1.1.0" # async -tokio = { version = "1.4", default-features = false, optional = true} +tokio = { version = "1.5", default-features = false, optional = true} futures-util = { version = "0.3.14", default-features = false, optional = true} [dev-dependencies] diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 30355cab..046c5d30 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -32,14 +32,14 @@ reqwest = { version = "0.11.3", default-features = false, features = ["json", "r url = { version = "2.2.1", default-features = false } serde_json = { version = "1.0.64", default-features = false } -tokio = { version = "1.4" } +tokio = { version = "1.5" } [dev-dependencies] ethers = { version = "0.2", path = "../ethers" } futures-executor = { version = "0.3.13", features = ["thread-pool"] } hex = { version = "0.4.3", default-features = false, features = ["std"] } rand = { version = "0.7.3", default-features = false } -tokio = { version = "1.4", default-features = false, features = ["rt", "macros", "time"] } +tokio = { version = "1.5", default-features = false, features = ["rt", "macros", "time"] } [features] celo = ["ethers-core/celo", "ethers-providers/celo", "ethers-signers/celo"] diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index cde5b005..30b654f4 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -37,14 +37,14 @@ tracing = { version = "0.1.25", default-features = false } tracing-futures = { version = "0.2.5", default-features = false, features = ["std-future"] } # tokio -tokio = { version = "1.4", default-features = false, optional = true } +tokio = { version = "1.5", default-features = false, optional = true } tokio-tungstenite = { version = "0.13.0", default-features = false, features = ["connect", "tls"], optional = true } tokio-util = { version = "0.6.6", default-features = false, features = ["io"], optional = true } bytes = { version = "1.0.1", default-features = false, optional = true } [dev-dependencies] ethers = { version = "0.2", path = "../ethers" } -tokio = { version = "1.4", default-features = false, features = ["rt", "macros"] } +tokio = { version = "1.5", default-features = false, features = ["rt", "macros"] } tempfile = "3.2.0" [features] diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index f16839a8..30b18d23 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -34,7 +34,7 @@ ethers = { version = "0.2", path = "../ethers" } yubihsm = { version = "0.38.0", features = ["secp256k1", "usb", "mockhsm"] } tempfile = "3.2.0" -tokio = { version = "1.4", default-features = false, features = ["macros"] } +tokio = { version = "1.5", default-features = false, features = ["macros"] } serde_json = { version = "1.0.64", default-features = false } [features] diff --git a/ethers/Cargo.toml b/ethers/Cargo.toml index ba39cf09..4e6fe138 100644 --- a/ethers/Cargo.toml +++ b/ethers/Cargo.toml @@ -47,4 +47,4 @@ anyhow = "1.0.39" rand = "0.7" serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" -tokio = { version = "1.4", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.5", features = ["macros", "rt-multi-thread"] }