Skip to content

Commit

Permalink
Bump tracing from 0.1.40 to 0.1.41 in the patch-dependencies group (#…
Browse files Browse the repository at this point in the history
…1188)

Bumps the patch-dependencies group with 1 update: [tracing](https://github.com/tokio-rs/tracing).


Updates `tracing` from 0.1.40 to 0.1.41
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 3d5a42e commit 425b281
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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 crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ num ="0.4.3"
thiserror ="2.0.3"
futures ="0.3"
sp-core ={ version="31.0.0", default-features=false, features=["full_crypto", "serde"] }
tracing ="0.1.37"
tracing ="0.1.41"
rand ={ version="0.8", default-features=false }
anyhow ="1.0.93"

Expand Down
2 changes: 1 addition & 1 deletion crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror ="2.0.3"
snow ="0.9.6"
getrandom ={ version="0.2", features=["js"] }
rand_core ={ version="0.6.4", features=["getrandom"] }
tracing ="0.1.37"
tracing ="0.1.41"
bincode ="1.3.3"
serde_json ="1.0"
zeroize ="1.8.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/testing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ rand ="0.8.5"
tdx-quote ={ version="0.0.1", features=["mock"] }

# Logging
tracing ="0.1.37"
tracing ="0.1.41"
tracing-subscriber={ version="0.3.18", features=["env-filter"] }
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ entropy-client ={ version="0.3.0", path="../client", default-features=false, fe
entropy-programs-runtime={ git="https://github.com/entropyxyz/programs.git", branch="master" }

# Logging
tracing ="0.1.37"
tracing ="0.1.41"
tracing-subscriber ={ version="0.3.18", features=["env-filter", "json"] }
tracing-loki ="0.2"
tower-http ={ version="0.6.2", features=["trace", "cors"] }
Expand Down

0 comments on commit 425b281

Please sign in to comment.