1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Bump headers from 0.3.7 to 0.3.8

Bumps [headers](https://github.com/hyperium/headers) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/hyperium/headers/releases)
- [Commits](https://github.com/hyperium/headers/compare/headers-v0.3.7...headers-v0.3.8)

---
updated-dependencies:
- dependency-name: headers
  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]
2022-09-02 22:56:13 +00:00
committed by Quentin Gliech
parent 77d31aaf3f
commit 95063ea251
5 changed files with 7 additions and 7 deletions

6
Cargo.lock generated
View File

@@ -1798,9 +1798,9 @@ dependencies = [
[[package]] [[package]]
name = "headers" name = "headers"
version = "0.3.7" version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d" checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
dependencies = [ dependencies = [
"base64", "base64",
"bitflags", "bitflags",
@@ -1809,7 +1809,7 @@ dependencies = [
"http", "http",
"httpdate", "httpdate",
"mime", "mime",
"sha-1", "sha1",
] ]
[[package]] [[package]]

View File

@@ -13,7 +13,7 @@ bincode = "1.3.3"
chrono = "0.4.22" chrono = "0.4.22"
data-encoding = "2.3.2" data-encoding = "2.3.2"
futures-util = "0.3.24" futures-util = "0.3.24"
headers = "0.3.7" headers = "0.3.8"
http = "0.2.8" http = "0.2.8"
http-body = "0.4.5" http-body = "0.4.5"
mime = "0.3.16" mime = "0.3.16"

View File

@@ -48,7 +48,7 @@ chrono = { version = "0.4.22", features = ["serde"] }
url = { version = "2.2.2", features = ["serde"] } url = { version = "2.2.2", features = ["serde"] }
mime = "0.3.16" mime = "0.3.16"
rand = "0.8.5" rand = "0.8.5"
headers = "0.3.7" headers = "0.3.8"
oauth2-types = { path = "../oauth2-types" } oauth2-types = { path = "../oauth2-types" }
mas-axum-utils = { path = "../axum-utils" } mas-axum-utils = { path = "../axum-utils" }

View File

@@ -9,7 +9,7 @@ license = "Apache-2.0"
axum = { version = "0.5.15", optional = true } axum = { version = "0.5.15", optional = true }
bytes = "1.2.1" bytes = "1.2.1"
futures-util = "0.3.24" futures-util = "0.3.24"
headers = "0.3.7" headers = "0.3.8"
http = "0.2.8" http = "0.2.8"
http-body = "0.4.5" http-body = "0.4.5"
hyper = "0.14.20" hyper = "0.14.20"

View File

@@ -10,7 +10,7 @@ dev = []
[dependencies] [dependencies]
axum = "0.5.15" axum = "0.5.15"
headers = "0.3.7" headers = "0.3.8"
http = "0.2.8" http = "0.2.8"
http-body = "0.4.5" http-body = "0.4.5"
mime_guess = "2.0.4" mime_guess = "2.0.4"