Skip to content

Commit 1e263d1

Browse files
authored
Merge pull request #44 from multiformats/dependabot/cargo/multihash-0.14
Update multihash requirement from 0.13 to 0.14
2 parents eafbe87 + cc945ce commit 1e263d1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.13.0 [unreleased]
2+
3+
- Update to multihash v0.14.0 (see [PR 44]).
4+
5+
[PR 44]: https://github.com/multiformats/rust-multiaddr/pull/44
6+
17
# 0.12.0 [2021-05-26]
28

39
- Merge [multiaddr] and [parity-multiaddr] (see [PR 40]).

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["multiaddr", "ipfs"]
77
license = "MIT"
88
name = "multiaddr"
99
readme = "README.md"
10-
version = "0.12.0"
10+
version = "0.13.0"
1111

1212
[features]
1313
default = ["url"]
@@ -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.13", default-features = false, features = ["std", "multihash-impl", "identity"] }
20+
multihash = { version = "0.14", 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)