From a66a9e0b6f41e02f2237d5f99effb25c88abdc2b Mon Sep 17 00:00:00 2001 From: renovate <renovate@archlinux.org> Date: Tue, 11 Mar 2025 10:27:49 +0000 Subject: [PATCH] chore(deps): update rust crate strum to 0.27.0 Signed-off-by: renovate <renovate@archlinux.org> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fd969e3..54407d2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1.0.215", features = ["derive"] } # inputs that reference the "old_sha2". sha2 = "0.11.0-pre.4" signstar-request-signature = { path = "signstar-request-signature", version = "0.1.0" } -strum = { version = "0.26.3", features = ["derive"] } +strum = { version = "0.27.0", features = ["derive"] } testdir = "0.9.3" testresult = "0.4.1" thiserror = "2.0.4" -- GitLab