diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-22 06:40:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 06:40:31 +0000 |
commit | 49d64a2ca4a346693e0e2241c0aee1655f7db8db (patch) | |
tree | 6a798b337ac4544ac6aa5343394978ddbbc9bfd8 /Cargo.toml | |
parent | Merge pull request #741 from svenstaro/dependabot/cargo/clap-3.1.1 (diff) | |
parent | Bump strum_macros from 0.23.1 to 0.24.0 (diff) | |
download | miniserve-49d64a2ca4a346693e0e2241c0aee1655f7db8db.tar.gz miniserve-49d64a2ca4a346693e0e2241c0aee1655f7db8db.zip |
Merge pull request #740 from svenstaro/dependabot/cargo/strum_macros-0.24.0
Bump strum_macros from 0.23.1 to 0.24.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ thiserror = "1" anyhow = "1" log = "0.4" strum = "0.24" -strum_macros = "0.23" +strum_macros = "0.24" sha2 = "0.10" hex = "0.4" zip = "0.5.11" |