Skip to content

Commit 350d02a

Browse files
committed
fix: use fixed version of bao-tree
to avoid short reads causing a panic in blake3 hazmat API
1 parent 32c8336 commit 350d02a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.81"
1515
[dependencies]
1616
anyhow = { version = "1" }
1717
async-channel = "2.3.1"
18-
bao-tree = { version = "0.15", features = [
18+
bao-tree = { version = "0.15.1", features = [
1919
"tokio_fsm",
2020
"validate",
2121
], default-features = false }

0 commit comments

Comments
 (0)