Skip to content

Commit

Permalink
chore(deps): update shippingservice
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent ac07b10 commit 6822a2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/shippingservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ tonic-health = "0.10.2"
reqwest = { version = "0.11", default-features = false, features = ["json"] }
prost = "0.12"
prost-types = "0.12"
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"] }
opentelemetry = { version = "0.20", features = ["rt-tokio", "trace"] }
opentelemetry-semantic-conventions = "0.12.0"
tokio = { version = "1.34", features = ["macros", "rt-multi-thread"] }
opentelemetry = { version = "0.21", features = ["rt-tokio", "trace"] }
opentelemetry-semantic-conventions = "0.13.0"
opentelemetry_api = { version = "0.20" }
opentelemetry-http = "0.9.0"
opentelemetry-otlp = "0.13.0"
opentelemetry-http = "0.10.0"
opentelemetry-otlp = "0.14.0"
log = "0.4.20"
simplelog = "0.12"
reqwest-middleware = "0.2.4"
reqwest-tracing = { version = "0.4.6", features = ["opentelemetry_0_18"] }
tracing = { version = "0.1", features = ["max_level_debug", "release_max_level_info"] }
tracing-opentelemetry = "0.21.0"
tracing-opentelemetry = "0.22.0"
tracing-subscriber = "0.3"

[dependencies.uuid]
Expand Down

0 comments on commit 6822a2f

Please sign in to comment.