From a94a09969d1f60f7c88bcdcdc49f47b884538a45 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 06:15:17 +0000 Subject: [PATCH] Bump net2 from 0.2.34 to 0.2.36 Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.34 to 0.2.36. - [Release notes](https://github.com/deprecrated/net2-rs/releases) - [Commits](https://github.com/deprecrated/net2-rs/compare/0.2.34...0.2.36) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4682f7b0533..518453327a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3948,9 +3948,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.34" +version = "0.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" +checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02" dependencies = [ "cfg-if 0.1.10", "libc",