From b4caa25c4527e2e056fb3e48b1282e18f2142c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 01:02:53 -0700 Subject: [PATCH] chore(deps): bump tracing from 0.1.32 to 0.1.33 (#1132) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.32 to 0.1.33. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.32...tracing-0.1.33) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- ethers-solc/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca2ed679..31204020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3898,9 +3898,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" +checksum = "80b9fa4360528139bc96100c160b7ae879f5567f49f1782b0b02035b0358ebf3" dependencies = [ "cfg-if 1.0.0", "pin-project-lite", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 26b8c15f..afdb013a 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -24,7 +24,7 @@ async-trait = { version = "0.1.50", default-features = false } serde = { version = "1.0.124", default-features = false, features = ["derive"] } thiserror = { version = "1.0.30", default-features = false } futures-util = { version = "^0.3" } -tracing = { version = "0.1.32", default-features = false } +tracing = { version = "0.1.33", 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 70eba29f..1a437f83 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -35,7 +35,7 @@ futures-channel = { version = "0.3.16", default-features = false, optional = tru pin-project = { version = "1.0.7", default-features = false } # tracing -tracing = { version = "0.1.32", default-features = false } +tracing = { version = "0.1.33", default-features = false } tracing-futures = { version = "0.2.5", default-features = false, features = ["std-future"] } bytes = { version = "1.1.0", default-features = false, optional = true } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index 1d2cb44b..fc4eda84 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -33,7 +33,7 @@ trezor-client = { version = "0.0.5", optional = true, default-features = false, # aws rusoto_core = { version = "0.47.0", optional = true } rusoto_kms = { version = "0.47.0", optional = true } -tracing = { version = "0.1.32", optional = true } +tracing = { version = "0.1.33", optional = true } spki = { version = "0.5.4", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index dadf0102..e832d5b8 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -28,7 +28,7 @@ thiserror = "1.0.30" hex = "0.4.3" colored = "2.0.0" glob = "0.3.0" -tracing = "0.1.32" +tracing = "0.1.33" num_cpus = "1.13.1" tiny-keccak = { version = "2.0.2", default-features = false } tempfile = { version = "3.3.0", optional = true }