diff --git a/Cargo.toml b/Cargo.toml index a8dffb4..09b6cc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ lto = true kube = { version = "0.90.0", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] } k8s-openapi = { version = "0.21.1", default-features = false, features = ["v1_26"] } anyhow = "1.0.82" -thiserror = "1.0.58" +thiserror = "1.0.59" futures = "0.3.30" tokio = { version = "1.37.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } tokio-stream = { version = "0.1.15", features = ["net"] }