Update socket2 requirement from 0.3.19 to 0.4.0

Updates the requirements on [socket2](https://github.com/rust-lang/socket2) to permit the latest version.
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/socket2/compare/v0.3.19...v0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/60/head
dependabot-preview[bot] 3 years ago committed by GitHub
parent 2c74702eef
commit 8b3a191504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ ipext = "0.1.0"
jemallocator = "0.3.2"
libsodium-sys-stable= "1.19.14"
log = { version = "0.4.14", features = ["std", "release_max_level_debug"] }
socket2 = "0.3.19"
socket2 = "0.4.0"
parking_lot = "0.11.1"
privdrop = "0.5.0"
rand = "0.8.3"

Loading…
Cancel
Save