Compare commits
2 Commits
f6d00f2cdf
...
2734546aab
| Author | SHA1 | Date | |
|---|---|---|---|
| 2734546aab | |||
| 6d8baa6d17 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1145,9 +1145,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "k8s-openapi"
|
||||
version = "0.27.0"
|
||||
version = "0.27.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "05a6d6f3611ad1d21732adbd7a2e921f598af6c92d71ae6e2620da4b67ee1f0d"
|
||||
checksum = "51b326f5219dd55872a72c1b6ddd1b830b8334996c667449c29391d657d78d5e"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"jiff",
|
||||
|
||||
@@ -14,7 +14,7 @@ serde_json = "1.0.149"
|
||||
schemars = "1.2.1"
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
kube = { version = "3.0.1", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.27.0", features = ["v1_31"] }
|
||||
k8s-openapi = { version = "0.27.1", features = ["v1_31"] }
|
||||
futures = "0.3.32"
|
||||
thiserror = "2.0.18"
|
||||
rand = "0.10.0"
|
||||
|
||||
Reference in New Issue
Block a user