mirror of
https://github.com/nelsbrock/fingerprunk.git
synced 2026-08-14 16:12:08 +02:00
upgrade dependencies
This commit is contained in:
+5
-5
@@ -10,11 +10,11 @@ keywords = ["fingerprint", "openpgp", "bruteforce"]
|
||||
categories = ["command-line-utilities"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
clap = { version = "4.5.50", features = ["derive"] }
|
||||
ctrlc = "3.5.0"
|
||||
fancy-regex = "0.16.2"
|
||||
anyhow = "1.0.102"
|
||||
clap = { version = "4.6.0", features = ["derive"] }
|
||||
ctrlc = "3.5.2"
|
||||
fancy-regex = "0.17.0"
|
||||
num-integer = "0.1.46"
|
||||
num_cpus = "1.17.0"
|
||||
rpassword = "7.4.0"
|
||||
sequoia-openpgp = "2.0.0"
|
||||
sequoia-openpgp = "2.2.0"
|
||||
|
||||
Reference in New Issue
Block a user