diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-11 17:09:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 17:09:35 +0000 |
commit | 9dfaa3e574ea8f930858f5fd1b4e36196abbdf61 (patch) | |
tree | 5b8036b06a3b9d3e08f935004c48d870309c0bc2 /Cargo.toml | |
parent | Merge pull request #615 from svenstaro/dependabot/cargo/strum-0.22.0 (diff) | |
download | miniserve-9dfaa3e574ea8f930858f5fd1b4e36196abbdf61.tar.gz miniserve-9dfaa3e574ea8f930858f5fd1b4e36196abbdf61.zip |
Bump strum_macros from 0.21.1 to 0.22.0
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.21.1 to 0.22.0.
- [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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ thiserror = "1" anyhow = "1" log = "0.4" strum = "0.22" -strum_macros = "0.21" +strum_macros = "0.22" sha2 = "0.9" hex = "0.4" zip = "0.5.11" |