Bump socket2 from 0.5.6 to 0.5.7

Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.6 to 0.5.7.
- [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.5.6...v0.5.7)

---
updated-dependencies:
- dependency-name: socket2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/246/head
dependabot[bot] 4 weeks ago committed by GitHub
parent 1b56119744
commit a985340766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated

@ -1085,9 +1085,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "socket2"
version = "0.5.6"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
dependencies = [
"libc",
"windows-sys 0.52.0",

@ -35,7 +35,7 @@ ipext = "0.1.0"
libsodium-sys-stable = "1.20.5"
log = { version = "0.4.21", features = ["std", "release_max_level_debug"] }
mimalloc = { version = "0.1.41", default-features = false }
socket2 = "0.5.6"
socket2 = "0.5.7"
parking_lot = "0.12.1"
rand = "0.8.5"
rlimit = "0.10.1"

Loading…
Cancel
Save