From b0224927ee68b597593a1cc18190eda8684c5f74 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:04:40 +0200 Subject: [PATCH] chore(deps): bump tracing from 0.1.23 to 0.1.24 (#199) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.23 to 0.1.24. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.23...tracing-0.1.24) 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 af17ceee..7371491f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2278,9 +2278,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3" +checksum = "f77d3842f76ca899ff2dbcf231c5c65813dea431301d6eb686279c15c4464f12" dependencies = [ "cfg-if 1.0.0", "pin-project-lite", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 36ee8ead..d16b511c 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.23", default-features = false } +tracing = { version = "0.1.24", 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 dfca634a..4006a890 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.23", default-features = false } +tracing = { version = "0.1.24", default-features = false } tracing-futures = { version = "0.2.5", default-features = false } # tokio