diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 5136dc004..ece747df7 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -883,9 +883,9 @@ dependencies = [ [[package]] name = "kube" -version = "0.50.1" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ce7a69993c5da7c4ed2d5d61fe980a995a249a8155385a01aa963653f8af7f" +checksum = "8d47a55e9f881dc5027dcaf026670fa24b41f67926ab6517e2155488fe9c012a" dependencies = [ "Inflector", "base64 0.13.0", @@ -2051,9 +2051,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "713c629c07a3a97f741c140e474e7304294fabec66a43a33f0832e98315ab07f" +checksum = "f715efe02c0862926eb463e49368d38ddb119383475686178e32e26d15d06a66" dependencies = [ "futures-core", "futures-util", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b28d97e33..b0e8d2889 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -21,6 +21,6 @@ rocket_oauth2 = { version = "0.4.1", features = ["hyper_sync_rustls_adapter"] } serde = { version = "1.0.123", features = ["derive"] } serde_json = "1.0.63" serde_yaml = "0.8.17" -kube = { version = "0.50.1", default-features = true, features = ["jsonpatch"] } +kube = { version = "0.51.0", default-features = true, features = ["jsonpatch"] } k8s-openapi = { version = "0.11.0", default-features = false, features = ["v1_15"] } tokio = {version = "1.2.0", features = ["macros", "rt-multi-thread"] }