Skip to content

Commit 2e823f6

Browse files
authored
chore: update bao-tree dependency and get rid of iroh-blake3 dep (#81)
## Description Update bao-tree dependency and get rid of iroh-blake3 dep ## Breaking Changes None ## Notes & open questions Note: the purpose of this is to be able to retire our blake3 fork. It should not change anything other than that. ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [x] Tests if relevant. - [x] All breaking changes documented.
1 parent 31dc5c5 commit 2e823f6

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Diff for: Cargo.lock

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ rust-version = "1.81"
1515
[dependencies]
1616
anyhow = { version = "1" }
1717
async-channel = "2.3.1"
18-
bao-tree = { version = "0.13", features = [
18+
bao-tree = { version = "0.15", features = [
1919
"tokio_fsm",
2020
"validate",
2121
], default-features = false }
22-
blake3 = { version = "1.4.5", package = "iroh-blake3" }
22+
blake3 = { version = "1.8" }
2323
bytes = { version = "1.7", features = ["serde"] }
2424
chrono = "0.4.31"
2525
clap = { version = "4.5.20", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)