Skip to content

Commit

Permalink
chore(deps): bump tracing from 0.1.40 to 0.1.41 (#257)
Browse files Browse the repository at this point in the history
Bumps [tracing](https://github.com/tokio-rs/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
...

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 Dec 2, 2024
1 parent 256ead3 commit eb88409
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ratatui = "0.29"
rustls = "0.23"
rustls-pemfile = "2"
rustls-pki-types = "1"
tracing = { version = "0.1.30", features = ["log", "release_max_level_debug"] }
tracing = { version = "0.1.41", features = ["log", "release_max_level_debug"] }
tracing-subscriber = "0.3"
webpki-roots = "0.26"
x509-cert = { version = "0.2.5", features = ["sct"] }
Expand Down

0 comments on commit eb88409

Please sign in to comment.