diff --git a/Cargo.lock b/Cargo.lock index 40c794d..56f9156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,9 +193,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "blake3" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" +checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" dependencies = [ "arrayref", "arrayvec", diff --git a/compute/Cargo.toml b/compute/Cargo.toml index 1a28e06..0deec6a 100644 --- a/compute/Cargo.toml +++ b/compute/Cargo.toml @@ -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"