From cbe5d93caa147f78baa72aa67b9b0f9272fe3f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:13:03 +0000 Subject: [PATCH] chore(deps): bump strum from 0.27.2 to 0.28.0 (#9384) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d3ebbd930..b2b06cb6c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4658,7 +4658,7 @@ dependencies = [ "shell-words", "shellexpand", "sqlx", - "strum 0.27.2", + "strum 0.28.0", "symphonia", "sys-info", "tempfile", @@ -4744,7 +4744,7 @@ dependencies = [ "sha2 0.10.9", "shlex 2.0.1", "sigstore-verify", - "strum 0.27.2", + "strum 0.28.0", "tar", "tempfile", "test-case", diff --git a/Cargo.toml b/Cargo.toml index d5095120bc..6b09a19e4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" shellexpand = "3.1" -strum = { version = "0.27", features = ["derive"] } +strum = { version = "0.28", features = ["derive"] } tempfile = "3" thiserror = "1.0" tokio = { version = "1.49", features = ["full"] }