diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-10-11 17:08:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 17:08:29 +0000 |
commit | 6e0d1f806e20589020f57bb7462c84c48cd47504 (patch) | |
tree | bd57a2151380c562963c1bbf1d12706b6e081cde | |
parent | Merge pull request #616 from svenstaro/dependabot/cargo/thiserror-1.0.30 (diff) | |
parent | Bump strum from 0.21.0 to 0.22.0 (diff) | |
download | miniserve-6e0d1f806e20589020f57bb7462c84c48cd47504.tar.gz miniserve-6e0d1f806e20589020f57bb7462c84c48cd47504.zip |
Merge pull request #615 from svenstaro/dependabot/cargo/strum-0.22.0
Bump strum from 0.21.0 to 0.22.0
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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" @@ -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" |