Skip to content

Commit

Permalink
Merge pull request #179 from ngutech21/dependabot/cargo/tracing-subsc…
Browse files Browse the repository at this point in the history
…riber-0.3.18

chore(deps): bump tracing-subscriber from 0.3.17 to 0.3.18
  • Loading branch information
ngutech21 authored Nov 18, 2023
2 parents 96da915 + 199c65e commit 70d37ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 @@ -39,7 +39,7 @@ wasm-bindgen-futures = "0.4.37"

[target.'cfg(not(target_family="wasm"))'.dependencies]
reqwest = { version = "0.11.22", features = ["serde_json", "json", "rustls-tls"], default-features = false }
tracing-subscriber = "0.3.17"
tracing-subscriber = "0.3.18"

[dev-dependencies]
tempfile = "3.8.1"
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tokio = { version = "1.34.0", features = ["full"] }
tower-http = { version = "0.4.4", features = ["trace", "cors", "fs", "set-header"] }
tower-service = { version = "0.3.2" }
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
tracing-subscriber = "0.3.18"
secp256k1 = { version = "0.27.0", features = ["rand", "serde"] }
thiserror = "1.0.50"
moksha-core = { path = "../moksha-core", version = "0.1.2" }
Expand Down

0 comments on commit 70d37ea

Please sign in to comment.