diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-11-18 04:54:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 04:54:00 +0000 |
commit | 8e430e33693318269e0eb4e2013447daa5445eb5 (patch) | |
tree | c7f0a7be051320490087caa62da32f60de721c23 /Cargo.toml | |
parent | Merge pull request #636 from svenstaro/dependabot/cargo/simplelog-0.11.0 (diff) | |
parent | Bump strum from 0.22.0 to 0.23.0 (diff) | |
download | miniserve-8e430e33693318269e0eb4e2013447daa5445eb5.tar.gz miniserve-8e430e33693318269e0eb4e2013447daa5445eb5.zip |
Merge pull request #638 from svenstaro/dependabot/cargo/strum-0.23.0
Bump strum from 0.22.0 to 0.23.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ libflate = "1" thiserror = "1" anyhow = "1" log = "0.4" -strum = "0.22" +strum = "0.23" strum_macros = "0.22" sha2 = "0.9" hex = "0.4" |