Skip to content

Commit

Permalink
bump: socket2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Feb 22, 2024
1 parent 4d719a3 commit 8ec5708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ flume = { version = "0.11", default-features = false } # channel between threads
if-addrs = { version = "0.10", features = ["link-local"] } # get local IP addresses
log = { version = "0.4", optional = true } # logging
polling = "2.1" # select/poll sockets
socket2 = { version = "0.4", features = ["all"] } # socket APIs
socket2 = { version = "0.5.5", features = ["all"] } # socket APIs

[dev-dependencies]
fastrand = "1.8"

0 comments on commit 8ec5708

Please sign in to comment.