From 902b71130c49e0dc591e98312373988e18164ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=87=E9=80=B8?= Date: Sun, 25 Feb 2024 17:17:07 +0800 Subject: [PATCH] fix(dep): update windows-sys to match socket2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9181474..ca8211d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,4 +51,4 @@ socket2 = "0.5.5" tempfile = "3.8.1" tokio = "1.33.0" widestring = "1.0.2" -windows-sys = "0.48.0" +windows-sys = "0.52.0"