Merge pull request 'Update Rust crate strum to 0.28.0' (#17) from renovate/strum-0.x into main

This commit is contained in:
rasensprenger 2026-08-06 21:03:00 +02:00
commit dde495ded9
7 changed files with 13 additions and 19 deletions

20
Cargo.lock generated
View file

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

View file

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

View file

@ -64,7 +64,7 @@ serde_json = "1.0.149"
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9" serde_yaml = "0.9"
sha2 = "0.11.0" sha2 = "0.11.0"
strum = "0.27.2" strum = "0.28.0"
strum_macros = "0.28.0" strum_macros = "0.28.0"
sysinfo = "0.38.3" sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] } 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" rustls-pemfile = "2.2.0"
serde_json = "1.0.149" serde_json = "1.0.149"
sha2 = "0.11.0" sha2 = "0.11.0"
strum = "0.27.2" strum = "0.28.0"
strum_macros = "0.28.0" strum_macros = "0.28.0"
sysinfo = "0.38.3" sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] } 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" rustls-pemfile = "2.2.0"
serde_json = "1.0.149" serde_json = "1.0.149"
sha2 = "0.11.0" sha2 = "0.11.0"
strum = "0.27.2" strum = "0.28.0"
strum_macros = "0.28.0" strum_macros = "0.28.0"
sysinfo = "0.38.3" sysinfo = "0.38.3"
tokio = { version = "1.50.0", features = ["full"] } tokio = { version = "1.50.0", features = ["full"] }