chore(deps): bump strum from 0.27.2 to 0.28.0 (#9384)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-22 21:13:03 +00:00
committed by GitHub
parent 141e350ab8
commit cbe5d93caa
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4658,7 +4658,7 @@ dependencies = [
"shell-words", "shell-words",
"shellexpand", "shellexpand",
"sqlx", "sqlx",
"strum 0.27.2", "strum 0.28.0",
"symphonia", "symphonia",
"sys-info", "sys-info",
"tempfile", "tempfile",
@@ -4744,7 +4744,7 @@ dependencies = [
"sha2 0.10.9", "sha2 0.10.9",
"shlex 2.0.1", "shlex 2.0.1",
"sigstore-verify", "sigstore-verify",
"strum 0.27.2", "strum 0.28.0",
"tar", "tar",
"tempfile", "tempfile",
"test-case", "test-case",
+1 -1
View File
@@ -52,7 +52,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
serde_yaml = "0.9" serde_yaml = "0.9"
shellexpand = "3.1" shellexpand = "3.1"
strum = { version = "0.27", features = ["derive"] } strum = { version = "0.28", features = ["derive"] }
tempfile = "3" tempfile = "3"
thiserror = "1.0" thiserror = "1.0"
tokio = { version = "1.49", features = ["full"] } tokio = { version = "1.49", features = ["full"] }