From 4a87ef0411aa329c4fcc7f573dfb36459fa8aaff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 00:51:36 +0000 Subject: [PATCH] Bump net2 from 0.2.33 to 0.2.37 in /multisig-node/runtime/wasm Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.37. - [Release notes](https://github.com/deprecrated/net2-rs/releases) - [Commits](https://github.com/deprecrated/net2-rs/compare/0.2.33...0.2.37) --- updated-dependencies: - dependency-name: net2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- multisig-node/runtime/wasm/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/multisig-node/runtime/wasm/Cargo.lock b/multisig-node/runtime/wasm/Cargo.lock index 3b62f05..096fd20 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" @@ -1499,9 +1501,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.33" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" +checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" dependencies = [ "cfg-if", "libc",