aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-11 04:26:17 +0000
committerGitHub <noreply@github.com>2021-10-11 04:26:17 +0000
commit58502eec96fedbe83bf25619efc0d595134d66d3 (patch)
treeb9b4353ee7188d2b1a9e89190c63029241a9cde4
parentMerge pull request #613 from svenstaro/dependabot/cargo/assert_fs-1.0.6 (diff)
downloadminiserve-58502eec96fedbe83bf25619efc0d595134d66d3.tar.gz
miniserve-58502eec96fedbe83bf25619efc0d595134d66d3.zip
Bump strum from 0.21.0 to 0.22.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.21.0 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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f719dbf..2c7faf1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2420,9 +2420,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
-version = "0.21.0"
+version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
+checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
[[package]]
name = "strum_macros"
diff --git a/Cargo.toml b/Cargo.toml
index ab3a6a8..249c2cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ libflate = "1"
thiserror = "1"
anyhow = "1"
log = "0.4"
-strum = "0.21"
+strum = "0.22"
strum_macros = "0.21"
sha2 = "0.9"
hex = "0.4"