Skip to content

Commit

Permalink
Update shippingservice
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 28, 2024
1 parent d025ae7 commit 26a9503
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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.10"
tonic-health = "0.10.2"
reqwest = { version = "0.11", default-features = false, features = ["json"] }
tonic = "0.11"
tonic-health = "0.11.0"
reqwest = { version = "0.12", default-features = false, features = ["json"] }
prost = "0.12"
prost-types = "0.12"
tokio = { version = "1.34", features = ["macros", "rt-multi-thread"] }
opentelemetry = { version = "0.21", features = ["trace"] }
opentelemetry_sdk = {version = "0.21", features = ["rt-tokio"]}
opentelemetry-semantic-conventions = "0.13.0"
opentelemetry-http = "0.10.0"
opentelemetry-otlp = "0.14.0"
opentelemetry = { version = "0.23", features = ["trace"] }
opentelemetry_sdk = {version = "0.23", features = ["rt-tokio"]}
opentelemetry-semantic-conventions = "0.15.0"
opentelemetry-http = "0.12.0"
opentelemetry-otlp = "0.16.0"
log = "0.4.20"
simplelog = "0.12"
reqwest-middleware = "0.2.4"
reqwest-tracing = { version = "0.4.6", features = ["opentelemetry_0_20"] }
reqwest-middleware = "0.3.0"
reqwest-tracing = { version = "0.5.0", features = ["opentelemetry_0_20"] }
tracing = { version = "0.1", features = ["max_level_debug", "release_max_level_info"] }
tracing-opentelemetry = "0.22.0"
tracing-opentelemetry = "0.24.0"
tracing-subscriber = "0.3"

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

[build-dependencies]
tonic-build = "0.10"
tonic-build = "0.11"
2 changes: 1 addition & 1 deletion src/shippingservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM --platform=${BUILDPLATFORM} rust:1.73 as builder
FROM --platform=${BUILDPLATFORM} rust:1.79 as builder

ARG TARGETARCH TARGETPLATFORM BUILDPLATFORM

Expand Down

0 comments on commit 26a9503

Please sign in to comment.