Update Rust crate k8s-openapi to 0.19.0 - autoclosed #33
24
Cargo.lock
generated
24
Cargo.lock
generated
@ -800,6 +800,20 @@ name = "k8s-openapi"
|
|||||||
version = "0.18.0"
|
version = "0.18.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cd990069640f9db34b3b0f7a1afc62a05ffaa3be9b66aa3c313f58346df7f788"
|
checksum = "cd990069640f9db34b3b0f7a1afc62a05ffaa3be9b66aa3c313f58346df7f788"
|
||||||
|
dependencies = [
|
||||||
|
"base64 0.21.0",
|
||||||
|
"bytes",
|
||||||
|
"chrono",
|
||||||
|
"serde",
|
||||||
|
"serde-value",
|
||||||
|
"serde_json",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "k8s-openapi"
|
||||||
|
version = "0.19.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "95578de7d6eac4fba42114bc751e38c59a739968769df1be56feba6f17fd148e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.0",
|
"base64 0.21.0",
|
||||||
"bytes",
|
"bytes",
|
||||||
@ -818,7 +832,7 @@ version = "0.84.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "14bd236a6f6ddeac3fefa2863eb4e363cb3a2c49d66619e181b5b8f8f0787575"
|
checksum = "14bd236a6f6ddeac3fefa2863eb4e363cb3a2c49d66619e181b5b8f8f0787575"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"k8s-openapi",
|
"k8s-openapi 0.18.0",
|
||||||
"kube-client",
|
"kube-client",
|
||||||
"kube-core",
|
"kube-core",
|
||||||
"kube-derive",
|
"kube-derive",
|
||||||
@ -843,7 +857,7 @@ dependencies = [
|
|||||||
"hyper-openssl",
|
"hyper-openssl",
|
||||||
"hyper-timeout",
|
"hyper-timeout",
|
||||||
"jsonpath_lib",
|
"jsonpath_lib",
|
||||||
"k8s-openapi",
|
"k8s-openapi 0.18.0",
|
||||||
"kube-core",
|
"kube-core",
|
||||||
"openssl",
|
"openssl",
|
||||||
"pem",
|
"pem",
|
||||||
@ -870,7 +884,7 @@ dependencies = [
|
|||||||
"form_urlencoded",
|
"form_urlencoded",
|
||||||
"http",
|
"http",
|
||||||
"json-patch",
|
"json-patch",
|
||||||
"k8s-openapi",
|
"k8s-openapi 0.18.0",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"schemars",
|
"schemars",
|
||||||
"serde",
|
"serde",
|
||||||
@ -903,7 +917,7 @@ dependencies = [
|
|||||||
"derivative",
|
"derivative",
|
||||||
"futures",
|
"futures",
|
||||||
"json-patch",
|
"json-patch",
|
||||||
"k8s-openapi",
|
"k8s-openapi 0.18.0",
|
||||||
"kube-client",
|
"kube-client",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"pin-project",
|
"pin-project",
|
||||||
@ -993,7 +1007,7 @@ dependencies = [
|
|||||||
"anyhow",
|
"anyhow",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"futures",
|
"futures",
|
||||||
"k8s-openapi",
|
"k8s-openapi 0.19.0",
|
||||||
"kube",
|
"kube",
|
||||||
"log",
|
"log",
|
||||||
"mktemp",
|
"mktemp",
|
||||||
|
@ -14,7 +14,7 @@ serde_json = "1.0.105"
|
|||||||
schemars = "0.8.12"
|
schemars = "0.8.12"
|
||||||
tokio = { version = "1.32.0", features = ["full"] }
|
tokio = { version = "1.32.0", features = ["full"] }
|
||||||
kube = { version = "0.84.0", features = ["runtime", "derive"] }
|
kube = { version = "0.84.0", features = ["runtime", "derive"] }
|
||||||
k8s-openapi = { version = "0.18.0", features = ["v1_26"] } # TODO : switch to v1_27
|
k8s-openapi = { version = "0.19.0", features = ["v1_26"] } # TODO : switch to v1_27
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
thiserror = "1.0.47"
|
thiserror = "1.0.47"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user