Update Rust crate strum to 0.28.0 #17

Merged
rasensprenger merged 1 commit from renovate/strum-0.x into main 2026-08-06 22:03:00 +03:00
7 changed files with 13 additions and 19 deletions

20
Cargo.lock generated
View file

@ -811,7 +811,7 @@ dependencies = [
"rustls-pemfile",
"serde_json",
"sha2 0.11.0",
"strum 0.27.2",
"strum",
"strum_macros",
"sysinfo",
"tokio",
@ -2234,7 +2234,7 @@ dependencies = [
"rustls-pemfile",
"serde_json",
"sha2 0.11.0",
"strum 0.27.2",
"strum",
"strum_macros",
"sysinfo",
"tokio",
@ -2291,7 +2291,7 @@ dependencies = [
"serde_json",
"serde_yaml",
"sha2 0.11.0",
"strum 0.27.2",
"strum",
"strum_macros",
"sysinfo",
"tempfile",
@ -3396,7 +3396,7 @@ dependencies = [
"rustls-pemfile",
"serde_json",
"sha2 0.11.0",
"strum 0.27.2",
"strum",
"strum_macros",
"sysinfo",
"tokio",
@ -3981,7 +3981,7 @@ dependencies = [
"lru",
"palette",
"serde",
"strum 0.28.0",
"strum",
"thiserror 2.0.19",
"unicode-segmentation",
"unicode-truncate",
@ -4045,7 +4045,7 @@ dependencies = [
"line-clipping",
"ratatui-core",
"serde",
"strum 0.28.0",
"strum",
"time",
"unicode-segmentation",
"unicode-width",
@ -4695,12 +4695,6 @@ version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
[[package]]
name = "strum"
version = "0.28.0"
@ -5515,7 +5509,7 @@ dependencies = [
"rustls-pemfile",
"serde_json",
"sha2 0.11.0",
"strum 0.27.2",
"strum",
"strum_macros",
"sysinfo",
"tokio",

View file

@ -48,7 +48,7 @@ rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"
sha2 = "0.11.0"
strum = "0.27.2"
strum = "0.28.0"
strum_macros = "0.28.0"
sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] }

View file

@ -47,7 +47,7 @@ rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"
sha2 = "0.11.0"
strum = "0.27.2"
strum = "0.28.0"
strum_macros = "0.28.0"
sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] }

View file

@ -44,7 +44,7 @@ rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"
sha2 = "0.11.0"
strum = "0.27.2"
strum = "0.28.0"
strum_macros = "0.28.0"
sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] }

View file

@ -64,7 +64,7 @@ serde_json = "1.0.149"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
sha2 = "0.11.0"
strum = "0.27.2"
strum = "0.28.0"
strum_macros = "0.28.0"
sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] }

View file

@ -47,7 +47,7 @@ rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"
sha2 = "0.11.0"
strum = "0.27.2"
strum = "0.28.0"
strum_macros = "0.28.0"
sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] }

View file

@ -47,7 +47,7 @@ rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"
sha2 = "0.11.0"
strum = "0.27.2"
strum = "0.28.0"
strum_macros = "0.28.0"
sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] }