1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump http from 0.2.6 to 0.2.7

Bumps [http](https://github.com/hyperium/http) from 0.2.6 to 0.2.7.
- [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.6...v0.2.7)

---
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]
2022-04-29 13:01:01 +00:00
committed by Quentin Gliech
parent ece2630246
commit 8ca23f8ca1
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -1616,9 +1616,9 @@ dependencies = [
[[package]] [[package]]
name = "http" name = "http"
version = "0.2.6" version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
dependencies = [ dependencies = [
"bytes 1.1.0", "bytes 1.1.0",
"fnv", "fnv",

View File

@ -14,7 +14,7 @@ chrono = "0.4.19"
data-encoding = "2.3.2" data-encoding = "2.3.2"
futures-util = "0.3.21" futures-util = "0.3.21"
headers = "0.3.7" headers = "0.3.7"
http = "0.2.6" http = "0.2.7"
http-body = "0.4.4" http-body = "0.4.4"
mime = "0.3.16" mime = "0.3.16"
rand = "0.8.5" rand = "0.8.5"

View File

@ -10,7 +10,7 @@ axum = "0.5.4"
bytes = "1.1.0" bytes = "1.1.0"
futures-util = "0.3.21" futures-util = "0.3.21"
headers = "0.3.7" headers = "0.3.7"
http = "0.2.6" http = "0.2.7"
http-body = "0.4.4" http-body = "0.4.4"
hyper = "0.14.18" hyper = "0.14.18"
hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false } hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false }

View File

@ -16,7 +16,7 @@ ecdsa = { version = "0.13.4", features = ["sign", "verify", "pem", "pkcs8"] }
elliptic-curve = { version = "0.11.12", features = ["ecdh", "pem"] } elliptic-curve = { version = "0.11.12", features = ["ecdh", "pem"] }
futures-util = "0.3.21" futures-util = "0.3.21"
hmac = "0.12.1" hmac = "0.12.1"
http = "0.2.6" http = "0.2.7"
p256 = { version = "0.10.1", features = ["ecdsa", "pem", "pkcs8"] } p256 = { version = "0.10.1", features = ["ecdsa", "pem", "pkcs8"] }
pkcs1 = { version = "0.3.3", features = ["pem", "pkcs8"] } pkcs1 = { version = "0.3.3", features = ["pem", "pkcs8"] }
pkcs8 = { version = "0.8.0", features = ["pem"] } pkcs8 = { version = "0.8.0", features = ["pem"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
[dependencies] [dependencies]
http = "0.2.6" http = "0.2.7"
serde = "1.0.136" serde = "1.0.136"
serde_json = "1.0.79" serde_json = "1.0.79"
language-tags = { version = "0.3.2", features = ["serde"] } language-tags = { version = "0.3.2", features = ["serde"] }

View File

@ -11,7 +11,7 @@ dev = []
[dependencies] [dependencies]
axum = "0.5.4" axum = "0.5.4"
headers = "0.3.7" headers = "0.3.7"
http = "0.2.6" http = "0.2.7"
http-body = "0.4.4" http-body = "0.4.4"
mime_guess = "2.0.4" mime_guess = "2.0.4"
rust-embed = "6.4.0" rust-embed = "6.4.0"