Merge pull request 'Update Rust crate tokio to 1.29.1' (#14) from renovate/tokio-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #14
This commit is contained in:
2023-07-04 16:43:49 +00:00
2 changed files with 66 additions and 5 deletions

View File

@ -12,7 +12,7 @@ anyhow = "1.0.71"
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.97"
schemars = "0.8.12"
tokio = { version = "1.28.2", features = ["full"] }
tokio = { version = "1.29.1", features = ["full"] }
kube = { version = "0.83.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.18.0", features = ["v1_26"] } # TODO : switch to v1_27
futures = "0.3.28"