Skip to content

Commit

Permalink
chore(deps): 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] authored Oct 17, 2023
1 parent 524e898 commit 27cebf3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 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 flutter/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 27cebf3

Please sign in to comment.