1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): 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>
This commit is contained in:
dependabot[bot]
2024-04-30 14:58:11 +00:00
committed by Quentin Gliech
parent a5eea91fef
commit 5c4c7355a1
2 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ http-body.workspace = true
hyper = { workspace = true, features = ["server"] }
libc = "0.2.154"
pin-project-lite = "0.2.14"
socket2 = "0.5.6"
socket2 = "0.5.7"
thiserror.workspace = true
tokio = { version = "1.36.0", features = ["net", "rt", "macros", "signal", "time"] }
tokio-rustls = "0.25.0"