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 http from 0.2.8 to 0.2.9

Bumps [http](https://github.com/hyperium/http) from 0.2.8 to 0.2.9.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v0.2.8...v0.2.9)

---
updated-dependencies:
- dependency-name: http
  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]
2023-02-21 11:15:12 +00:00
committed by Quentin Gliech
parent 09cc4b9971
commit 1207d1f755
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -2359,9 +2359,9 @@ dependencies = [
[[package]]
name = "http"
version = "0.2.8"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes 1.4.0",
"fnv",

View File

@ -13,7 +13,7 @@ chrono = "0.4.23"
data-encoding = "2.3.3"
futures-util = "0.3.26"
headers = "0.3.8"
http = "0.2.8"
http = "0.2.9"
http-body = "0.4.5"
mime = "0.3.16"
rand = "0.8.5"

View File

@ -12,7 +12,7 @@ axum = { version = "0.6.6", optional = true }
bytes = "1.4.0"
futures-util = "0.3.26"
headers = "0.3.8"
http = "0.2.8"
http = "0.2.9"
http-body = "0.4.5"
hyper = "0.14.24"
hyper-rustls = { version = "0.23.2", features = ["http1", "http2"], default-features = false, optional = true }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
http = "0.2.8"
http = "0.2.9"
serde = "1.0.152"
serde_json = "1.0.93"
language-tags = { version = "0.3.2", features = ["serde"] }

View File

@ -26,7 +26,7 @@ futures = "0.3.26"
futures-signals = "0.3.31"
futures-util = "0.3.26"
headers = "0.3.8"
http = "0.2.8"
http = "0.2.9"
once_cell = "1.17.1"
mime = "0.3.16"
rand = "0.8.5"

View File

@ -11,7 +11,7 @@ serde_json = "1.0.93"
thiserror = "1.0.38"
camino = { version = "1.1.2", features = ["serde1"] }
headers = "0.3.8"
http = "0.2.8"
http = "0.2.9"
tower-service = "0.3.2"
tower-http = { version = "0.3.5", features = ["fs"] }
tokio = { version = "1.25.0", features = ["fs"] }

View File

@ -20,7 +20,7 @@ serde_urlencoded = "0.7.1"
camino = "1.1.2"
chrono = "0.4.23"
url = "2.3.1"
http = "0.2.8"
http = "0.2.9"
ulid = { version = "1.0.0", features = ["serde"] }
rand = "0.8.5"