Update Rust crate futures to 0.3.29
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-27 00:28:12 +00:00
parent 7b25a9cc96
commit a0fb764842
2 changed files with 19 additions and 19 deletions

View File

@ -15,7 +15,7 @@ schemars = "0.8.15"
tokio = { version = "1.33.0", features = ["full"] }
kube = { version = "0.85.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.19.0", features = ["v1_27"] }
futures = "0.3.28"
futures = "0.3.29"
thiserror = "1.0.49"
rand = "0.8.5"
mktemp = "0.5.1"