diff --git a/Cargo.lock b/Cargo.lock index 1975109..1208207 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1563,12 +1563,12 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "socket2" -version = "0.5.10" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" +checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ffc0b86..9b14821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ openssl = { version = "0.10.71", optional = true } openssl-sys = { version = "0.9.109", optional = true, features = ["vendored"] } openssl-src = { version = "=300.4.2+3.4.1", optional = true } # https://github.com/infinyon/fluvio/issues/4502 rustls-pemfile = { version = "2.2", optional = true } -socket2 = { version = "0.5.10", default-features = false, features = ["all"], optional = true } +socket2 = { version = "0.6.0", default-features = false, features = ["all"], optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen-futures = { version = "0.4.45" }