From dc3a63a469d13d94229a30fcab9c8c7f37db2882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:35:52 -0400 Subject: [PATCH] chore(deps): bump strum from 0.27.2 to 0.28.0 (#9509) 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 e5c2eeaf..a6f6daf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4536,7 +4536,7 @@ dependencies = [ "shellexpand", "smithy-transport-reqwest", "sqlx", - "strum 0.27.2", + "strum 0.28.0", "symphonia", "sys-info", "tempfile", @@ -4623,7 +4623,7 @@ dependencies = [ "sha2 0.11.0", "shlex", "sigstore-verify", - "strum 0.27.2", + "strum 0.28.0", "tar", "tempfile", "test-case", diff --git a/Cargo.toml b/Cargo.toml index 97c9f56e..d21c8a3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ serde = { version = "1.0.228", default-features = false, features = ["derive", " serde_json = { version = "1.0.145", default-features = false, features = ["std"] } serde_yaml = { version = "0.9.32", default-features = false } shellexpand = { version = "3", default-features = false, features = ["base-0", "tilde"] } -strum = { version = "0.27.1", default-features = false, features = ["derive", "std"] } +strum = { version = "0.28.0", default-features = false, features = ["derive", "std"] } tempfile = { version = "3.10.1", default-features = false } thiserror = { version = "1.0.49", default-features = false } tokio = { version = "1.48", default-features = false }