Skip to content

Commit bc1e043

Browse files
build(deps): bump the rust group with 3 updates
Bumps the rust group with 3 updates: [k8s-openapi](https://github.com/Arnavion/k8s-openapi), [serde_json](https://github.com/serde-rs/json) and [tower](https://github.com/tower-rs/tower). Updates `k8s-openapi` from 0.26.1 to 0.27.0 - [Release notes](https://github.com/Arnavion/k8s-openapi/releases) - [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md) - [Commits](Arnavion/k8s-openapi@v0.26.1...v0.27.0) Updates `serde_json` from 1.0.148 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.148...v1.0.149) Updates `tower` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.5.2...tower-0.5.3) --- updated-dependencies: - dependency-name: k8s-openapi dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0b8261 commit bc1e043

File tree

3 files changed

+29
-17
lines changed

3 files changed

+29
-17
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ compute-pcrs-lib = { git = "https://github.com/trusted-execution-clusters/comput
1919
env_logger = "0.11.8"
2020
http = "1.4.0"
2121
ignition-config = "0.5.0"
22-
k8s-openapi = { version = "0.26.1", features = ["v1_33", "schemars"] }
22+
k8s-openapi = { version = "0.27.0", features = ["v1_33", "schemars"] }
2323
kube = { version = "2.0.1", default-features = false, features = ["derive", "runtime", "openssl-tls"] }
2424
log = "0.4.29"
2525
serde = { version = "1.0.228", features = ["derive"] }
26-
serde_json = "1.0.148"
26+
serde_json = "1.0.149"
2727
serde_yaml = "0.9"
2828
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
2929
uuid = { version = "1.19", features = ["v4", "serde"] }

test_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ serde_json.workspace = true
2828
serde_yaml.workspace = true
2929
ssh-key = { version = "0.6", features = ["rsa", "std"] }
3030
tokio = { workspace = true, features = ["process"] }
31-
tower = { version = "0.5.2", features = ["full"] }
31+
tower = { version = "0.5.3", features = ["full"] }
3232
uuid.workspace = true
3333
which = "8.0"

0 commit comments

Comments
 (0)