You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +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:
committed by
Quentin Gliech
parent
77d31aaf3f
commit
95063ea251
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -1798,9 +1798,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "headers"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
|
||||
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bitflags",
|
||||
@@ -1809,7 +1809,7 @@ dependencies = [
|
||||
"http",
|
||||
"httpdate",
|
||||
"mime",
|
||||
"sha-1",
|
||||
"sha1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@@ -13,7 +13,7 @@ bincode = "1.3.3"
|
||||
chrono = "0.4.22"
|
||||
data-encoding = "2.3.2"
|
||||
futures-util = "0.3.24"
|
||||
headers = "0.3.7"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
mime = "0.3.16"
|
||||
|
@@ -48,7 +48,7 @@ chrono = { version = "0.4.22", features = ["serde"] }
|
||||
url = { version = "2.2.2", features = ["serde"] }
|
||||
mime = "0.3.16"
|
||||
rand = "0.8.5"
|
||||
headers = "0.3.7"
|
||||
headers = "0.3.8"
|
||||
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
mas-axum-utils = { path = "../axum-utils" }
|
||||
|
@@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
axum = { version = "0.5.15", optional = true }
|
||||
bytes = "1.2.1"
|
||||
futures-util = "0.3.24"
|
||||
headers = "0.3.7"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
hyper = "0.14.20"
|
||||
|
@@ -10,7 +10,7 @@ dev = []
|
||||
|
||||
[dependencies]
|
||||
axum = "0.5.15"
|
||||
headers = "0.3.7"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
mime_guess = "2.0.4"
|
||||
|
Reference in New Issue
Block a user