Skip to content

Commit

Permalink
build(deps): bump tracing-subscriber from 0.3.17 to 0.3.18
Browse files Browse the repository at this point in the history
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.17 to 0.3.18.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.17...tracing-subscriber-0.3.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent fb7c52d commit 4a24c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -46,7 +46,7 @@ toml = { version = "0.7.7", default-features = false }
tower = { version = "^0.4.11", default-features = false }
tower-http = { version = "^0.3.5", default-features = false }
tracing = { version = "0.1.37", default-features = false }
tracing-subscriber = { version="0.3.17", default-features = false }
tracing-subscriber = { version="0.3.18", default-features = false }
uuid = { version = "^1.4.0", default-features = false }
x509 = { version = "0.1", package = "x509-cert", default-features = false }
zeroize = { version = "^1.6.0", default-features = false }
Expand Down

0 comments on commit 4a24c10

Please sign in to comment.