You've already forked authentication-service
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.16 to 0.6.17
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.16 to 0.6.17. - [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.16...axum-v0.6.17) --- 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:
committed by
Quentin Gliech
parent
ed5c367df6
commit
ddb7dc7409
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -877,9 +877,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum"
|
name = "axum"
|
||||||
version = "0.6.16"
|
version = "0.6.17"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "113713495a32dd0ab52baf5c10044725aa3aec00b31beda84218e469029b72a3"
|
checksum = "b70caf9f1b0c045f7da350636435b775a9733adf2df56e8aa2a29210fbc335d4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"axum-core",
|
"axum-core",
|
||||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.68"
|
async-trait = "0.1.68"
|
||||||
axum = { version = "0.6.16", features = ["headers"] }
|
axum = { version = "0.6.17", features = ["headers"] }
|
||||||
axum-extra = { version = "0.7.4", features = ["cookie-private"] }
|
axum-extra = { version = "0.7.4", features = ["cookie-private"] }
|
||||||
chrono = "0.4.24"
|
chrono = "0.4.24"
|
||||||
data-encoding = "2.3.3"
|
data-encoding = "2.3.3"
|
||||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
|||||||
apalis-core = "=0.4.0-alpha.5"
|
apalis-core = "=0.4.0-alpha.5"
|
||||||
anyhow = "1.0.70"
|
anyhow = "1.0.70"
|
||||||
atty = "0.2.14"
|
atty = "0.2.14"
|
||||||
axum = "0.6.16"
|
axum = "0.6.17"
|
||||||
camino = "1.1.4"
|
camino = "1.1.4"
|
||||||
clap = { version = "4.2.4", features = ["derive"] }
|
clap = { version = "4.2.4", features = ["derive"] }
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
|
@ -22,7 +22,7 @@ sentry = { version = "0.30.0", default-features = false }
|
|||||||
hyper = { version = "0.14.26", features = ["full"] }
|
hyper = { version = "0.14.26", features = ["full"] }
|
||||||
tower = "0.4.13"
|
tower = "0.4.13"
|
||||||
tower-http = { version = "0.4.0", features = ["cors"] }
|
tower-http = { version = "0.4.0", features = ["cors"] }
|
||||||
axum = "0.6.16"
|
axum = "0.6.17"
|
||||||
axum-macros = "0.3.7"
|
axum-macros = "0.3.7"
|
||||||
axum-extra = { version = "0.7.4", features = ["cookie-private"] }
|
axum-extra = { version = "0.7.4", features = ["cookie-private"] }
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
aws-smithy-http = { version = "0.55.1", optional = true }
|
aws-smithy-http = { version = "0.55.1", optional = true }
|
||||||
aws-types = { version = "0.55.1", optional = true }
|
aws-types = { version = "0.55.1", optional = true }
|
||||||
axum = { version = "0.6.16", optional = true }
|
axum = { version = "0.6.17", optional = true }
|
||||||
bytes = "1.4.0"
|
bytes = "1.4.0"
|
||||||
futures-util = "0.3.28"
|
futures-util = "0.3.28"
|
||||||
headers = "0.3.8"
|
headers = "0.3.8"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { version = "0.6.16", default-features = false }
|
axum = { version = "0.6.17", default-features = false }
|
||||||
serde = { version = "1.0.160", features = ["derive"] }
|
serde = { version = "1.0.160", features = ["derive"] }
|
||||||
serde_urlencoded = "0.7.1"
|
serde_urlencoded = "0.7.1"
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
|
Reference in New Issue
Block a user