You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +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:
committed by
Quentin Gliech
parent
09cc4b9971
commit
1207d1f755
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2359,9 +2359,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http"
|
name = "http"
|
||||||
version = "0.2.8"
|
version = "0.2.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 1.4.0",
|
"bytes 1.4.0",
|
||||||
"fnv",
|
"fnv",
|
||||||
|
@@ -13,7 +13,7 @@ chrono = "0.4.23"
|
|||||||
data-encoding = "2.3.3"
|
data-encoding = "2.3.3"
|
||||||
futures-util = "0.3.26"
|
futures-util = "0.3.26"
|
||||||
headers = "0.3.8"
|
headers = "0.3.8"
|
||||||
http = "0.2.8"
|
http = "0.2.9"
|
||||||
http-body = "0.4.5"
|
http-body = "0.4.5"
|
||||||
mime = "0.3.16"
|
mime = "0.3.16"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
@@ -12,7 +12,7 @@ axum = { version = "0.6.6", optional = true }
|
|||||||
bytes = "1.4.0"
|
bytes = "1.4.0"
|
||||||
futures-util = "0.3.26"
|
futures-util = "0.3.26"
|
||||||
headers = "0.3.8"
|
headers = "0.3.8"
|
||||||
http = "0.2.8"
|
http = "0.2.9"
|
||||||
http-body = "0.4.5"
|
http-body = "0.4.5"
|
||||||
hyper = "0.14.24"
|
hyper = "0.14.24"
|
||||||
hyper-rustls = { version = "0.23.2", features = ["http1", "http2"], default-features = false, optional = true }
|
hyper-rustls = { version = "0.23.2", features = ["http1", "http2"], default-features = false, optional = true }
|
||||||
|
@@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
http = "0.2.8"
|
http = "0.2.9"
|
||||||
serde = "1.0.152"
|
serde = "1.0.152"
|
||||||
serde_json = "1.0.93"
|
serde_json = "1.0.93"
|
||||||
language-tags = { version = "0.3.2", features = ["serde"] }
|
language-tags = { version = "0.3.2", features = ["serde"] }
|
||||||
|
@@ -26,7 +26,7 @@ futures = "0.3.26"
|
|||||||
futures-signals = "0.3.31"
|
futures-signals = "0.3.31"
|
||||||
futures-util = "0.3.26"
|
futures-util = "0.3.26"
|
||||||
headers = "0.3.8"
|
headers = "0.3.8"
|
||||||
http = "0.2.8"
|
http = "0.2.9"
|
||||||
once_cell = "1.17.1"
|
once_cell = "1.17.1"
|
||||||
mime = "0.3.16"
|
mime = "0.3.16"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
@@ -11,7 +11,7 @@ serde_json = "1.0.93"
|
|||||||
thiserror = "1.0.38"
|
thiserror = "1.0.38"
|
||||||
camino = { version = "1.1.2", features = ["serde1"] }
|
camino = { version = "1.1.2", features = ["serde1"] }
|
||||||
headers = "0.3.8"
|
headers = "0.3.8"
|
||||||
http = "0.2.8"
|
http = "0.2.9"
|
||||||
tower-service = "0.3.2"
|
tower-service = "0.3.2"
|
||||||
tower-http = { version = "0.3.5", features = ["fs"] }
|
tower-http = { version = "0.3.5", features = ["fs"] }
|
||||||
tokio = { version = "1.25.0", features = ["fs"] }
|
tokio = { version = "1.25.0", features = ["fs"] }
|
||||||
|
@@ -20,7 +20,7 @@ serde_urlencoded = "0.7.1"
|
|||||||
camino = "1.1.2"
|
camino = "1.1.2"
|
||||||
chrono = "0.4.23"
|
chrono = "0.4.23"
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
http = "0.2.8"
|
http = "0.2.9"
|
||||||
ulid = { version = "1.0.0", features = ["serde"] }
|
ulid = { version = "1.0.0", features = ["serde"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user