Skip to content

Commit

Permalink
build(deps): bump multihash from 0.17.0 to 0.18.1
Browse files Browse the repository at this point in the history
Bumps [multihash](https://github.com/multiformats/rust-multihash) from 0.17.0 to 0.18.1.
- [Changelog](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md)
- [Commits](multiformats/rust-multihash@v0.17.0...v0.18.1)

---
updated-dependencies:
- dependency-name: multihash
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 70f94b1 commit df5cc06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ indexmap = { version = "2.0.0", features = ["std"] }
libc = "0.2.142"
mockall = "0.12.1"
multiaddr = "0.17.0"
multihash = { version = "0.17.0", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
multihash = { version = "0.18.1", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
network-interface = "1.1.1"
parking_lot = "0.12.3"
pin-project = "1.1.0"
Expand Down

0 comments on commit df5cc06

Please sign in to comment.