diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-09-20 00:02:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-20 00:02:39 +0000 |
commit | 5fcddd35b44824f3f629de198962be0c93d75cb5 (patch) | |
tree | 77556847d5e1afe02c658855f1105ecb5a91b802 /Cargo.toml | |
parent | Merge pull request #200 from svenstaro/dependabot/cargo/strum-0.16.0 (diff) | |
parent | Bump strum_macros from 0.15.0 to 0.16.0 (diff) | |
download | miniserve-5fcddd35b44824f3f629de198962be0c93d75cb5.tar.gz miniserve-5fcddd35b44824f3f629de198962be0c93d75cb5.zip |
Merge pull request #201 from svenstaro/dependabot/cargo/strum_macros-0.16.0
Bump strum_macros from 0.15.0 to 0.16.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ libflate = "0.1.26" failure = "0.1.5" log = "0.4.8" strum = "0.16.0" -strum_macros = "0.15.0" +strum_macros = "0.16.0" sha2 = "0.8.0" hex = "0.3.2" |