Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] d6ce87741e Bump the strum group with 2 updates
Bumps the strum group with 2 updates: [strum](https://github.com/Peternator7/strum) and [strum_macros](https://github.com/Peternator7/strum).


Updates `strum` from 0.27.2 to 0.28.0
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/compare/v0.27.2...v0.28.0)

Updates `strum_macros` from 0.27.2 to 0.28.0
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/compare/v0.27.2...v0.28.0)

---
updated-dependencies:
- dependency-name: strum
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: strum
- dependency-name: strum_macros
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: strum
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 17:43:48 +00:00
2 changed files with 26 additions and 8 deletions
Generated
+24 -6
View File
@@ -3042,8 +3042,8 @@ dependencies = [
"sha2",
"smallvec",
"structdesc",
"strum 0.27.2",
"strum_macros 0.27.2",
"strum 0.28.0",
"strum_macros 0.28.0",
"tar",
"tempfile",
"thiserror 1.0.69",
@@ -3055,7 +3055,7 @@ dependencies = [
"tracing-subscriber",
"unicode-width",
"url",
"windows-sys 0.45.0",
"windows-sys 0.60.2",
"zip",
"zstd",
]
@@ -3081,8 +3081,8 @@ dependencies = [
"regex",
"remain",
"slotmap",
"strum 0.27.2",
"strum_macros 0.27.2",
"strum 0.28.0",
"strum_macros 0.28.0",
"thiserror 1.0.69",
"tracing 0.2.0",
"tree-sitter",
@@ -5287,6 +5287,12 @@ dependencies = [
"strum_macros 0.27.2",
]
[[package]]
name = "strum"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
[[package]]
name = "strum_macros"
version = "0.26.4"
@@ -5312,6 +5318,18 @@ dependencies = [
"syn 2.0.94",
]
[[package]]
name = "strum_macros"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
dependencies = [
"heck 0.5.0",
"proc-macro2",
"quote",
"syn 2.0.94",
]
[[package]]
name = "svgtypes"
version = "0.15.3"
@@ -7006,7 +7024,7 @@ version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.60.2",
]
[[package]]
+2 -2
View File
@@ -57,8 +57,8 @@ reqwest = { version = "0.11", features = ["blocking", "json", "socks"]
serde = { version = "1.0" }
serde_json = { version = "1.0" }
smallvec = { version = "1.15.1" }
strum = { version = "0.27.1" }
strum_macros = { version = "0.27.1" }
strum = { version = "0.28.0" }
strum_macros = { version = "0.28.0" }
tar = { version = "0.4" }
tempfile = { version = "3.10.1" }
thiserror = { version = "1.0" }