From baa9bc5ac71467ef0464ff3ad0ef860c32044f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 23:57:11 +0000 Subject: [PATCH] Bump net2 from 0.2.33 to 0.2.37 in /actix 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] --- actix/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix/Cargo.lock b/actix/Cargo.lock index d961ad70..10cd47c5 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -792,9 +792,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 0.1.10", "libc",