Compare commits
4 Commits
f485f1fda9
...
master
Author | SHA1 | Date | |
---|---|---|---|
c0b4154e67 | |||
260089b2ad | |||
7b8b0cff3e | |||
55f8df39bb |
835
Cargo.lock
generated
835
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -13,10 +13,10 @@ serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
schemars = "0.8.22"
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
kube = { version = "0.99.0", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.24.0", features = ["v1_31"] }
|
||||
kube = { version = "1.1.0", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.25.0", features = ["v1_31"] }
|
||||
futures = "0.3.31"
|
||||
thiserror = "2.0.12"
|
||||
rand = "0.9.1"
|
||||
mktemp = "0.5.1"
|
||||
reqwest = "0.12.16"
|
||||
reqwest = "0.12.20"
|
||||
|
Reference in New Issue
Block a user