1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +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

14
Cargo.lock generated
View File

@@ -2321,7 +2321,7 @@ dependencies = [
"httpdate", "httpdate",
"itoa", "itoa",
"pin-project-lite", "pin-project-lite",
"socket2 0.5.6", "socket2 0.4.10",
"tokio", "tokio",
"tower-service", "tower-service",
"tracing", "tracing",
@@ -2376,7 +2376,7 @@ dependencies = [
"http-body 1.0.0", "http-body 1.0.0",
"hyper 1.3.1", "hyper 1.3.1",
"pin-project-lite", "pin-project-lite",
"socket2 0.5.6", "socket2 0.5.7",
"tokio", "tokio",
] ]
@@ -2930,7 +2930,7 @@ dependencies = [
"quoted_printable", "quoted_printable",
"rustls 0.22.4", "rustls 0.22.4",
"rustls-pemfile 2.1.1", "rustls-pemfile 2.1.1",
"socket2 0.5.6", "socket2 0.5.7",
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tracing", "tracing",
@@ -3448,7 +3448,7 @@ dependencies = [
"libc", "libc",
"pin-project-lite", "pin-project-lite",
"rustls-pemfile 2.1.1", "rustls-pemfile 2.1.1",
"socket2 0.5.6", "socket2 0.5.7",
"thiserror", "thiserror",
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
@@ -5527,9 +5527,9 @@ dependencies = [
[[package]] [[package]]
name = "socket2" name = "socket2"
version = "0.5.6" version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
dependencies = [ dependencies = [
"libc", "libc",
"windows-sys 0.52.0", "windows-sys 0.52.0",
@@ -6026,7 +6026,7 @@ dependencies = [
"parking_lot", "parking_lot",
"pin-project-lite", "pin-project-lite",
"signal-hook-registry", "signal-hook-registry",
"socket2 0.5.6", "socket2 0.5.7",
"tokio-macros", "tokio-macros",
"windows-sys 0.48.0", "windows-sys 0.48.0",
] ]

View File

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