Compare commits

...

2 Commits

Author SHA1 Message Date
f6d00f2cdf Merge pull request 'Update Rust crate tokio to 1.50.0' (#266) from renovate/tokio-1.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-05 00:17:28 +00:00
9d88b9ba5b Update Rust crate tokio to 1.50.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-03-04 00:21:13 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2235,9 +2235,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.49.0" version = "1.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
dependencies = [ dependencies = [
"bytes", "bytes",
"libc", "libc",

View File

@@ -12,7 +12,7 @@ anyhow = "1.0.102"
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149" serde_json = "1.0.149"
schemars = "1.2.1" schemars = "1.2.1"
tokio = { version = "1.49.0", features = ["full"] } tokio = { version = "1.50.0", features = ["full"] }
kube = { version = "3.0.1", features = ["runtime", "derive"] } kube = { version = "3.0.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.27.0", features = ["v1_31"] } k8s-openapi = { version = "0.27.0", features = ["v1_31"] }
futures = "0.3.32" futures = "0.3.32"