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 axum from 0.6.7 to 0.6.8

Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.7 to 0.6.8.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.6.7...axum-v0.6.8)

---
updated-dependencies:
- dependency-name: axum
  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-24 20:01:27 +00:00
committed by Quentin Gliech
parent b7219967bc
commit dc6b515906
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -755,9 +755,9 @@ dependencies = [
[[package]] [[package]]
name = "axum" name = "axum"
version = "0.6.7" version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fb79c228270dcf2426e74864cabc94babb5dbab01a4314e702d2f16540e1591" checksum = "2bd379e511536bad07447f899300aa526e9bae8e6f66dc5e5ca45d7587b7c1ec"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"axum-core", "axum-core",

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies] [dependencies]
async-trait = "0.1.64" async-trait = "0.1.64"
axum = { version = "0.6.7", features = ["headers"] } axum = { version = "0.6.8", features = ["headers"] }
axum-extra = { version = "0.5.0", features = ["cookie-private"] } axum-extra = { version = "0.5.0", features = ["cookie-private"] }
chrono = "0.4.23" chrono = "0.4.23"
data-encoding = "2.3.3" data-encoding = "2.3.3"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies] [dependencies]
anyhow = "1.0.69" anyhow = "1.0.69"
atty = "0.2.14" atty = "0.2.14"
axum = "0.6.7" axum = "0.6.8"
camino = "1.1.3" camino = "1.1.3"
clap = { version = "4.1.6", features = ["derive"] } clap = { version = "4.1.6", features = ["derive"] }
dotenv = "0.15.0" dotenv = "0.15.0"

View File

@ -22,7 +22,7 @@ sentry = { version = "0.29.3", default-features = false }
hyper = { version = "0.14.24", features = ["full"] } hyper = { version = "0.14.24", features = ["full"] }
tower = "0.4.13" tower = "0.4.13"
tower-http = { version = "0.3.5", features = ["cors"] } tower-http = { version = "0.3.5", features = ["cors"] }
axum = "0.6.7" axum = "0.6.8"
axum-macros = "0.3.4" axum-macros = "0.3.4"
axum-extra = { version = "0.5.0", features = ["cookie-private"] } axum-extra = { version = "0.5.0", features = ["cookie-private"] }

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies] [dependencies]
aws-smithy-http = { version = "0.54.3", optional = true } aws-smithy-http = { version = "0.54.3", optional = true }
aws-types = { version = "0.54.1", optional = true } aws-types = { version = "0.54.1", optional = true }
axum = { version = "0.6.7", optional = true } axum = { version = "0.6.8", 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"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
[dependencies] [dependencies]
axum = { version = "0.6.7", default-features = false } axum = { version = "0.6.8", default-features = false }
serde = { version = "1.0.152", features = ["derive"] } serde = { version = "1.0.152", features = ["derive"] }
serde_urlencoded = "0.7.1" serde_urlencoded = "0.7.1"
url = "2.3.1" url = "2.3.1"