From f6d387720f889ccf0f908cc3bfef37428eb1aeae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:40:14 +0000 Subject: [PATCH] chore(deps): 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 ++-- flutter/native/Cargo.toml | 2 +- integrationtests/Cargo.toml | 2 +- moksha-mint/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a21fe7b8..bace07b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4323,9 +4323,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/flutter/native/Cargo.toml b/flutter/native/Cargo.toml index 85fccfe3..a38f72cd 100644 --- a/flutter/native/Cargo.toml +++ b/flutter/native/Cargo.toml @@ -14,7 +14,7 @@ moksha-wallet = { path = "../../moksha-wallet" } moksha-core = { path = "../../moksha-core" } moksha-fedimint = { path = "../../moksha-fedimint" } -tracing = "0.1.39" +tracing = "0.1.40" anyhow = { version = "1.0.75", features = ["backtrace"] } thiserror = "1.0.49" flutter_rust_bridge = "1.82.3" diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index 501b1d35..252d9be1 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -25,7 +25,7 @@ lightning = "0.0.116" hyper = { version = "0.14", features = ["full"] } bitcoin_hashes = { version = "0.11.0", default-features = false } secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc", "rand"] } -tracing = "0.1.39" +tracing = "0.1.40" [target.'cfg(not(target_family="wasm"))'.dependencies] tokio = { version = "1.33.0", features = ["sync", "rt"] } diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index a1d9fda5..4c5e82ed 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -28,7 +28,7 @@ serde_with = "3.1.0" tokio = { version = "1.33.0", features = ["full"] } tower-http = { version = "0.4.4", features = ["trace", "cors", "fs", "set-header"] } tower-service = { version = "0.3.2" } -tracing = "0.1.39" +tracing = "0.1.40" tracing-subscriber = "0.3.17" secp256k1 = { version = "0.27.0", features = ["rand", "serde"] } thiserror = "1.0.49"