Skip to content

Commit

Permalink
Update deprecations & fmt & v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpclark committed May 15, 2022
1 parent 48b8e9e commit 38db145
Show file tree
Hide file tree
Showing 16 changed files with 995 additions and 936 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abrute"
version = "0.1.8"
version = "0.1.9"
authors = ["Daniel P. Clark <[email protected]>"]
description = "AESCrypt Brute force attempter."
documentation = "http:https://danielpclark.github.io/abrute/index.html"
Expand All @@ -13,12 +13,13 @@ categories = ["cryptography"]

[dependencies]
array_tool = "^1.0"
tempdir = "~0.3"
clap = "~2.29"
clap = {version="~3.1.18",features=["cargo"]}
digits = "~1.1.0"
rayon = "~0.8.2"
lazy_static = "1.4.0"
libc = "0.2.125"
num_cpus = "~1.7"
rayon = "~0.8.2"
serde = "1.0.24"
serde_json = "1.0.8"
tiny_http = "~0.5"
lazy_static = "1.0.0"
tempdir = "~0.3"
Loading

0 comments on commit 38db145

Please sign in to comment.