From cba6b9d497dbff9a6e869a6b1f594d889f7336d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:50:27 +0000 Subject: [PATCH] Bump tracing from 0.1.39 to 0.1.40 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.39 to 0.1.40. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.39...tracing-0.1.40) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/build/Cargo.toml | 2 +- crates/cargo-contract/Cargo.toml | 2 +- crates/extrinsics/Cargo.toml | 2 +- crates/transcode/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f91c367e..de00e6f3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5420,9 +5420,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.39" +version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", "pin-project-lite", diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 333efabb2..d9bec5390 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -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.39" +tracing = "0.1.40" parity-wasm = { version = "0.45.0", features = ["sign_ext"] } semver = { version = "1.0.20", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } diff --git a/crates/cargo-contract/Cargo.toml b/crates/cargo-contract/Cargo.toml index aa2c756e1..c6cefe66f 100644 --- a/crates/cargo-contract/Cargo.toml +++ b/crates/cargo-contract/Cargo.toml @@ -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.39" +tracing = "0.1.40" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } which = "5.0.0" colored = "2.0.4" diff --git a/crates/extrinsics/Cargo.toml b/crates/extrinsics/Cargo.toml index ca42e0986..60f961102 100644 --- a/crates/extrinsics/Cargo.toml +++ b/crates/extrinsics/Cargo.toml @@ -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.39" +tracing = "0.1.40" 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"] } diff --git a/crates/transcode/Cargo.toml b/crates/transcode/Cargo.toml index 84ba7e82a..f36a4ab6b 100644 --- a/crates/transcode/Cargo.toml +++ b/crates/transcode/Cargo.toml @@ -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.39" +tracing = "0.1.40" 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"] }