File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,25 +6,25 @@ readme = "README.md"
66keywords = [" cli" , " hash" , " verify" ]
77categories = [" authentication" , " filesystem" , " command-line-utilities" ]
88license = " Apache-2.0"
9- version = " 0.5.6 "
9+ version = " 0.5.7 "
1010authors = [" cerda <cerdamods@protonmail.com" , " b1tzxd" ]
1111edition = " 2018"
1212
1313[dependencies ]
1414once_cell = " 1.8.0"
1515tabwriter = " 1.2.1"
1616num_cpus = " 1.13.0"
17- futures = { version = " 0.3.15 " , features = [" executor" , " thread-pool" ] }
17+ futures = { version = " 0.3.17 " , features = [" executor" , " thread-pool" ] }
1818walkdir = " 2.3.2"
1919regex = " 1.5.4"
2020clap = " 2.33.3"
2121crc32fast = " 1.2.1"
2222pbr = " 1.0.4"
23- blake2 = " 0.9.1 "
23+ blake2 = " 0.9.2 "
2424md-5 = " 0.9.1"
2525blake3 = " 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 "
2828sha3 = " 0.9.1"
2929whirlpool = " 0.9.0"
3030xxhash-rust = { version = " 0.8.2" , features = [" xxh32" , " xxh64" , " xxh3" ] }
You can’t perform that action at this time.
0 commit comments