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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-25 08:02:09 +00:00 committed by Michael Vines
parent 00b36e6db2
commit de04dcd9d6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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" }