Skip to content

Commit 675d5cf

Browse files
Bump strum_macros from 0.25.3 to 0.26.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.3 to 0.26.1. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ee10cf commit 675d5cf

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ regex = "1.10"
2828
remain = "0.2"
2929
serde = { version = "1.0", features = ["derive"] }
3030
strum = "0.25"
31-
strum_macros = "0.25"
31+
strum_macros = "0.26"
3232
subprocess = "0.2"
3333
tempfile = "3.9"
3434
toml = "0.8"

frameworks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ paste = "1.0"
2424
regex = "1.10"
2525
remain = "0.2"
2626
strum = "0.25"
27-
strum_macros = "0.25"
27+
strum_macros = "0.26"
2828
strip-ansi-escapes = "0.2"
2929
subprocess = "0.2"
3030
walkdir = "2.4"

necessist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env_logger = "0.11"
1919
heck = "0.4"
2020
remain = "0.2"
2121
strum = "0.25"
22-
strum_macros = "0.25"
22+
strum_macros = "0.26"
2323
subprocess = "0.2"
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)