1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-08-20 13:25:37 +02:00

Update to socket2 v0.6 (#696)

This commit is contained in:
Thomas de Zeeuw
2025-07-14 03:13:23 +02:00
committed by GitHub
parent 21de88385e
commit e6ddf0ccff
2 changed files with 12 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ actix-utils = "3"
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
mio = { version = "1", features = ["os-poll", "net"] }
socket2 = "0.5"
socket2 = "0.6"
tokio = { version = "1.44.2", features = ["sync"] }
tracing = { version = "0.1.30", default-features = false, features = ["log"] }