Skip to content

Commit f712a28

Browse files
Version bump and dependencies
1 parent f49aaaa commit f712a28

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ readme = "README.md"
66
keywords = ["cli", "hash", "verify"]
77
categories = ["authentication", "filesystem", "command-line-utilities"]
88
license = "Apache-2.0"
9-
version = "0.5.6"
9+
version = "0.5.7"
1010
authors = ["cerda <cerdamods@protonmail.com", "b1tzxd"]
1111
edition = "2018"
1212

1313
[dependencies]
1414
once_cell = "1.8.0"
1515
tabwriter = "1.2.1"
1616
num_cpus = "1.13.0"
17-
futures = { version = "0.3.15", features = ["executor", "thread-pool"] }
17+
futures = { version = "0.3.17", features = ["executor", "thread-pool"] }
1818
walkdir = "2.3.2"
1919
regex = "1.5.4"
2020
clap = "2.33.3"
2121
crc32fast = "1.2.1"
2222
pbr = "1.0.4"
23-
blake2 = "0.9.1"
23+
blake2 = "0.9.2"
2424
md-5 = "0.9.1"
2525
blake3 = "1.0.0"
26-
sha-1 = "0.9.6"
27-
sha2 = "0.9.5"
26+
sha-1 = "0.9.8"
27+
sha2 = "0.9.8"
2828
sha3 = "0.9.1"
2929
whirlpool = "0.9.0"
3030
xxhash-rust = { version = "0.8.2", features = ["xxh32", "xxh64", "xxh3"] }

0 commit comments

Comments
 (0)