Skip to content

Commit 30579ec

Browse files
Update multihash requirement from 0.15 to 0.16 (#51)
* Update multihash requirement from 0.15 to 0.16 Updates the requirements on [multihash](https://github.com/multiformats/rust-multihash) to permit the latest version. - [Release notes](https://github.com/multiformats/rust-multihash/releases) - [Commits](multiformats/rust-multihash@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: multihash dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * CHANGELOG: Add entry Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <[email protected]>
1 parent a6fbf66 commit 30579ec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44

55
- Update to `multihash` `v0.15` (see [PR 50]).
66

7+
- Update to `multihash` `v0.16` (see [PR 51]).
8+
79
[PR 48]: https://github.com/multiformats/rust-multiaddr/pull/48
810
[PR 50]: https://github.com/multiformats/rust-multiaddr/pull/50
11+
[PR 50]: https://github.com/multiformats/rust-multiaddr/pull/51
912

1013

1114
# 0.13.0 [2021-07-08]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ arrayref = "0.3"
1717
bs58 = "0.4.0"
1818
byteorder = "1.3.1"
1919
data-encoding = "2.1"
20-
multihash = { version = "0.15", default-features = false, features = ["std", "multihash-impl", "identity"] }
20+
multihash = { version = "0.16", default-features = false, features = ["std", "multihash-impl", "identity"] }
2121
percent-encoding = "2.1.0"
2222
serde = "1.0.70"
2323
static_assertions = "1.1"

0 commit comments

Comments
 (0)