mirror of
https://github.com/nelsbrock/fingerprunk.git
synced 2026-08-15 00:16:47 +02:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
890d8fa0be
|
||
|
|
112a6b087b
|
Generated
+469
-378
File diff suppressed because it is too large
Load Diff
+6
-6
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "fingerprunk"
|
name = "fingerprunk"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
authors = ["Niklas Elsbrock <mail@nelsbrock.de>"]
|
authors = ["Niklas Elsbrock <mail@nelsbrock.de>"]
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "CLI tool for brute-forcing OpenPGP keys with cool fingerprints"
|
description = "CLI tool for brute-forcing OpenPGP keys with cool fingerprints"
|
||||||
@@ -10,11 +10,11 @@ keywords = ["fingerprint", "openpgp", "bruteforce"]
|
|||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.100"
|
anyhow = "1.0.102"
|
||||||
clap = { version = "4.5.50", features = ["derive"] }
|
clap = { version = "4.6.0", features = ["derive"] }
|
||||||
ctrlc = "3.5.0"
|
ctrlc = "3.5.2"
|
||||||
fancy-regex = "0.16.2"
|
fancy-regex = "0.17.0"
|
||||||
num-integer = "0.1.46"
|
num-integer = "0.1.46"
|
||||||
num_cpus = "1.17.0"
|
num_cpus = "1.17.0"
|
||||||
rpassword = "7.4.0"
|
rpassword = "7.4.0"
|
||||||
sequoia-openpgp = "2.0.0"
|
sequoia-openpgp = "2.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user