Skip to content

Commit 93a11ae

Browse files
oconnor663jbr
authored andcommitted
update the blake3 dependency to v1.2.0
The blake3 crate currently has a MSRV of 1.51 for const generics.
1 parent c779dfb commit 93a11ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hmac = "0.11.0"
2323
serde_json = "1.0.64"
2424
bincode = "1.3.3"
2525
anyhow = "1.0.40"
26-
blake3 = "0.3.8"
26+
blake3 = "1.2.0"
2727
async-lock = "2.4.0"
2828
log = "0.4.14"
2929

0 commit comments

Comments
 (0)