diff --git a/Cargo.toml b/Cargo.toml index 8584394..48c7c4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ kube = { version = "0.69.0" } openssl-sys = "0.9.72" serde = "1.0" serde_yaml = "0.8" -tokio = { version = "1.16.1", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.18.5", features = ["rt-multi-thread", "macros"] } [target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies] openssl-sys = { version = "0.9.72", features = ["vendored"] }