Skip to content

Commit

Permalink
Update multihash requirement from 0.16 to 0.17 (#63)
Browse files Browse the repository at this point in the history
* Update multihash requirement from 0.16 to 0.17

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.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: multihash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* *: Bump version

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Inden <mail@max-inden.de>
  • Loading branch information
dependabot[bot] and mxinden authored Nov 15, 2022
1 parent 011b814 commit 4d653c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.17.0 [unreleased]

- Update to multihash `v0.17`. See [PR 63].

[PR 63]: https://github.com/multiformats/rust-multiaddr/pull/63

# 0.16.0 [2022-11-04]

- Create `protocol_stack` for Multiaddr. See [PR 60].
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["multiaddr", "ipfs"]
license = "MIT"
name = "multiaddr"
readme = "README.md"
version = "0.16.0"
version = "0.17.0"

[features]
default = ["url"]
Expand All @@ -17,7 +17,7 @@ arrayref = "0.3"
byteorder = "1.3.1"
data-encoding = "2.1"
multibase = "0.9.1"
multihash = { version = "0.16", default-features = false, features = ["std", "multihash-impl", "identity"] }
multihash = { version = "0.17", default-features = false, features = ["std", "multihash-impl", "identity"] }
percent-encoding = "2.1.0"
serde = "1.0.70"
static_assertions = "1.1"
Expand Down

0 comments on commit 4d653c7

Please sign in to comment.