You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Upgrade dependencies
This commit is contained in:
@ -12,7 +12,7 @@ clap = "3.0.0-beta.4"
|
||||
tracing = "0.1.28"
|
||||
tracing-subscriber = "0.2.24"
|
||||
dotenv = "0.15.0"
|
||||
schemars = { version = "0.8.5", features = ["url", "chrono"] }
|
||||
schemars = { version = "0.8.6", features = ["url", "chrono"] }
|
||||
tower = { version = "0.4.8", features = ["full"] }
|
||||
tower-http = { version = "0.1.1", features = ["full"] }
|
||||
hyper = { version = "0.14.13", features = ["full"] }
|
||||
|
@ -13,7 +13,7 @@ async-trait = "0.1.51"
|
||||
thiserror = "1.0.29"
|
||||
anyhow = "1.0.44"
|
||||
|
||||
schemars = { version = "0.8.5", features = ["url", "chrono"] }
|
||||
schemars = { version = "0.8.6", features = ["url", "chrono"] }
|
||||
figment = { version = "0.10.6", features = ["env", "yaml", "test"] }
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
url = { version = "2.2.2", features = ["serde"] }
|
||||
@ -21,7 +21,7 @@ url = { version = "2.2.2", features = ["serde"] }
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
serde_with = { version = "1.10.0", features = ["hex", "chrono"] }
|
||||
serde_json = "1.0.68"
|
||||
sqlx = { version = "0.5.7", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
sqlx = { version = "0.5.9", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
||||
rand = "0.8.4"
|
||||
rsa = "0.5.0"
|
||||
|
@ -27,7 +27,7 @@ hyper = { version = "0.14.13", features = ["full"] }
|
||||
tera = "1.12.1"
|
||||
|
||||
# Database access
|
||||
sqlx = { version = "0.5.7", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline"] }
|
||||
sqlx = { version = "0.5.9", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline"] }
|
||||
|
||||
# Various structure (de)serialization
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
@ -38,7 +38,7 @@ serde_urlencoded = "0.7.0"
|
||||
|
||||
# Argument & config parsing
|
||||
figment = { version = "0.10.6", features = ["env", "yaml", "test"] }
|
||||
schemars = { version = "0.8.5", features = ["url", "chrono"] }
|
||||
schemars = { version = "0.8.6", features = ["url", "chrono"] }
|
||||
|
||||
# Password hashing
|
||||
argon2 = { version = "0.3.1", features = ["password-hash"] }
|
||||
|
@ -11,10 +11,10 @@ serde = "1.0.130"
|
||||
serde_json = "1.0.68"
|
||||
language-tags = { version = "0.3.2", features = ["serde"] }
|
||||
url = { version = "2.2.2", features = ["serde"] }
|
||||
parse-display = "0.5.1"
|
||||
parse-display = "0.5.2"
|
||||
indoc = "1.0.3"
|
||||
serde_with = { version = "1.10.0", features = ["chrono"] }
|
||||
sqlx = { version = "0.5.7", default-features = false, optional = true }
|
||||
sqlx = { version = "0.5.9", default-features = false, optional = true }
|
||||
chrono = "0.4.19"
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user