diff --git a/Cargo.toml b/Cargo.toml index 68db736..bf57db1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ lto = true kube = { version = "0.88.1", default-features = false, features = ["client", "ws", "rustls-tls", "runtime"] } k8s-openapi = { version = "0.21.0", default-features = false, features = ["v1_26"] } anyhow = "1.0.79" -thiserror = "1.0.56" +thiserror = "1.0.57" futures = "0.3.30" tokio = { version = "1.36.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } tokio-stream = { version = "0.1.14", features = ["net"] }