We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de74e6 commit e4ba1abCopy full SHA for e4ba1ab
Cargo.lock
@@ -202,9 +202,9 @@ dependencies = [
202
203
[[package]]
204
name = "delegate"
205
-version = "0.13.3"
+version = "0.13.4"
206
source = "registry+https://github.com/rust-lang/crates.io-index"
207
-checksum = "b9b6483c2bbed26f97861cf57651d4f2b731964a28cd2257f934a4b452480d21"
+checksum = "6178a82cf56c836a3ba61a7935cdb1c49bfaa6fa4327cd5bf554a503087de26b"
208
dependencies = [
209
"proc-macro2",
210
"quote",
Cargo.toml
@@ -10,7 +10,7 @@ version = "0.16.0"
10
11
[workspace.dependencies]
12
anyhow = "1.0.98"
13
-delegate = "0.13.3"
+delegate = "0.13.4"
14
hyper-util = "0.1.15"
15
kube = { version = "1.1.0" }
16
k8s-openapi = { version = "0.25.0" }
0 commit comments