Skip to content

Commit

Permalink
Bump multihash from 0.16.0 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [multihash](https://github.com/multiformats/rust-multihash) from 0.16.0 to 0.18.0.
- [Release notes](https://github.com/multiformats/rust-multihash/releases)
- [Changelog](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md)
- [Commits](multiformats/rust-multihash@v0.16.0...v0.18.0)

---
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 Jan 13, 2023
1 parent 6d16aa1 commit 1b9284e
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 13 deletions.
61 changes: 50 additions & 11 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 @@ -38,7 +38,7 @@ itertools = "0.10.5"
lazy_static = "1.4.0"
libp2p = { version = "0.50.0", features = [ "autonat", "dns", "identify", "floodsub", "gossipsub", "kad", "macros", "mplex", "noise", "request-response", "serde", "tcp", "tokio", "yamux" ]}
log = { version = "0.4.17", features = ["max_level_trace", "release_max_level_trace"] }
multihash = {version = "0.16.0", features = ["serde-codec"]}
multihash = {version = "0.18.0", features = ["serde-codec"]}
num-traits = "0.2.15"
once_cell = "1.17"
pin-utils = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures-timer = "3.0.2"
hex = "0.4.3"
libp2p = { version = "0.50.0", features = [ "autonat", "dns", "identify", "floodsub", "gossipsub", "kad", "macros", "mplex", "noise", "request-response", "serde", "tcp", "tokio", "yamux" ]}
log = "0.4"
multihash = {version = "=0.16.0", features = ["serde-codec", "scale-codec"]}
multihash = {version = "=0.18.0", features = ["serde-codec", "scale-codec"]}
once_cell = "1.17"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 1b9284e

Please sign in to comment.