From f0abee14698f3dae76e747f083980ae9a555ab13 Mon Sep 17 00:00:00 2001 From: Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com> Date: Tue, 15 Aug 2023 19:01:41 +0800 Subject: [PATCH 1/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7696c3e19..942d382b49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ want = "0.3" # Optional libc = { version = "0.2", optional = true } -socket2 = { version = "0.4.7", optional = true, features = ["all"] } +socket2 = { version = "0.5.3", optional = true, features = ["all"] } [dev-dependencies] futures-util = { version = "0.3", default-features = false, features = ["alloc"] } From 27fa034ecb2c8a63c1c1be778e9489e79ed811cf Mon Sep 17 00:00:00 2001 From: Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:22:09 +0800 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 942d382b49..0457ec9795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ want = "0.3" # Optional libc = { version = "0.2", optional = true } -socket2 = { version = "0.5.3", optional = true, features = ["all"] } +socket2 = { version = "0.5.4", optional = true, features = ["all"] } [dev-dependencies] futures-util = { version = "0.3", default-features = false, features = ["alloc"] }