diff --git a/Cargo.lock b/Cargo.lock index 4d459bbf5b..a8e138180c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index 890005f219..c7ecb13e71 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.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" }