diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,8 @@ futures = "0.3" libflate = "1" thiserror = "1" log = "0.4" -strum = "0.20" -strum_macros = "0.20" +strum = "0.21" +strum_macros = "0.21" sha2 = "0.9" hex = "0.4" zip = "0.5.11" |