mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-19 13:54:29 -04:00
chore(dependencies): upgrade socket2 (#2349)
Upgrades to a version not making invalid assumptions about the memory layout of std::net::SocketAddr
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ want = "0.3"
|
||||
|
||||
# Optional
|
||||
|
||||
socket2 = { version = "0.3", optional = true }
|
||||
socket2 = { version = "0.3.16", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||
|
||||
Reference in New Issue
Block a user