Skip to content

Commit

Permalink
fix(deps): update tokio-tracing monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 93d8b88 commit d994576
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
23 changes: 11 additions & 12 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ pbjson-types = "0.5.1"
prost = "0.11.9"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.9.2", features = ["gzip"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing = "0.1.40"
anyhow = "1.0.82"
envy = "0.4.2"
serde = "1.0.198"
Expand Down

0 comments on commit d994576

Please sign in to comment.