Skip to content

Commit

Permalink
Bump tracing from 0.1.37 to 0.1.39
Browse files Browse the repository at this point in the history
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.37 to 0.1.39.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.37...tracing-0.1.39)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 16, 2023
1 parent c4ff7a9 commit 8769211
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
13 changes: 6 additions & 7 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/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl-serde = "0.4.0"
rustc_version = "0.4.0"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
toml = "0.8.2"
tracing = "0.1.37"
tracing = "0.1.39"
parity-wasm = { version = "0.45.0", features = ["sign_ext"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contract-metadata = { version = "4.0.0-alpha", path = "../metadata" }
anyhow = "1.0.75"
clap = { version = "4.4.6", features = ["derive", "env"] }
primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info", "serde"] }
tracing = "0.1.37"
tracing = "0.1.39"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
which = "4.4.2"
colored = "2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ contract-transcode = { version = "4.0.0-alpha", path = "../transcode" }
anyhow = "1.0.75"
clap = { version = "4.4.6", features = ["derive", "env"] }
futures = { version = "0.3.27", default-features = false, features = ["std"] }
tracing = "0.1.37"
tracing = "0.1.39"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
colored = "2.0.4"
serde = { version = "1.0.189", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/transcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ indexmap = "2.0.2"
ink_env = "5.0.0-alpha"
ink_metadata = "5.0.0-alpha"
itertools = "0.11.0"
tracing = "0.1.37"
tracing = "0.1.39"
nom = "7.1.3"
nom-supreme = { version = "0.7.0", features = ["error"] }
primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info", "serde"] }
Expand Down

0 comments on commit 8769211

Please sign in to comment.