diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-22 04:22:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 04:22:09 +0000 |
commit | 7455ed61ba3580d1535dac59e35f2241982c457d (patch) | |
tree | 11762aceb6d6bd54a56175434645c53bb4aea7cc | |
parent | Merge pull request #640 from svenstaro/dependabot/cargo/anyhow-1.0.47 (diff) | |
download | miniserve-7455ed61ba3580d1535dac59e35f2241982c457d.tar.gz miniserve-7455ed61ba3580d1535dac59e35f2241982c457d.zip |
Bump strum_macros from 0.23.0 to 0.23.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.23.0 to 0.23.1.
- [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-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2427,9 +2427,9 @@ checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb" [[package]] name = "strum_macros" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00ad150e9d51e33e8142984f577662c1324d49f3be45ed37bac8645fdcbe0fe5" +checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38" dependencies = [ "heck", "proc-macro2", |