Update Rust crate tokio to 1.44.2
Some checks are pending
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is pending

This commit is contained in:
Renovate Bot 2025-04-06 00:34:17 +00:00
parent b0d6705660
commit f199a27d89
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2211,9 +2211,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.44.1"
version = "1.44.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
dependencies = [
"backtrace",
"bytes",

View File

@ -12,7 +12,7 @@ anyhow = "1.0.97"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
schemars = "0.8.22"
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.44.2", features = ["full"] }
kube = { version = "0.99.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.24.0", features = ["v1_31"] }
futures = "0.3.31"