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
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #14
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user