Skip to content

Commit e6ddf0c

Browse files
Update to socket2 v0.6 (#696)
1 parent 21de883 commit e6ddf0c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Cargo.lock

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ actix-utils = "3"
2929
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
3030
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
3131
mio = { version = "1", features = ["os-poll", "net"] }
32-
socket2 = "0.5"
32+
socket2 = "0.6"
3333
tokio = { version = "1.44.2", features = ["sync"] }
3434
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
3535

0 commit comments

Comments
 (0)