Skip to content

Commit

Permalink
chore(dependencies): Allow socket2 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Sep 17, 2023
1 parent d342c2c commit e8c0ec4
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 @@ -39,7 +39,7 @@ want = "0.3"
# Optional

libc = { version = "0.2", optional = true }
socket2 = { version = "0.4.7", optional = true, features = ["all"] }
socket2 = { version = ">=0.4.7, <0.6.0", optional = true, features = ["all"] }

[dev-dependencies]
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit e8c0ec4

Please sign in to comment.