1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Bump hyper 0.14.28 -> 0.14.29

This commit is contained in:
Quentin Gliech
2024-07-01 16:52:47 +02:00
parent 4477ecf723
commit 160c1ab6fc
2 changed files with 12 additions and 12 deletions

22
Cargo.lock generated
View File

@@ -583,7 +583,7 @@ dependencies = [
"headers", "headers",
"http 0.2.12", "http 0.2.12",
"http-body 0.4.6", "http-body 0.4.6",
"hyper 0.14.28", "hyper 0.14.29",
"itoa", "itoa",
"matchit", "matchit",
"memchr", "memchr",
@@ -2282,9 +2282,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "0.14.28" version = "0.14.29"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-channel", "futures-channel",
@@ -2333,7 +2333,7 @@ checksum = "399c78f9338483cb7e630c8474b07268983c6bd5acee012e4211f9f7bb21b070"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"http 0.2.12", "http 0.2.12",
"hyper 0.14.28", "hyper 0.14.29",
"rustls 0.22.4", "rustls 0.22.4",
"rustls-pki-types", "rustls-pki-types",
"tokio", "tokio",
@@ -3031,7 +3031,7 @@ dependencies = [
"dotenvy", "dotenvy",
"figment", "figment",
"httpdate", "httpdate",
"hyper 0.14.28", "hyper 0.14.29",
"ipnetwork", "ipnetwork",
"itertools 0.13.0", "itertools 0.13.0",
"listenfd", "listenfd",
@@ -3163,7 +3163,7 @@ dependencies = [
"cookie_store", "cookie_store",
"futures-util", "futures-util",
"headers", "headers",
"hyper 0.14.28", "hyper 0.14.29",
"insta", "insta",
"lettre", "lettre",
"mas-axum-utils", "mas-axum-utils",
@@ -3218,7 +3218,7 @@ dependencies = [
"headers", "headers",
"http 0.2.12", "http 0.2.12",
"http-body 0.4.6", "http-body 0.4.6",
"hyper 0.14.28", "hyper 0.14.29",
"hyper-rustls", "hyper-rustls",
"mas-tower", "mas-tower",
"opentelemetry", "opentelemetry",
@@ -3291,7 +3291,7 @@ dependencies = [
"convert_case", "convert_case",
"csv", "csv",
"futures-util", "futures-util",
"hyper 0.14.28", "hyper 0.14.29",
"serde", "serde",
"tokio", "tokio",
"tracing", "tracing",
@@ -3367,7 +3367,7 @@ dependencies = [
"event-listener 5.3.1", "event-listener 5.3.1",
"futures-util", "futures-util",
"http-body 0.4.6", "http-body 0.4.6",
"hyper 0.14.28", "hyper 0.14.29",
"libc", "libc",
"pin-project-lite", "pin-project-lite",
"rustls-pemfile 2.1.2", "rustls-pemfile 2.1.2",
@@ -3426,7 +3426,7 @@ dependencies = [
"headers", "headers",
"http 0.2.12", "http 0.2.12",
"http-body 0.4.6", "http-body 0.4.6",
"hyper 0.14.28", "hyper 0.14.29",
"hyper-rustls", "hyper-rustls",
"language-tags", "language-tags",
"mas-http", "mas-http",
@@ -3960,7 +3960,7 @@ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",
"http 0.2.12", "http 0.2.12",
"hyper 0.14.28", "hyper 0.14.29",
"opentelemetry", "opentelemetry",
"tokio", "tokio",
] ]

View File

@@ -102,7 +102,7 @@ version = "0.4.6"
# HTTP client # HTTP client
[workspace.dependencies.hyper] [workspace.dependencies.hyper]
version = "0.14.28" version = "0.14.29"
features = ["client", "http1", "http2", "stream", "runtime"] features = ["client", "http1", "http2", "stream", "runtime"]
# Hyper Rustls support # Hyper Rustls support