You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
Bump Rust dependencies
This commit is contained in:
@@ -6,8 +6,8 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.56"
|
||||
axum = { version = "0.5.11", features = ["headers"] }
|
||||
async-trait = "0.1.57"
|
||||
axum = { version = "0.5.13", features = ["headers"] }
|
||||
axum-extra = { version = "0.3.6", features = ["cookie-private"] }
|
||||
bincode = "1.3.3"
|
||||
chrono = "0.4.19"
|
||||
@@ -18,15 +18,15 @@ http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
mime = "0.3.16"
|
||||
rand = "0.8.5"
|
||||
serde = "1.0.138"
|
||||
serde = "1.0.140"
|
||||
serde_with = "1.14.0"
|
||||
serde_urlencoded = "0.7.1"
|
||||
serde_json = "1.0.82"
|
||||
sqlx = "0.6.0"
|
||||
thiserror = "1.0.31"
|
||||
tokio = "1.19.2"
|
||||
tokio = "1.20.1"
|
||||
tower = { version = "0.4.13", features = ["util"] }
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
url = "2.2.2"
|
||||
|
||||
# TODO: remove the config dependency by moving out the encrypter
|
||||
|
Reference in New Issue
Block a user