From 7439dea0bb518e8845ecd7ab07c371f49080a6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 10:03:01 -0700 Subject: [PATCH] chore(deps): bump tracing from 0.1.36 to 0.1.37 (#1766) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.36 to 0.1.37. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.36...tracing-0.1.37) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ ethers-etherscan/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- ethers-solc/Cargo.toml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5accf0a6..85cf5cfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4080,9 +4080,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.36" +version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" +checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if 1.0.0", "pin-project-lite", @@ -4092,9 +4092,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" +checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" dependencies = [ "proc-macro2", "quote", @@ -4103,9 +4103,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.29" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" +checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" dependencies = [ "once_cell", "valuable", diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index 702ae577..eaa22a1c 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } serde-aux = { version = "4.0.0", default-features = false } thiserror = "1.0" -tracing = "0.1.36" +tracing = "0.1.37" semver = "1.0.14" [target.'cfg(target_arch = "wasm32")'.dependencies] diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index ff0f9ddf..33cdbf51 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.124", default-features = false, features = ["derive"] } thiserror = { version = "1.0", default-features = false } futures-util = { version = "^0.3" } futures-locks = { version = "0.7" } -tracing = { version = "0.1.36", default-features = false } +tracing = { version = "0.1.37", 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 6e1e5b78..d259d365 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -36,7 +36,7 @@ futures-channel = { version = "0.3.16", default-features = false, optional = tru pin-project = { version = "1.0.11", default-features = false } # tracing -tracing = { version = "0.1.36", default-features = false } +tracing = { version = "0.1.37", default-features = false } tracing-futures = { version = "0.2.5", default-features = false, features = ["std-future"] } bytes = { version = "1.2.1", default-features = false, optional = true } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index a2dd3c07..c0cc9efe 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -36,7 +36,7 @@ trezor-client = { version = "0.0.6", optional = true, default-features = false, # aws rusoto_core = { version = "0.48.0", optional = true } rusoto_kms = { version = "0.48.0", optional = true } -tracing = { version = "0.1.36", optional = true } +tracing = { version = "0.1.37", optional = true } spki = { version = "0.6.0", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 7083ad24..9a73b6b8 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -30,7 +30,7 @@ thiserror = "1.0" hex = "0.4.3" yansi = "0.5.1" glob = "0.3.0" -tracing = "0.1.36" +tracing = "0.1.37" num_cpus = "1.13.1" tiny-keccak = { version = "2.0.2", default-features = false } tempfile = { version = "3.3.0", optional = true }