diff --git a/Cargo.toml b/Cargo.toml index e6c1f55..07a75a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ lto = true [dependencies] kube = { version = "0.88.1", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] } k8s-openapi = { version = "0.21.1", default-features = false, features = ["v1_26"] } -anyhow = "1.0.79" +anyhow = "1.0.80" thiserror = "1.0.57" futures = "0.3.30" tokio = { version = "1.36.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] }