Skip to content

Commit

Permalink
Update tokio-tracing monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 072d15b commit b63c506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name = "opentelemetry_gcloud_trace"
path = "src/lib.rs"

[dependencies]
tracing = "0.1"
tracing = "0.1.40"
opentelemetry = { version = "0.22" }
opentelemetry_sdk = { version = "0.22", features = ["rt-tokio"] }
opentelemetry-semantic-conventions = { version = "0.14" }
Expand All @@ -37,7 +37,7 @@ async-trait = "0.1"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }
opentelemetry = { version = "0.22" }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter","registry"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter","registry"] }
tracing-opentelemetry = { version = "0.23" }
cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }

0 comments on commit b63c506

Please sign in to comment.