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 16, 2024
1 parent 39b6584 commit a31609a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ clap = { version = "4.1", features = ["derive", "env"] }
color-eyre = "0.6"
tonic = { version = "0.8", features = ["tls", "tls-roots", "gzip"] }
tokio = { version = "1", features=["full"] }
tracing = { version="0.1.37", features = ["async-await", "log"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing = { version="0.1.40", features = ["async-await", "log"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-error = { version = "0.2", features = ["traced-error"] }
tracing-tree = { version = "0.2" }
async-trait = "0.1.66"

0 comments on commit a31609a

Please sign in to comment.