From 27cebf3d42642afb7898ac430a9e57ac24c1fb9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:32:37 +0000 Subject: [PATCH] chore(deps): bump tracing from 0.1.37 to 0.1.39 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](https://github.com/tokio-rs/tracing/compare/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] --- Cargo.lock | 13 ++++++------- flutter/native/Cargo.toml | 2 +- integrationtests/Cargo.toml | 2 +- moksha-mint/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2527f7c7..c6d7f1e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4323,11 +4323,10 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.37" +version = "0.1.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" +checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9" dependencies = [ - "cfg-if", "log", "pin-project-lite", "tracing-attributes", @@ -4336,9 +4335,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" +checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", @@ -4347,9 +4346,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ "once_cell", "valuable", diff --git a/flutter/native/Cargo.toml b/flutter/native/Cargo.toml index 8beb399a..7b9d62bf 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.37" +tracing = "0.1.39" 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 8d121762..9662a95c 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.37" +tracing = "0.1.39" [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 ede5f866..c5c6776f 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.37" +tracing = "0.1.39" tracing-subscriber = "0.3.17" secp256k1 = { version = "0.27.0", features = ["rand", "serde"] } thiserror = "1.0.49"