From 4bd42346c24a296e993ed9452b845034e0f7b2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 23:32:19 +0000 Subject: [PATCH] chore(deps): update delegate requirement from 0.11.0 to 0.12.0 Updates the requirements on [delegate](https://github.com/kobzol/rust-delegate) to permit the latest version. - [Changelog](https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md) - [Commits](https://github.com/kobzol/rust-delegate/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: delegate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1acc0bd4..ccff53f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ lazy_static = "1.4.0" petgraph = { version = "0.6.3", default-features = false } context-iterators = "0.2.0" serde_json = "1.0.97" -delegate = "0.11.0" +delegate = "0.12.0" rustversion = "1.0.14" paste = "1.0" strum = "0.25.0"