diff --git a/Cargo.lock b/Cargo.lock index 837e514..b25fa37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,9 +1069,9 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "socket2" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" +checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" dependencies = [ "libc", "windows-sys 0.60.2", diff --git a/Cargo.toml b/Cargo.toml index 57418da..1763918 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ serde-big-array = "0.5.1" sieve-cache = "1.1.6" siphasher = "1.0.1" slabigator = "0.9.5" -socket2 = "0.6.1" +socket2 = "0.6.2" tokio = { version = "1.49.0", features = [ "net", "io-std",