Skip to content

Commit 86c5a0d

Browse files
chore(deps): bump delegate from 0.13.4 to 0.13.5
Bumps [delegate](https://github.com/kobzol/rust-delegate) from 0.13.4 to 0.13.5. - [Release notes](https://github.com/kobzol/rust-delegate/releases) - [Changelog](https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md) - [Commits](Kobzol/rust-delegate@v0.13.4...v0.13.5) --- updated-dependencies: - dependency-name: delegate dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0c0deb commit 86c5a0d

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
@@ -274,9 +274,9 @@ dependencies = [
274274

275275
[[package]]
276276
name = "delegate"
277-
version = "0.13.4"
277+
version = "0.13.5"
278278
source = "registry+https://github.com/rust-lang/crates.io-index"
279-
checksum = "6178a82cf56c836a3ba61a7935cdb1c49bfaa6fa4327cd5bf554a503087de26b"
279+
checksum = "780eb241654bf097afb00fc5f054a09b687dad862e485fdcf8399bb056565370"
280280
dependencies = [
281281
"proc-macro2",
282282
"quote",

Cargo.toml

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

1111
[workspace.dependencies]
1212
anyhow = "1.0.100"
13-
delegate = "0.13.4"
13+
delegate = "0.13.5"
1414
hyper-util = "0.1.17"
1515
kube = { version = "2.0.1", default-features = false }
1616
kube-core = { version = "2.0.1", default-features = false }

0 commit comments

Comments
 (0)