You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
build(deps): bump axum-extra from 0.7.1 to 0.7.2
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.7.1 to 0.7.2. - [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-extra-v0.7.1...axum-extra-v0.7.2) --- updated-dependencies: - dependency-name: axum-extra 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
43c5c78e7e
commit
4adfc91a7d
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -872,15 +872,16 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum-extra"
|
name = "axum-extra"
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2094b0e3a4f9c2589cbfdaa7eaab9ba9f9f4ab12c601eff22ae4f964340d0e5d"
|
checksum = "7ea61f9f77592526b73fd14fe0f5938412bda49423f8b9f372ac76a9d6cf0ad2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"bytes 1.4.0",
|
"bytes 1.4.0",
|
||||||
"cookie",
|
"cookie",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"http",
|
"http",
|
||||||
|
"http-body",
|
||||||
"mime",
|
"mime",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.67"
|
async-trait = "0.1.67"
|
||||||
axum = { version = "0.6.11", features = ["headers"] }
|
axum = { version = "0.6.11", features = ["headers"] }
|
||||||
axum-extra = { version = "0.7.1", features = ["cookie-private"] }
|
axum-extra = { version = "0.7.2", features = ["cookie-private"] }
|
||||||
chrono = "0.4.24"
|
chrono = "0.4.24"
|
||||||
data-encoding = "2.3.3"
|
data-encoding = "2.3.3"
|
||||||
futures-util = "0.3.27"
|
futures-util = "0.3.27"
|
||||||
|
@ -24,7 +24,7 @@ tower = "0.4.13"
|
|||||||
tower-http = { version = "0.4.0", features = ["cors"] }
|
tower-http = { version = "0.4.0", features = ["cors"] }
|
||||||
axum = "0.6.11"
|
axum = "0.6.11"
|
||||||
axum-macros = "0.3.6"
|
axum-macros = "0.3.6"
|
||||||
axum-extra = { version = "0.7.1", features = ["cookie-private"] }
|
axum-extra = { version = "0.7.2", features = ["cookie-private"] }
|
||||||
|
|
||||||
async-graphql = { version = "5.0.6", features = ["tracing", "apollo_tracing"] }
|
async-graphql = { version = "5.0.6", features = ["tracing", "apollo_tracing"] }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user