Skip to content

Commit

Permalink
fix(deps): update rust crate tracing-subscriber to 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent 0f41821 commit ab74730
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions server/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 server/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ infra_repository_impl = { path = "../infra/repository_impl" }
anyhow = "1.0.82"
tokio = { version = "1.32.0", features = ["rt-multi-thread"] }
tonic = { version = "0.9.2", features = ["gzip"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing = "0.1.39"
tower-http = { version = "0.4.4", features = ["trace"] }

0 comments on commit ab74730

Please sign in to comment.