Skip to content

Commit a6a6b62

Browse files
dependabot[bot]Jakob-Naucke
authored andcommitted
build(deps): bump the rust group with 2 updates
Bumps the rust group with 2 updates: Updates `serde_json` from 1.0.145 to 1.0.146 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.146) Updates `oci-spec` from 0.8.3 to 0.8.4 - [Release notes](https://github.com/youki-dev/oci-spec-rs/releases) - [Changelog](https://github.com/youki-dev/oci-spec-rs/blob/main/release.md) - [Commits](youki-dev/oci-spec-rs@v0.8.3...v0.8.4) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.146 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: oci-spec dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe04f21 commit a6a6b62

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ k8s-openapi = { version = "0.26.1", features = ["v1_33", "schemars"] }
2222
kube = { version = "2.0.1", default-features = false, features = ["derive", "runtime", "openssl-tls"] }
2323
log = "0.4.29"
2424
serde = { version = "1.0.228", features = ["derive"] }
25-
serde_json = "1.0.141"
25+
serde_json = "1.0.146"
2626
serde_yaml = "0.9"
2727
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
2828
uuid = { version = "1.19", features = ["v4", "serde"] }

operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ k8s-openapi.workspace = true
2323
kube.workspace = true
2424
log.workspace = true
2525
oci-client = "0.15.0"
26-
oci-spec = "0.8.3"
26+
oci-spec = "0.8.4"
2727
openssl = "0.10.75"
2828
serde.workspace = true
2929
serde_json.workspace = true

0 commit comments

Comments
 (0)