From bd5c5ee7da68826a7db45054ef49c675024f7b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:56:07 +0000 Subject: [PATCH] Update strum requirement from 0.24.1 to 0.25.0 Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum 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 5f15a12..6e38367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ getset = "0.1.2" lazy_static = "1.4.0" regex = "1.6.0" serde = { version = "1.0.140", features = ["derive"] } -strum = { version = "0.24.1", features = ["derive"] } +strum = { version = "0.25.0", features = ["derive"] } thiserror = "1.0.31" typed-builder = "0.10.0"