Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit e49c881

Browse files
dependabot[bot]jeluard
authored andcommitted
Bump kube from 0.50.1 to 0.51.0 in /backend
Bumps [kube](https://github.com/clux/kube-rs) from 0.50.1 to 0.51.0. - [Release notes](https://github.com/clux/kube-rs/releases) - [Changelog](https://github.com/clux/kube-rs/blob/master/CHANGELOG.md) - [Commits](kube-rs/kube@0.50.1...0.51.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent bf33b45 commit e49c881

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ rocket_oauth2 = { version = "0.4.1", features = ["hyper_sync_rustls_adapter"] }
2121
serde = { version = "1.0.123", features = ["derive"] }
2222
serde_json = "1.0.63"
2323
serde_yaml = "0.8.17"
24-
kube = { version = "0.50.1", default-features = true, features = ["jsonpatch"] }
24+
kube = { version = "0.51.0", default-features = true, features = ["jsonpatch"] }
2525
k8s-openapi = { version = "0.11.0", default-features = false, features = ["v1_15"] }
2626
tokio = {version = "1.2.0", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)