diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-11-18 05:45:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 05:45:01 +0000 |
commit | 92c293435d641aea3b352eb69d8086cafdeee204 (patch) | |
tree | da5f0813f0217ee31b886a4e36b410193a7408fd /Cargo.toml | |
parent | Merge pull request #638 from svenstaro/dependabot/cargo/strum-0.23.0 (diff) | |
parent | Bump strum_macros from 0.22.0 to 0.23.0 (diff) | |
download | miniserve-92c293435d641aea3b352eb69d8086cafdeee204.tar.gz miniserve-92c293435d641aea3b352eb69d8086cafdeee204.zip |
Merge pull request #639 from svenstaro/dependabot/cargo/strum_macros-0.23.0
Bump strum_macros from 0.22.0 to 0.23.0
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ thiserror = "1" anyhow = "1" log = "0.4" strum = "0.23" -strum_macros = "0.22" +strum_macros = "0.23" sha2 = "0.9" hex = "0.4" zip = "0.5.11" |