From 5af9a28d8cb8042b1a5da13eb5b4d0cdf89f9879 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 10:05:19 +0200 Subject: [PATCH] chore(deps): bump tracing from 0.1.24 to 0.1.25 (#210) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.24 to 0.1.25. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.24...tracing-0.1.25) 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 3e662d3e..e727454a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2278,9 +2278,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" -version = "0.1.24" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f77d3842f76ca899ff2dbcf231c5c65813dea431301d6eb686279c15c4464f12" +checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" dependencies = [ "cfg-if 1.0.0", "pin-project-lite", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 3acaf62b..d449c6a1 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.24", default-features = false } futures-util = { version = "0.3.12", default-features = false } -tracing = { version = "0.1.24", default-features = false } +tracing = { version = "0.1.25", default-features = false } tracing-futures = { version = "0.2.5", default-features = false } # for gas oracles diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index e9c2749b..5b405332 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.5", default-features = false } # tracing -tracing = { version = "0.1.24", default-features = false } +tracing = { version = "0.1.25", default-features = false } tracing-futures = { version = "0.2.5", default-features = false } # tokio