diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 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" @@ -45,7 +45,7 @@ log = "0.4.8" strum = "0.17.1" strum_macros = "0.17.1" sha2 = "0.8.1" -hex = "0.4.0" +hex = "0.4.2" [dev-dependencies] assert_cmd = "0.12" |