You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
build(deps): bump axum-extra from 0.7.7 to 0.8.0
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.7.7 to 0.8.0. - [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.7...axum-extra-v0.8.0) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
c9997e76ab
commit
19c070cf5b
@@ -10,7 +10,7 @@ repository.workspace = true
|
||||
[dependencies]
|
||||
async-trait = "0.1.73"
|
||||
axum = { version = "0.6.20", features = ["headers"] }
|
||||
axum-extra = { version = "0.7.7", features = ["cookie-private", "cookie-key-expansion"] }
|
||||
axum-extra = { version = "0.8.0", features = ["cookie-private", "cookie-key-expansion"] }
|
||||
chrono.workspace = true
|
||||
data-encoding = "2.4.0"
|
||||
futures-util = "0.3.28"
|
||||
|
@@ -28,7 +28,7 @@ tower = "0.4.13"
|
||||
tower-http = { version = "0.4.4", features = ["cors"] }
|
||||
axum = "0.6.20"
|
||||
axum-macros = "0.3.8"
|
||||
axum-extra = { version = "0.7.7", features = ["cookie-private"] }
|
||||
axum-extra = { version = "0.8.0", features = ["cookie-private"] }
|
||||
|
||||
async-graphql = { version = "6.0.6", features = ["tracing", "apollo_tracing"] }
|
||||
|
||||
|
Reference in New Issue
Block a user