Skip to content

Commit 4c391d7

Browse files
chore(deps): bump the src-shipping group across 1 directory with 3 updates
Bumps the src-shipping group with 3 updates in the /src/shipping directory: [anyhow](https://github.com/dtolnay/anyhow), [hybrid-array](https://github.com/RustCrypto/hybrid-array) and [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust). Updates `anyhow` from 1.0.102 to 1.0.103 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.102...1.0.103) Updates `hybrid-array` from 0.4.12 to 0.4.13 - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](RustCrypto/hybrid-array@v0.4.12...v0.4.13) Updates `opentelemetry-semantic-conventions` from 0.32.0 to 0.32.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-semantic-conventions-0.32.0...opentelemetry-semantic-conventions-0.32.1) chore(deps): bump the src-shipping group across 1 directory with 2 updates Bumps the src-shipping group with 2 updates in the /src/shipping directory: library/rust and distroless/cc-debian13. Updates `library/rust` from `fb328f0` to `6df234c` Updates `distroless/cc-debian13` from `e1fd250` to `d3cda6e` --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: src-shipping - dependency-name: hybrid-array dependency-version: 0.4.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: src-shipping - dependency-name: opentelemetry-semantic-conventions dependency-version: 0.32.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: src-shipping - dependency-name: library/rust dependency-version: 1.96.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: src-shipping - dependency-name: distroless/cc-debian13 dependency-version: nonroot dependency-type: direct:production dependency-group: src-shipping ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6cae50 commit 4c391d7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/shipping/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/shipping/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44

5-
FROM --platform=${BUILDPLATFORM} docker.io/library/rust:1.96.0@sha256:fb328f0f58becb23ba1719940a2c94ece8b0b48afa837d05b79ef64bc1e18f6e AS builder
5+
FROM --platform=${BUILDPLATFORM} docker.io/library/rust:1.96.0@sha256:6df234c1eb92b0545468fab8c18fc5f9adfb994e7d4f67d81d45fe2fcabf5657 AS builder
66
ARG TARGETARCH
77
ARG TARGETPLATFORM
88
ARG BUILDPLATFORM
@@ -35,7 +35,7 @@ RUN if [ "${TARGETPLATFORM}" = "linux/arm64" ] && [ "${BUILDPLATFORM}" != "linux
3535
fi
3636

3737

38-
FROM gcr.io/distroless/cc-debian13:nonroot@sha256:e1fd250ce83d94603e9887ec991156a6c26905a6b0001039b7a43699018c0733
38+
FROM gcr.io/distroless/cc-debian13:nonroot@sha256:d3cda6e91129130d7229a1806b6a73d292ef245ab032da7851907798024cefba
3939

4040
WORKDIR /app
4141

0 commit comments

Comments
 (0)