Skip to content

Commit

Permalink
Merge pull request #95 from GatewayLabs/dependabot/cargo/blake3-1.5.5
Browse files Browse the repository at this point in the history
chore(deps): bump blake3 from 1.5.4 to 1.5.5
  • Loading branch information
10d9e authored Dec 10, 2024
2 parents 8040752 + 1093ecb commit 142c6d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tandem = { git = "https://github.com/sine-fdn/tandem.git" }
garble_lang = { version = "0.5.0", features = ["serde"] }
rand = "0.8.3"
rand_chacha = "0.3.1"
blake3 = { version = "1.5.0", features = ["traits-preview"] }
blake3 = { version = "1.5.5", features = ["traits-preview"] }
curve25519-dalek = { version = "4.1.1", features = ["rand_core"] }
bincode = "1.3"
hex = "0.4.3"
Expand Down

0 comments on commit 142c6d7

Please sign in to comment.