You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
build(deps): bump hyper from 0.14.23 to 0.14.24
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.23 to 0.14.24. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.24/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.23...v0.14.24) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
e3b995eae6
commit
2f5d2dd8ca
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2286,9 +2286,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
||||
|
||||
[[package]]
|
||||
name = "hyper"
|
||||
version = "0.14.23"
|
||||
version = "0.14.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
||||
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
|
||||
dependencies = [
|
||||
"bytes 1.4.0",
|
||||
"futures-channel",
|
||||
|
@ -12,7 +12,7 @@ axum = "0.6.4"
|
||||
camino = "1.1.2"
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
dotenv = "0.15.0"
|
||||
hyper = { version = "0.14.23", features = ["full"] }
|
||||
hyper = { version = "0.14.24", features = ["full"] }
|
||||
itertools = "0.10.5"
|
||||
listenfd = "1.0.0"
|
||||
rand = "0.8.5"
|
||||
|
@ -19,7 +19,7 @@ anyhow = "1.0.68"
|
||||
sentry = { version = "0.29.2", default-features = false }
|
||||
|
||||
# Web server
|
||||
hyper = { version = "0.14.23", features = ["full"] }
|
||||
hyper = { version = "0.14.24", features = ["full"] }
|
||||
tower = "0.4.13"
|
||||
tower-http = { version = "0.3.5", features = ["cors"] }
|
||||
axum = "0.6.4"
|
||||
|
@ -14,7 +14,7 @@ futures-util = "0.3.26"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
hyper = "0.14.23"
|
||||
hyper = "0.14.24"
|
||||
hyper-rustls = { version = "0.23.2", features = ["http1", "http2"], default-features = false, optional = true }
|
||||
once_cell = "1.17.0"
|
||||
opentelemetry = "0.18.0"
|
||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
bytes = "1.4.0"
|
||||
futures-util = "0.3.26"
|
||||
http-body = "0.4.5"
|
||||
hyper = { version = "0.14.23", features = ["server", "http1", "http2", "tcp"] }
|
||||
hyper = { version = "0.14.24", features = ["server", "http1", "http2", "tcp"] }
|
||||
pin-project-lite = "0.2.9"
|
||||
thiserror = "1.0.38"
|
||||
tokio = { version = "1.25.0", features = ["net", "rt", "macros", "signal", "time"] }
|
||||
|
@ -55,7 +55,7 @@ features = ["http1", "http2", "rustls-native-certs"]
|
||||
default-features = false
|
||||
optional = true
|
||||
[dependencies.hyper]
|
||||
version = "0.14.23"
|
||||
version = "0.14.24"
|
||||
features = ["client", "http1", "http2", "stream", "runtime" ]
|
||||
optional = true
|
||||
[dependencies.tower-http]
|
||||
|
Reference in New Issue
Block a user