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

Commit

Permalink
chore(deps): bump tracing from 0.1.28 to 0.1.29 (#488)
Browse files Browse the repository at this point in the history
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.28 to 0.1.29.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.28...tracing-0.1.29)

---
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>
  • Loading branch information
dependabot[bot] authored Oct 6, 2021
1 parent fdf07db commit b93cc4a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ethers-middleware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.28", default-features = false }
tracing = { version = "0.1.29", default-features = false }
tracing-futures = { version = "0.2.5", default-features = false }

# for gas oracles
Expand Down
2 changes: 1 addition & 1 deletion ethers-providers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.28", default-features = false }
tracing = { version = "0.1.29", 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 }
Expand Down
2 changes: 1 addition & 1 deletion ethers-signers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.28", optional = true }
tracing = { version = "0.1.29", optional = true }
tracing-futures = { version = "0.2.5", optional = true }
spki = { version = "0.4.1", optional = true }

Expand Down

0 comments on commit b93cc4a

Please sign in to comment.