diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-06-03 04:17:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 04:17:22 +0000 |
commit | be3398f2e8d344a51e0e8ce8abff7396566578a3 (patch) | |
tree | 196eb82da742ba98bf13fb2921e57d2dedb24942 | |
parent | Bump strum (diff) | |
download | miniserve-be3398f2e8d344a51e0e8ce8abff7396566578a3.tar.gz miniserve-be3398f2e8d344a51e0e8ce8abff7396566578a3.zip |
Bump strum_macros from 0.21.0 to 0.21.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.21.0 to 0.21.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)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2617,9 +2617,9 @@ checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2" [[package]] name = "strum_macros" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb076d8b589fde927ec90d05920d610554ca3a4d9dddb177481cadd071a19c2e" +checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec" dependencies = [ "heck", "proc-macro2", |