Skip to content

Commit

Permalink
Bump tracing from 0.1.40 to 0.1.41
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]>
  • Loading branch information
dependabot[bot] authored and jessekrubin committed Dec 2, 2024
1 parent 1abd4d3 commit 1af1aeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -43,7 +43,7 @@ thiserror = "2.0.3"
tilejson = "0.4.1"
tokio = { version = "1.41.1", features = ["full"] }
tokio-stream = "0.1.16"
tracing = "0.1.40"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.17", features = ["serde", "serde_json", "env-filter"] }
xxhash-rust = { version = "0.8.10", features = ["xxh32", "xxh64", "xxh3", "const_xxh32", "const_xxh64", "const_xxh3"] }

Expand Down

0 comments on commit 1af1aeb

Please sign in to comment.