Skip to content

Commit

Permalink
cargo: update to rust-multihash to v0.1.1
Browse files Browse the repository at this point in the history
This lets us drop the unneeded blake3 feature.

Signed-off-by: Aleksa Sarai <[email protected]>
  • Loading branch information
cyphar committed Oct 30, 2023
1 parent f0edbc5 commit 8a78079
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 pkg/paperback-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ed25519-dalek = { version = "^2.0.0", features = ["rand_core"] }
itertools = "^0.11"
multibase = "^0.9"
multihash = "^0.19"
multihash-codetable = { version = "^0.1", features = ["blake3", "blake2b"] } # We need to add the blake3 feature because of a bug in rust-multihash <https://github.com/multiformats/rust-multihash/pull/348>.
multihash-codetable = { version = "^0.1", features = ["blake2b"] }
nom = "^7" # This must match the unsigned-varint version.
once_cell = "^1.9"
rand = "^0.8" # This must match the ed25519-dalek version.
Expand Down

0 comments on commit 8a78079

Please sign in to comment.