Skip to content

Commit

Permalink
fix(deps): update cargo tracing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2023
1 parent 5c8b82c commit 11bc249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ tower-http = { version = "0.4.3", features = [
] }
tower-service = "0.3.2"
tracing = "0.1.37"
tracing-core = "0.1.30"
tracing-core = "0.1.31"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }
tracing-opentelemetry = "0.19.0"
tracing-subscriber = { version = "0.3.11", features = ["env-filter", "json"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
url = { version = "2.4.0", features = ["serde"] }
urlencoding = "2.1.3"
uuid = { version = "1.4.1", features = ["serde", "v4"] }
Expand Down Expand Up @@ -277,7 +277,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
"env-filter",
"fmt",
] }
tracing-test = "0.2.2"
tracing-test = "0.2.4"
walkdir = "2.3.3"
wiremock = "0.5.19"

Expand Down

0 comments on commit 11bc249

Please sign in to comment.