From 1a6eb03571a59fd957d46ff55903613a02ca79c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 23:40:23 +0000 Subject: [PATCH] Bump net2 in /snippets/recipient-validation/rust_recipient_validation Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.34 to 0.2.37. - [Release notes](https://github.com/deprecrated/net2-rs/releases) - [Commits](https://github.com/deprecrated/net2-rs/compare/0.2.34...0.2.37) --- updated-dependencies: - dependency-name: net2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../rust_recipient_validation/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/snippets/recipient-validation/rust_recipient_validation/Cargo.lock b/snippets/recipient-validation/rust_recipient_validation/Cargo.lock index f83569a..8e94691 100644 --- a/snippets/recipient-validation/rust_recipient_validation/Cargo.lock +++ b/snippets/recipient-validation/rust_recipient_validation/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "arc-swap" version = "0.4.7" @@ -457,9 +459,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.34" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" +checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" dependencies = [ "cfg-if", "libc",