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]