Update socket2 requirement from 0.4 to 0.5

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.4.0...v0.5.1)

---
updated-dependencies:
- dependency-name: socket2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-27 21:08:40 +00:00 committed by GitHub
parent c85b2c1dbb
commit 58f06610cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ pin-project-lite = "0.2"
phf = "0.11" phf = "0.11"
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" } postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
postgres-types = { version = "0.2.4", path = "../postgres-types" } postgres-types = { version = "0.2.4", path = "../postgres-types" }
socket2 = { version = "0.4", features = ["all"] } socket2 = { version = "0.5", features = ["all"] }
tokio = { version = "1.0", features = ["io-util"] } tokio = { version = "1.0", features = ["io-util"] }
tokio-util = { version = "0.7", features = ["codec"] } tokio-util = { version = "0.7", features = ["codec"] }