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.19 to 0.6.20

Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.19 to 0.6.20.
- [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.19...axum-v0.6.20)

---
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-08-08 16:48:48 +00:00
committed by Quentin Gliech
parent b6e0da864b
commit 79ad2dbc65
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -795,9 +795,9 @@ dependencies = [
[[package]]
name = "axum"
version = "0.6.19"
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c"
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
dependencies = [
"async-trait",
"axum-core",

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
async-trait = "0.1.72"
axum = { version = "0.6.19", features = ["headers"] }
axum = { version = "0.6.20", features = ["headers"] }
axum-extra = { version = "0.7.7", features = ["cookie-private"] }
chrono = "0.4.26"
data-encoding = "2.4.0"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
apalis-core = "0.4.4"
anyhow = "1.0.72"
axum = "0.6.19"
axum = "0.6.20"
camino = "1.1.6"
clap = { version = "4.3.19", features = ["derive"] }
dotenv = "0.15.0"

View File

@ -23,7 +23,7 @@ sentry = { version = "0.31.5", default-features = false }
hyper = { version = "0.14.27", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.3", features = ["cors"] }
axum = "0.6.19"
axum = "0.6.20"
axum-macros = "0.3.8"
axum-extra = { version = "0.7.7", features = ["cookie-private"] }

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
aws-smithy-http = { version = "0.55.3", optional = true }
aws-types = { version = "0.55.3", optional = true }
axum = { version = "0.6.19", optional = true }
axum = { version = "0.6.20", optional = true }
bytes = "1.4.0"
futures-util = "0.3.28"
headers = "0.3.8"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
axum = { version = "0.6.19", default-features = false }
axum = { version = "0.6.20", default-features = false }
serde = { version = "1.0.181", features = ["derive"] }
serde_urlencoded = "0.7.1"
url = "2.4.0"