Skip to content

Commit 6b20506

Browse files
committed
Auto merge of #87796 - nielx:fix/socket2-0.4.1, r=Mark-Simulacrum
Update socket2 dependency from 0.4.0 to 0.4.1 This update contains a fix for building the tools that depend on this package on Haiku (tier 3).
2 parents 996ff2e + d41df91 commit 6b20506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4795,9 +4795,9 @@ checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
47954795

47964796
[[package]]
47974797
name = "socket2"
4798-
version = "0.4.0"
4798+
version = "0.4.1"
47994799
source = "registry+https://github.com/rust-lang/crates.io-index"
4800-
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
4800+
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
48014801
dependencies = [
48024802
"libc",
48034803
"winapi",

0 commit comments

Comments
 (0)