Bump socket2 crate to 0.3.17

This commit is contained in:
Trent Nelson
2020-12-11 13:32:35 -07:00
committed by Trent Nelson
parent 6812828ba8
commit a645b9481d
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -3401,11 +3401,11 @@ dependencies = [
[[package]]
name = "socket2"
version = "0.3.12"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
dependencies = [
"cfg-if 0.1.10",
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"winapi 0.3.8",

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.17"
solana-clap-utils = { path = "../clap-utils", version = "1.3.24" }
solana-logger = { path = "../logger", version = "1.3.24" }
solana-version = { path = "../version", version = "1.3.24" }