Skip to content

Commit

Permalink
build(deps): bump strum_macros from 0.24.3 to 0.25.0 (#663)
Browse files Browse the repository at this point in the history
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.3 to 0.25.0.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 20, 2023
1 parent 287465c commit 686f421
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ anyhow = { version = "1.0.71", features = ["backtrace"] }
phf = { version = "0.11.1", features = ["macros"] }
console = "0.15.7"
strum = { version = "0.24.1", features = ["derive"] }
strum_macros = "0.24.3"
strum_macros = "0.25.0"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
json5 = "0.4.1"
Expand Down

0 comments on commit 686f421

Please sign in to comment.