From ff10de81d3a1b6219fa75499302b3b4d9357ef38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 06:40:53 +0000 Subject: [PATCH] Create file (#29) --- core/Cargo.toml | 4 ++-- transports/webrtc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index cdc50ee1b49..54bb3fde537 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,7 +22,7 @@ instant = "0.1.11" libsecp256k1 = { version = "0.7.0", optional = true } log = "0.4" multiaddr = { version = "0.16.0" } -multihash = { version = "0.16", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] } +multihash = { version = "0.17", 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"], optional = true } parking_lot = "0.12.0" @@ -47,7 +47,7 @@ async-std = { version = "1.6.2", features = ["attributes"] } base64 = "0.13.0" criterion = "0.4" libp2p = { path = "..", features = ["full"] } -multihash = { version = "0.16", default-features = false, features = ["arb"] } +multihash = { version = "0.17", default-features = false, features = ["arb"] } quickcheck = { package = "quickcheck-ext", path = "../misc/quickcheck-ext" } rmp-serde = "1.0" serde_json = "1.0" diff --git a/transports/webrtc/Cargo.toml b/transports/webrtc/Cargo.toml index f77c66bb447..dd2c90eb4fe 100644 --- a/transports/webrtc/Cargo.toml +++ b/transports/webrtc/Cargo.toml @@ -21,7 +21,7 @@ if-watch = "3.0" libp2p-core = { version = "0.38.0", path = "../../core" } libp2p-noise = { version = "0.41.0", path = "../../transports/noise" } log = "0.4" -multihash = { version = "0.16", default-features = false, features = ["sha2"] } +multihash = { version = "0.17", default-features = false, features = ["sha2"] } prost = "0.11" prost-codec = { version = "0.3.0", path = "../../misc/prost-codec" } rand = "0.8"