diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-10-11 17:08:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 17:08:29 +0000 |
commit | 6e0d1f806e20589020f57bb7462c84c48cd47504 (patch) | |
tree | bd57a2151380c562963c1bbf1d12706b6e081cde /Cargo.toml | |
parent | Merge pull request #616 from svenstaro/dependabot/cargo/thiserror-1.0.30 (diff) | |
parent | Bump strum from 0.21.0 to 0.22.0 (diff) | |
download | miniserve-6e0d1f806e20589020f57bb7462c84c48cd47504.tar.gz miniserve-6e0d1f806e20589020f57bb7462c84c48cd47504.zip |
Merge pull request #615 from svenstaro/dependabot/cargo/strum-0.22.0
Bump strum from 0.21.0 to 0.22.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ libflate = "1" thiserror = "1" anyhow = "1" log = "0.4" -strum = "0.21" +strum = "0.22" strum_macros = "0.21" sha2 = "0.9" hex = "0.4" |