diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-22 04:17:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 04:17:51 +0000 |
commit | 907867a61b8d187c6198c35f2e5fcf17a7c52c43 (patch) | |
tree | c649d95f59cb560a9c0299a9c8f7d4f43c9f3e03 | |
parent | Add CHANGELOG for #738 (diff) | |
download | miniserve-907867a61b8d187c6198c35f2e5fcf17a7c52c43.tar.gz miniserve-907867a61b8d187c6198c35f2e5fcf17a7c52c43.zip |
Bump strum from 0.23.0 to 0.24.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.23.0 to 0.24.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
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2358,9 +2358,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb" +checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8" [[package]] name = "strum_macros" @@ -41,7 +41,7 @@ libflate = "1" thiserror = "1" anyhow = "1" log = "0.4" -strum = "0.23" +strum = "0.24" strum_macros = "0.23" sha2 = "0.10" hex = "0.4" |