Skip to content

Commit

Permalink
Merge pull request #298 from r-Techsupport/dependabot/cargo/backend/t…
Browse files Browse the repository at this point in the history
…racing-0.1.41

build(deps): bump tracing from 0.1.40 to 0.1.41 in /backend
  • Loading branch information
github-actions[bot] authored Dec 2, 2024
2 parents 236f4a5 + 4c6ba3d commit 600cc28
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.19"
toml = "0.8.19"

0 comments on commit 600cc28

Please sign in to comment.