Skip to content

Commit 32d59ca

Browse files
authored
Upgrade socket2 dependency (#1803)
Upgrades to a version not making invalid assumptions about the memory layout of std::net::SocketAddr
1 parent ea8bf36 commit 32d59ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ futures-util = { version = "0.3.5", default-features = false }
9797
fxhash = "0.2.1"
9898
log = "0.4"
9999
mime = "0.3"
100-
socket2 = "0.3"
100+
socket2 = "0.3.16"
101101
pin-project = "1.0.0"
102102
regex = "1.4"
103103
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)