1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-21 05:05:44 +02:00

Update socket2 to v0.6 (#3688)

This commit is contained in:
Thomas de Zeeuw
2025-07-14 03:13:01 +02:00
committed by GitHub
parent eb906d077a
commit 95ad1caa23
3 changed files with 14 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ serde = "1"
serde_json = "1"
serde_urlencoded = "0.7"
slab = "0.4"
socket2 = "0.5"
socket2 = "0.6"
tls-openssl = { version = "0.10.55", package = "openssl", optional = true }
tokio = { version = "1.38.2", features = ["sync"] }