Skip to content

Commit

Permalink
build(deps): Also bump multihash requirement from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Dec 6, 2022
1 parent 78def77 commit bff3fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ instant = "0.1.11"
libsecp256k1 = { version = "0.7.0", optional = true }
log = "0.4"
multiaddr = { version = "0.17.0" }
multihash = { version = "0.16", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
multihash = { version = "0.17.0", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
multistream-select = { version = "0.12.1", path = "../misc/multistream-select" }
p256 = { version = "0.11.1", default-features = false, features = ["ecdsa", "std"], optional = true }
parking_lot = "0.12.0"
Expand Down Expand Up @@ -66,7 +66,7 @@ serde = ["multihash/serde-codec", "dep:serde"]
name = "peer_id"
harness = false

# Passing arguments to the docsrs builder in order to properly document cfg's.
# Passing arguments to the docsrs builder in order to properly document cfg's.
# More information: https://docs.rs/about/builds#cross-compiling
[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit bff3fd3

Please sign in to comment.