From 1891088c1085463eddcc487e6b13d70e0cb31cb0 Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 24 Oct 2025 12:08:46 +0900 Subject: [PATCH] Update to socket2 0.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a59a3ee5..ac2dbe0fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1996,7 +1996,7 @@ dependencies = [ "sha1", "sha2", "snap", - "socket2 0.5.10", + "socket2 0.6.0", "stringprep", "strsim", "take_mut", diff --git a/Cargo.toml b/Cargo.toml index 1cd6e607d..a3c5e6aac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -247,7 +247,7 @@ rustdoc-args = ["--cfg", "docsrs"] all-features = true [target.'cfg(not(wasi))'.dependencies] -socket2 = "0.5.5" +socket2 = "0.6" # Target-specific dependencies for GSSAPI authentication [target.'cfg(not(windows))'.dependencies]