Skip to content

Commit 3cbdd79

Browse files
build(deps): bump the rust group across 1 directory with 5 updates
Bumps the rust group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clevis-pin-trustee-lib](https://github.com/latchset/clevis-pin-trustee) | ``a605f02`` | ``abb618a`` | | [k8s-openapi](https://github.com/Arnavion/k8s-openapi) | `0.26.1` | `0.27.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.148` | `1.0.149` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` | | [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` | Updates `clevis-pin-trustee-lib` from `a605f02` to `abb618a` - [Commits](latchset/clevis-pin-trustee@a605f02...abb618a) 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 `thiserror` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) 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: clevis-pin-trustee-lib dependency-version: abb618a9c4549655fdbec6e15bdf210f719f9839 dependency-type: direct:production dependency-group: rust - 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: thiserror dependency-version: 2.0.18 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 0d1b952 commit 3cbdd79

File tree

4 files changed

+44
-32
lines changed

4 files changed

+44
-32
lines changed

Cargo.lock

Lines changed: 40 additions & 28 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"] }

operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ oci-spec = "0.8.4"
2727
openssl = "0.10.75"
2828
serde.workspace = true
2929
serde_json.workspace = true
30-
thiserror = "2.0.17"
30+
thiserror = "2.0.18"
3131
tokio.workspace = true
3232

3333
[dev-dependencies]

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)