You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Moved some dependencies in the workspace and upgrade some dependencies
This commit is contained in:
@@ -13,7 +13,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
# Async runtime
|
||||
tokio = { version = "1.35.1", features = ["macros"] }
|
||||
tokio = { version = "1.36.0", features = ["macros"] }
|
||||
futures-util = "0.3.30"
|
||||
|
||||
# Logging and tracing
|
||||
@@ -27,7 +27,7 @@ anyhow.workspace = true
|
||||
sentry = { version = "0.31.8", default-features = false }
|
||||
|
||||
# Web server
|
||||
hyper = { version = "0.14.27", features = ["full"] }
|
||||
hyper.workspace = true
|
||||
tower.workspace = true
|
||||
tower-http = { version = "0.4.4", features = ["cors"] }
|
||||
axum = "0.6.20"
|
||||
@@ -40,7 +40,7 @@ async-graphql = { version = "6.0.11", features = ["tracing", "apollo_tracing"] }
|
||||
lettre = { version = "0.11.4", default-features = false, features = ["builder"] }
|
||||
|
||||
# Database access
|
||||
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
sqlx.workspace = true
|
||||
|
||||
# Various structure (de)serialization
|
||||
serde.workspace = true
|
||||
@@ -50,7 +50,7 @@ serde_urlencoded = "0.7.1"
|
||||
|
||||
# Password hashing
|
||||
argon2 = { version = "0.5.3", features = ["password-hash", "std"] }
|
||||
bcrypt = "0.15.0"
|
||||
bcrypt = "0.15.1"
|
||||
pbkdf2 = { version = "0.12.2", features = ["password-hash", "std", "simple", "parallel"] }
|
||||
zeroize = "1.7.0"
|
||||
|
||||
@@ -58,14 +58,14 @@ zeroize = "1.7.0"
|
||||
base64ct = "1.6.0"
|
||||
camino.workspace = true
|
||||
chrono.workspace = true
|
||||
psl = "2.1.16"
|
||||
psl = "2.1.28"
|
||||
time = "0.3.34"
|
||||
url.workspace = true
|
||||
mime = "0.3.17"
|
||||
minijinja.workspace = true
|
||||
rand.workspace = true
|
||||
rand_chacha = "0.3.1"
|
||||
headers = "0.3.9"
|
||||
headers.workspace = true
|
||||
ulid.workspace = true
|
||||
|
||||
mas-axum-utils.workspace = true
|
||||
@@ -87,6 +87,7 @@ mas-templates.workspace = true
|
||||
oauth2-types.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.34.0"
|
||||
insta = "1.36.1"
|
||||
tracing-subscriber.workspace = true
|
||||
cookie_store = "0.20.0"
|
||||
cookie_store = "0.21.0"
|
||||
sqlx.workspace = true
|
||||
|
Reference in New Issue
Block a user