From de04dcd9d630d55359dc0ab80a47107fcd68463e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 08:02:09 +0000 Subject: [PATCH] chore: bump socket2 from 0.3.12 to 0.3.15 Bumps [socket2](https://github.com/alexcrichton/socket2-rs) from 0.3.12 to 0.3.15. - [Release notes](https://github.com/alexcrichton/socket2-rs/releases) - [Commits](https://github.com/alexcrichton/socket2-rs/compare/0.3.12...v0.3.15) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- net-utils/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e7aaa8eda..03f1f3a684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3308,9 +3308,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.3.12" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918" +checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44" dependencies = [ "cfg-if", "libc", diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index 35fd0f5888..8257715289 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -17,7 +17,7 @@ nix = "0.17.0" rand = "0.7.0" serde = "1.0.112" serde_derive = "1.0.103" -socket2 = "0.3.12" +socket2 = "0.3.15" solana-clap-utils = { path = "../clap-utils", version = "1.4.0" } solana-logger = { path = "../logger", version = "1.4.0" } solana-version = { path = "../version", version = "1.4.0" }