diff --git a/Cargo.lock b/Cargo.lock index 6b8ccb1d..8a89a29d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3046,9 +3046,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ba9ab62b7d6497a8638dfda5e5c4fb3b2d5a7fca4118f2b96151c8ef1a437e" +checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8" dependencies = [ "cfg-if 1.0.0", "pin-project-lite", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index ece3838d..8626574e 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -23,7 +23,7 @@ async-trait = { version = "0.1.50", default-features = false } serde = { version = "1.0.124", default-features = false, features = ["derive"] } thiserror = { version = "1.0.29", default-features = false } futures-util = { version = "0.3.17" } -tracing = { version = "0.1.27", default-features = false } +tracing = { version = "0.1.28", 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 b79a052f..c39eeea3 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -33,7 +33,7 @@ futures-channel = { version = "0.3.16", default-features = false } pin-project = { version = "1.0.7", default-features = false } # tracing -tracing = { version = "0.1.27", default-features = false } +tracing = { version = "0.1.28", 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 740f6b12..7264c538 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -31,7 +31,7 @@ futures-executor = "0.3.17" # aws rusoto_core = { version = "0.47.0", optional = true } rusoto_kms = { version = "0.47.0", optional = true } -tracing = { version = "0.1.27", optional = true } +tracing = { version = "0.1.28", optional = true } tracing-futures = { version = "0.2.5", optional = true } spki = { version = "0.4.1", optional = true }