Compare commits
4 Commits
09c2ec2be5
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 2734546aab | |||
| 6d8baa6d17 | |||
| f6d00f2cdf | |||
| 9d88b9ba5b |
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -1145,9 +1145,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "k8s-openapi"
|
name = "k8s-openapi"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "05a6d6f3611ad1d21732adbd7a2e921f598af6c92d71ae6e2620da4b67ee1f0d"
|
checksum = "51b326f5219dd55872a72c1b6ddd1b830b8334996c667449c29391d657d78d5e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"jiff",
|
"jiff",
|
||||||
@@ -2235,9 +2235,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.49.0"
|
version = "1.50.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"libc",
|
"libc",
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ anyhow = "1.0.102"
|
|||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
serde_json = "1.0.149"
|
serde_json = "1.0.149"
|
||||||
schemars = "1.2.1"
|
schemars = "1.2.1"
|
||||||
tokio = { version = "1.49.0", features = ["full"] }
|
tokio = { version = "1.50.0", features = ["full"] }
|
||||||
kube = { version = "3.0.1", features = ["runtime", "derive"] }
|
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"
|
futures = "0.3.32"
|
||||||
thiserror = "2.0.18"
|
thiserror = "2.0.18"
|
||||||
rand = "0.10.0"
|
rand = "0.10.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user