Skip to content

Commit 3ee09ae

Browse files
cargo: bump socket2 to v0.5
1 parent a5631cf commit 3ee09ae

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
@@ -16,7 +16,7 @@ all-features = true
1616

1717
[dependencies]
1818
pnet_packet = "0.33"
19-
socket2 = { version = "0.4", features = ["all"] }
19+
socket2 = { version = "0.5.1", features = ["all"] }
2020

2121
getrandom = "0.2"
2222
tokio = { version = "1.15", features = ["net", "sync", "rt"] }

0 commit comments

Comments
 (0)