Skip to content

Commit

Permalink
Bump strum_macros from 0.23.1 to 0.24.3
Browse files Browse the repository at this point in the history
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.23.1 to 0.24.3.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [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>
  • Loading branch information
dependabot[bot] committed Aug 8, 2022
1 parent b0df6c6 commit 7ed5ab4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
31 changes: 25 additions & 6 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 vitup/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ rand = "0.8"
time = { version = "0.3.7", features=["serde","serde-well-known","parsing"]}
fake = { version = "2.2", features=['chrono','http']}
strum = "0.21.0"
strum_macros = "0.23.1"
strum_macros = "0.24.3"
rand_core = "0.6"
rand_chacha = "0.3"
tempdir = "0.3.7"
Expand Down

0 comments on commit 7ed5ab4

Please sign in to comment.