From cd84bc3e312db9fec693ef88ca41ed4cde258f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:52:04 +0000 Subject: [PATCH] Update strum requirement from 0.25 to 0.26 --- 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 d9f8f13..a182d0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde_json = "1" serial_test = { version = "3", default-features = false } sha2 = "0.10" shlex = "1.2.0" -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } tempfile = "3" test-binary = "3" textwrap = "0.16"