Update Rust crate tokio to 1.47.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-08-03 00:17:19 +00:00
parent 679af0cfd8
commit f9d5b55353
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ anyhow = "1.0.98"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142"
schemars = "1.0.4"
tokio = { version = "1.47.0", features = ["full"] }
tokio = { version = "1.47.1", features = ["full"] }
kube = { version = "1.1.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.25.0", features = ["v1_31"] }
futures = "0.3.31"