From 53bcb09de99309ae164cd70d721b4de38c3f7690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:34:47 +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] --- aud/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aud/cli/Cargo.toml b/aud/cli/Cargo.toml index 694f319..14d4564 100644 --- a/aud/cli/Cargo.toml +++ b/aud/cli/Cargo.toml @@ -30,4 +30,4 @@ midly = "0.5.3" lazy_static = "1.4.0" [dev-dependencies] -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] }