From 1fe5b1bbda29838d9fe4a7aec3f36e680730b2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:27:07 +0000 Subject: [PATCH] Bump smallvec from 0.6.13 to 0.6.14 in /multisig-node/runtime/wasm Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.13 to 0.6.14. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v0.6.13...v0.6.14) --- updated-dependencies: - dependency-name: smallvec dependency-type: indirect ... Signed-off-by: dependabot[bot] --- multisig-node/runtime/wasm/Cargo.lock | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/multisig-node/runtime/wasm/Cargo.lock b/multisig-node/runtime/wasm/Cargo.lock index 3b62f05..e9f890d 100644 --- a/multisig-node/runtime/wasm/Cargo.lock +++ b/multisig-node/runtime/wasm/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aes-ctr" version = "0.3.0" @@ -1007,7 +1009,7 @@ dependencies = [ "parity-multiaddr", "parity-multihash", "parking_lot 0.7.1", - "smallvec 0.6.13", + "smallvec 0.6.14", "stdweb", "tokio-codec", "tokio-executor", @@ -1040,7 +1042,7 @@ dependencies = [ "rw-stream-sink", "secp256k1", "sha2 0.8.0", - "smallvec 0.6.13", + "smallvec 0.6.14", "tokio-executor", "tokio-io", "tokio-timer", @@ -1088,7 +1090,7 @@ dependencies = [ "libp2p-core", "protobuf", "rand 0.6.5", - "smallvec 0.6.13", + "smallvec 0.6.14", "tokio-codec", "tokio-io", "unsigned-varint", @@ -1108,7 +1110,7 @@ dependencies = [ "parity-multiaddr", "parking_lot 0.7.1", "protobuf", - "smallvec 0.6.13", + "smallvec 0.6.14", "tokio-codec", "tokio-io", "tokio-timer", @@ -1136,7 +1138,7 @@ dependencies = [ "parking_lot 0.7.1", "protobuf", "rand 0.6.5", - "smallvec 0.6.13", + "smallvec 0.6.14", "tokio-codec", "tokio-io", "tokio-timer", @@ -1158,7 +1160,7 @@ dependencies = [ "net2", "parity-multiaddr", "rand 0.6.5", - "smallvec 0.6.13", + "smallvec 0.6.14", "tokio-io", "tokio-reactor", "tokio-timer", @@ -1491,7 +1493,7 @@ dependencies = [ "bytes", "futures", "log", - "smallvec 0.6.13", + "smallvec 0.6.14", "tokio-codec", "tokio-io", "unsigned-varint", @@ -1721,7 +1723,7 @@ dependencies = [ "libc", "rand 0.6.5", "rustc_version", - "smallvec 0.6.13", + "smallvec 0.6.14", "winapi 0.3.8", ] @@ -1736,7 +1738,7 @@ dependencies = [ "libc", "redox_syscall", "rustc_version", - "smallvec 0.6.13", + "smallvec 0.6.14", "winapi 0.3.8", ] @@ -2358,9 +2360,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "0.6.13" +version = "0.6.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" +checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" dependencies = [ "maybe-uninit", ] @@ -2384,7 +2386,7 @@ dependencies = [ "rand_core 0.4.2", "ring", "rustc_version", - "smallvec 0.6.13", + "smallvec 0.6.14", "static_slice", "subtle 2.2.2", ]