Compare commits
2 Commits
57fde837e2
...
b0d6705660
Author | SHA1 | Date | |
---|---|---|---|
b0d6705660 | |||
ab996ac653 |
@ -9,14 +9,14 @@ edition = "2021"
|
|||||||
log = "0.4.27"
|
log = "0.4.27"
|
||||||
env_logger = "0.11.8"
|
env_logger = "0.11.8"
|
||||||
anyhow = "1.0.97"
|
anyhow = "1.0.97"
|
||||||
serde = { version = "1.0.218", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
serde_json = "1.0.140"
|
serde_json = "1.0.140"
|
||||||
schemars = "0.8.22"
|
schemars = "0.8.22"
|
||||||
tokio = { version = "1.37.0", features = ["full"] }
|
tokio = { version = "1.37.0", features = ["full"] }
|
||||||
kube = { version = "0.99.0", features = ["runtime", "derive"] }
|
kube = { version = "0.99.0", features = ["runtime", "derive"] }
|
||||||
k8s-openapi = { version = "0.24.0", features = ["v1_31"] }
|
k8s-openapi = { version = "0.24.0", features = ["v1_31"] }
|
||||||
futures = "0.3.31"
|
futures = "0.3.31"
|
||||||
thiserror = "2.0.7"
|
thiserror = "2.0.12"
|
||||||
rand = "0.9.0"
|
rand = "0.9.0"
|
||||||
mktemp = "0.5.1"
|
mktemp = "0.5.1"
|
||||||
reqwest = "0.12.15"
|
reqwest = "0.12.15"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user