diff --git a/Cargo.lock b/Cargo.lock index eb04a30..25ac05a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1000,9 +1000,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" +checksum = "736f15a50e749d033164c56c09783b6102c4ff8da79ad77dbddbbaea0f8567f7" dependencies = [ "futures-util", "http 1.1.0", @@ -1205,7 +1205,9 @@ dependencies = [ [[package]] name = "kube" -version = "0.89.0" +version = "0.90.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65bfada4e00dac93a7b94e454ae4cde04ff8786645ac1b98f31352272e2682b5" dependencies = [ "k8s-openapi", "kube-client", @@ -1216,7 +1218,9 @@ dependencies = [ [[package]] name = "kube-client" -version = "0.89.0" +version = "0.90.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0708306b5c0085f249f5e3d2d56a9bbfe0cbbf4fd4eb9ed4bbba542ba7649a7" dependencies = [ "base64 0.22.0", "bytes", @@ -1235,7 +1239,6 @@ dependencies = [ "k8s-openapi", "kube-core", "pem", - "pin-project", "rustls", "rustls-pemfile", "secrecy", @@ -1252,14 +1255,15 @@ dependencies = [ [[package]] name = "kube-core" -version = "0.89.0" +version = "0.90.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7845bcc3e0f422df4d9049570baedd9bc1942f0504594e393e72fe24092559cf" dependencies = [ "chrono", "form_urlencoded", "http 1.1.0", "json-patch", "k8s-openapi", - "once_cell", "schemars", "serde", "serde_json", @@ -1268,7 +1272,9 @@ dependencies = [ [[package]] name = "kube-derive" -version = "0.89.0" +version = "0.90.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d0d2527a6ff7adf00b34d558c4c5de9404abe28808cb0a4c64b57e2c1b0716a" dependencies = [ "darling", "proc-macro2", @@ -1279,7 +1285,9 @@ dependencies = [ [[package]] name = "kube-runtime" -version = "0.89.0" +version = "0.90.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4560e2c5c71366f6dceb6500ce33cf72299aede92381bb875dc2d4ba4f102c21" dependencies = [ "ahash", "async-trait", @@ -1886,11 +1894,12 @@ dependencies = [ [[package]] name = "rustls" -version = "0.22.3" +version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c" +checksum = "8c4d6d8ad9f2492485e13453acbb291dd08f64441b6609c491f1c2cd2c6b4fe1" dependencies = [ "log", + "once_cell", "ring", "rustls-pki-types", "rustls-webpki", @@ -2335,9 +2344,9 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" +checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ "rustls", "rustls-pki-types", diff --git a/Cargo.toml b/Cargo.toml index a15d6e2..d9127f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,10 +53,10 @@ tower-test = "0.4.0" [dependencies.kube] features = ["runtime", "client", "derive" ] -#version = "0.89.0" +version = "0.90.0" # testing new releases - ignore -git = "https://github.com/kube-rs/kube.git" -branch = "main" +#git = "https://github.com/kube-rs/kube.git" +#branch = "main" #rev = "19b90ad3a4dbc83e1dd742847c7707333259b1bb" #path = "../kube/kube"