diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -30,7 +30,7 @@ percent-encoding = "2.1" htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.2.0" -alphanumeric-sort = "1.0.11" +alphanumeric-sort = "1.0.12" structopt = "0.3" chrono = "0.4.10" chrono-humanize = "0.0.11" @@ -42,10 +42,10 @@ futures = "0.1.29" libflate = "0.1.26" failure = "0.1.5" log = "0.4.8" -strum = "0.16.0" -strum_macros = "0.16.0" -sha2 = "0.8.0" -hex = "0.4.0" +strum = "0.17.1" +strum_macros = "0.17.1" +sha2 = "0.8.1" +hex = "0.4.2" [dev-dependencies] assert_cmd = "0.12" |