Skip to content

Commit

Permalink
build(deps): bump tracing from 0.1.40 to 0.1.41 in /backend
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 Dec 2, 2024
1 parent 7ea2dd3 commit 0c8dab6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ serde_json = "1.0.133"
sqlx = { version = "0.8.1", features = ["sqlite", "runtime-tokio"] }
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "signal", "tracing"] }
tower-http = { version = "0.6.2", features = ["normalize-path", "fs", "cors", "tracing", "trace"] }
tracing = "0.1.40"
tracing = "0.1.41"
tracing-subscriber = "0.3.18"
toml = "0.8.19"

0 comments on commit 0c8dab6

Please sign in to comment.