aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9bac5a8..598076f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,8 +29,8 @@ port_check = "0.1"
bytesize = "1"
nanoid = "0.4"
alphanumeric-sort = "1"
-clap = { version = "3.0.0-beta.5", features = ["wrap_help"] }
-clap_generate = "3.0.0-beta.5"
+clap = { version = "3.0.0-rc.0", features = ["derive", "cargo", "wrap_help"] }
+clap_generate = "3.0.0-rc.0"
chrono = "0.4"
chrono-humanize = "0.2"
serde = { version = "1", features = ["derive"] }
@@ -42,7 +42,7 @@ anyhow = "1"
log = "0.4"
strum = "0.23"
strum_macros = "0.23"
-sha2 = "0.9"
+sha2 = "0.10"
hex = "0.4"
zip = "0.5.11"
qrcodegen = "1"