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
Bump the latest axum rc
This commit is contained in:
@ -10,7 +10,7 @@ tokio = "1.21.2"
|
||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json", "uuid"] }
|
||||
chrono = { version = "0.4.23", features = ["serde"] }
|
||||
serde = { version = "1.0.147", features = ["derive"] }
|
||||
serde_json = "1.0.87"
|
||||
serde_json = "1.0.88"
|
||||
thiserror = "1.0.37"
|
||||
anyhow = "1.0.66"
|
||||
tracing = "0.1.37"
|
||||
@ -21,7 +21,7 @@ password-hash = { version = "0.4.2", features = ["std"] }
|
||||
rand = "0.8.5"
|
||||
rand_chacha = "0.3.1"
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
uuid = "1.2.1"
|
||||
uuid = "1.2.2"
|
||||
ulid = { version = "1.0.0", features = ["uuid", "serde"] }
|
||||
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
|
Reference in New Issue
Block a user