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
Upgrade axum to 0.6.0-rc.1
This commit is contained in:
@ -9,8 +9,8 @@ license = "Apache-2.0"
|
||||
dev = []
|
||||
|
||||
[dependencies]
|
||||
axum = "0.5.15"
|
||||
headers = "0.3.8"
|
||||
axum = { version = "0.6.0-rc.1", features = ["headers"] }
|
||||
headers = "0.3.7"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
mime_guess = "2.0.4"
|
||||
|
Reference in New Issue
Block a user