Skip to content

Commit

Permalink
Bump tracing from 0.1.36 to 0.1.37
Browse files Browse the repository at this point in the history
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](tokio-rs/tracing@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 7, 2022
1 parent 0b65d42 commit 8ea5901
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [
[dependencies]
anyhow = "1.0.65"
clap = { version = "4.0.10", features = ["derive", "env"] }
tracing = "0.1.36"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
heck = "0.4.0"
zip = { version = "0.6.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/transcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ indexmap = "1.9.1"
ink_env = "4.0.0-alpha.3"
ink_metadata = { package = "ink_metadata", version = "4.0.0-alpha.3" }
itertools = "0.10.5"
tracing = "0.1.36"
tracing = "0.1.37"
nom = "7.1.1"
nom-supreme = { version = "0.7.0", features = ["error"] }
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
Expand Down

0 comments on commit 8ea5901

Please sign in to comment.