Skip to content

Commit

Permalink
chore(deps): bump blake3 from 1.5.5 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.5.5 to 1.6.0.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](BLAKE3-team/BLAKE3@1.5.5...1.6.0)

---
updated-dependencies:
- dependency-name: blake3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent f6be1bc commit 7fa3732
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tandem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = [
[dependencies]
rand = "0.8.3"
rand_chacha = "0.3.1"
blake3 = { version = "1.5.5", features = ["traits-preview"] }
blake3 = { version = "1.6.0", features = ["traits-preview"] }
curve25519-dalek-ng = "4.1.1"
serde = "1.0"
bincode = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion tandem_http_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand_chacha = "0.3.1"
bincode = "1.3"
serde_json = "1.0"
uuid = { version = "1.13", features = ["serde", "v4"] }
blake3 = "1.5"
blake3 = "1.6"
url = "2.5"

# # IF YOU WANT TO BUILD main.rs WITHOUT ANY FEATURES (FOR DEV):
Expand Down

0 comments on commit 7fa3732

Please sign in to comment.