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 Rust dependencies
This commit is contained in:
@ -6,14 +6,14 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = "1.19.2"
|
||||
tokio = "1.20.1"
|
||||
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json"] }
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
serde = { version = "1.0.138", features = ["derive"] }
|
||||
serde = { version = "1.0.140", features = ["derive"] }
|
||||
serde_json = "1.0.82"
|
||||
thiserror = "1.0.31"
|
||||
anyhow = "1.0.58"
|
||||
tracing = "0.1.35"
|
||||
anyhow = "1.0.59"
|
||||
tracing = "0.1.36"
|
||||
|
||||
# Password hashing
|
||||
argon2 = { version = "0.4.1", features = ["password-hash"] }
|
||||
|
Reference in New Issue
Block a user