Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 8969cf1

Browse files
chore(deps): bump tracing from 0.1.34 to 0.1.35 (#1364)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.34 to 0.1.35. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.34...tracing-0.1.35) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c76f325 commit 8969cf1

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ethers-etherscan/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = { version = "1.0.124", default-features = false, features = ["derive"] }
2020
serde_json = { version = "1.0.64", default-features = false }
2121
serde-aux = { version = "3.0.1", default-features = false }
2222
thiserror = "1.0"
23-
tracing = "0.1.34"
23+
tracing = "0.1.35"
2424
semver = "1.0.9"
2525

2626
[dev-dependencies]

ethers-middleware/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = { version = "1.0.124", default-features = false, features = ["derive"] }
2525
thiserror = { version = "1.0", default-features = false }
2626
futures-util = { version = "^0.3" }
2727
futures-locks = { version = "0.7" }
28-
tracing = { version = "0.1.34", default-features = false }
28+
tracing = { version = "0.1.35", default-features = false }
2929
tracing-futures = { version = "0.2.5", default-features = false }
3030

3131
# for gas oracles

ethers-providers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ futures-channel = { version = "0.3.16", default-features = false, optional = tru
3535
pin-project = { version = "1.0.7", default-features = false }
3636

3737
# tracing
38-
tracing = { version = "0.1.34", default-features = false }
38+
tracing = { version = "0.1.35", default-features = false }
3939
tracing-futures = { version = "0.2.5", default-features = false, features = ["std-future"] }
4040

4141
bytes = { version = "1.1.0", default-features = false, optional = true }

ethers-signers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ trezor-client = { version = "0.0.5", optional = true, default-features = false,
3333
# aws
3434
rusoto_core = { version = "0.48.0", optional = true }
3535
rusoto_kms = { version = "0.48.0", optional = true }
36-
tracing = { version = "0.1.34", optional = true }
36+
tracing = { version = "0.1.35", optional = true }
3737
spki = { version = "0.6.0", optional = true }
3838

3939
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

ethers-solc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ thiserror = "1.0"
2828
hex = "0.4.3"
2929
colored = "2.0.0"
3030
glob = "0.3.0"
31-
tracing = "0.1.34"
31+
tracing = "0.1.35"
3232
num_cpus = "1.13.1"
3333
tiny-keccak = { version = "2.0.2", default-features = false }
3434
tempfile = { version = "3.3.0", optional = true }

0 commit comments

Comments
 (0)