diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-10-11 23:16:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 23:16:06 +0000 |
commit | b3c48c77559dfcdef38bd1f0a136423644575afd (patch) | |
tree | 5b8036b06a3b9d3e08f935004c48d870309c0bc2 | |
parent | Merge pull request #615 from svenstaro/dependabot/cargo/strum-0.22.0 (diff) | |
parent | Bump strum_macros from 0.21.1 to 0.22.0 (diff) | |
download | miniserve-b3c48c77559dfcdef38bd1f0a136423644575afd.tar.gz miniserve-b3c48c77559dfcdef38bd1f0a136423644575afd.zip |
Merge pull request #617 from svenstaro/dependabot/cargo/strum_macros-0.22.0
Bump strum_macros from 0.21.1 to 0.22.0
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2426,9 +2426,9 @@ checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e" [[package]] name = "strum_macros" -version = "0.21.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec" +checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb" dependencies = [ "heck", "proc-macro2", @@ -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" |