diff options
Diffstat (limited to 'b3sum/Cargo.toml')
| -rw-r--r-- | b3sum/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml index e592120..55ecc07 100644 --- a/b3sum/Cargo.toml +++ b/b3sum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "b3sum" -version = "1.6.0" +version = "1.6.1" authors = ["Jack O'Connor <[email protected]>"] description = "a command line implementation of the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" @@ -15,7 +15,7 @@ pure = ["blake3/pure"] [dependencies] anyhow = "1.0.25" -blake3 = { version = "1.6.0", path = "..", features = ["mmap", "rayon"] } +blake3 = { version = "1.6.1", path = "..", features = ["mmap", "rayon"] } clap = { version = "4.0.8", features = ["derive", "wrap_help"] } hex = "0.4.0" rayon-core = "1.12.1" |
