diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -30,8 +30,8 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.0.0-beta.4", features = ["wrap_help"] } -clap_generate = "3.0.0-beta.4" +clap = { version = "3.0.0-beta.5", features = ["wrap_help"] } +clap_generate = "3.0.0-beta.5" chrono = "0.4" chrono-humanize = "0.2" serde = { version = "1", features = ["derive"] } @@ -41,8 +41,8 @@ libflate = "1" thiserror = "1" anyhow = "1" log = "0.4" -strum = "0.21" -strum_macros = "0.21" +strum = "0.22" +strum_macros = "0.22" sha2 = "0.9" hex = "0.4" zip = "0.5.11" |