Skip to content

Commit

Permalink
Bump strum from 0.26.3 to 0.27.1
Browse files Browse the repository at this point in the history
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.1.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.3...v0.27.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and smoelius committed Feb 18, 2025
1 parent f4d931a commit b9cfa8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backends/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ paste = "1.0"
regex = "1.11"
remain = "0.2"
serde_json = "1.0"
strum = "0.26"
strum = "0.27"
strum_macros = "0.26"
strip-ansi-escapes = "0.2"
subprocess = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ remain = "0.2"
rewriter = { version = "0.1", features = ["proc-macro2-impl"] }
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10"
strum = "0.26"
strum = "0.27"
strum_macros = "0.26"
subprocess = "0.2"
tempfile = "3.16"
Expand Down
2 changes: 1 addition & 1 deletion necessist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = "4.5"
env_logger = "0.11"
heck = "0.5"
remain = "0.2"
strum = "0.26"
strum = "0.27"
strum_macros = "0.26"
subprocess = "0.2"

Expand Down

0 comments on commit b9cfa8a

Please sign in to comment.