diff --git a/Cargo.lock b/Cargo.lock index 436aba27..8d09a912 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3876,9 +3876,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f" +checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" dependencies = [ "cfg-if 1.0.0", "pin-project-lite", @@ -3888,9 +3888,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716" +checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b" dependencies = [ "proc-macro2", "quote", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index f9b3f4b5..b461e7ac 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.31", default-features = false } +tracing = { version = "0.1.32", 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 35d1dec3..0d921325 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -35,7 +35,7 @@ futures-channel = { version = "0.3.16", default-features = false } pin-project = { version = "1.0.7", default-features = false } # tracing -tracing = { version = "0.1.31", default-features = false } +tracing = { version = "0.1.32", 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 dfa50203..ec782c9d 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.31", optional = true } +tracing = { version = "0.1.32", optional = true } tracing-futures = { version = "0.2.5", optional = true } spki = { version = "0.5.4", optional = true } diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 571cae0b..31e3d64b 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.31" +tracing = "0.1.32" num_cpus = "1.13.1" tiny-keccak = { version = "2.0.2", default-features = false } tempfile = { version = "3.3.0", optional = true }