Skip to content

Commit e4ba1ab

Browse files
chore(deps): bump delegate from 0.13.3 to 0.13.4 (#150)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7de74e6 commit e4ba1ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ dependencies = [
202202

203203
[[package]]
204204
name = "delegate"
205-
version = "0.13.3"
205+
version = "0.13.4"
206206
source = "registry+https://github.com/rust-lang/crates.io-index"
207-
checksum = "b9b6483c2bbed26f97861cf57651d4f2b731964a28cd2257f934a4b452480d21"
207+
checksum = "6178a82cf56c836a3ba61a7935cdb1c49bfaa6fa4327cd5bf554a503087de26b"
208208
dependencies = [
209209
"proc-macro2",
210210
"quote",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.16.0"
1010

1111
[workspace.dependencies]
1212
anyhow = "1.0.98"
13-
delegate = "0.13.3"
13+
delegate = "0.13.4"
1414
hyper-util = "0.1.15"
1515
kube = { version = "1.1.0" }
1616
k8s-openapi = { version = "0.25.0" }

0 commit comments

Comments
 (0)