From fd1e3be2f3a9491756269579e199fbc0791e7886 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Feb 2021 05:43:54 +0200 Subject: [PATCH] chore(deps): bump tracing from 0.1.22 to 0.1.23 (#188) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.22 to 0.1.23. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.22...tracing-0.1.23) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 742f1489..8b7821f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2372,9 +2372,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" +checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3" dependencies = [ "cfg-if 1.0.0", "pin-project-lite", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 6c62e48e..f744309e 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -23,7 +23,7 @@ async-trait = { version = "0.1.42", default-features = false } serde = { version = "1.0.123", default-features = false, features = ["derive"] } thiserror = { version = "1.0.22", default-features = false } futures-util = { version = "0.3.12", default-features = false } -tracing = { version = "0.1.22", default-features = false } +tracing = { version = "0.1.23", default-features = false } tracing-futures = { version = "0.2.4", default-features = false } # for gas oracles diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index 7c9551f6..66eac90d 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -33,7 +33,7 @@ futures-channel = { version = "0.3.12", default-features = false } pin-project = { version = "1.0.3", default-features = false } # tracing -tracing = { version = "0.1.22", default-features = false } +tracing = { version = "0.1.23", default-features = false } tracing-futures = { version = "0.2.4", default-features = false } # tokio