Skip to content

Commit

Permalink
chore(deps): update shippingservice
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Oct 14, 2024
1 parent cd540e7 commit 9e886a1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/shippingservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ path = "src/main.rs"
dockerproto = [] # compile in docker or not

[dependencies]
tonic = "0.11"
tonic-health = "0.11.0"
reqwest = { version = "0.11", default-features = false, features = ["json"] }
prost = "0.12"
prost-types = "0.12"
tonic = "0.12"
tonic-health = "0.12.0"
reqwest = { version = "0.12", default-features = false, features = ["json"] }
prost = "0.13"
prost-types = "0.13"
tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] }
opentelemetry = { version = "0.22", features = ["trace"] }
opentelemetry_sdk = { version = "0.22", features = ["rt-tokio"]}
opentelemetry-semantic-conventions = "0.15.0"
opentelemetry-http = "0.11.0"
opentelemetry-otlp = { version = "0.15.0", features = ["tonic"] }
opentelemetry = { version = "0.26", features = ["trace"] }
opentelemetry_sdk = { version = "0.26", features = ["rt-tokio"]}
opentelemetry-semantic-conventions = "0.26.0"
opentelemetry-http = "0.26.0"
opentelemetry-otlp = { version = "0.26.0", features = ["tonic"] }
log = "0.4.21"
simplelog = "0.12"
reqwest-middleware = "0.2.5"
reqwest-tracing = { version = "0.4.8", features = ["opentelemetry_0_22"] }
reqwest-middleware = "0.3.0"
reqwest-tracing = { version = "0.5.0", features = ["opentelemetry_0_22"] }
tracing = { version = "0.1", features = ["max_level_debug", "release_max_level_info"] }
tracing-opentelemetry = "0.23.0"
tracing-opentelemetry = "0.27.0"
tracing-subscriber = "0.3"

[dependencies.uuid]
Expand All @@ -41,4 +41,4 @@ features = [
]

[build-dependencies]
tonic-build = "0.11"
tonic-build = "0.12"

0 comments on commit 9e886a1

Please sign in to comment.