1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Update Cargo.lock and update cargo-deny exceptions

This commit is contained in:
Quentin Gliech
2024-05-02 14:16:40 +02:00
parent a99427e942
commit 8e513ea3cc
5 changed files with 270 additions and 273 deletions

View File

@@ -16,7 +16,7 @@ async-trait.workspace = true
axum = { version = "0.6.20", features = ["headers"] }
axum-extra = { version = "0.8.0", features = ["cookie-private", "cookie-key-expansion"] }
chrono.workspace = true
data-encoding = "2.5.0"
data-encoding = "2.6.0"
futures-util = "0.3.30"
headers.workspace = true
http.workspace = true

View File

@@ -59,7 +59,7 @@ base64ct = "1.6.0"
camino.workspace = true
chrono.workspace = true
psl = "2.1.35"
time = "0.3.34"
time = "0.3.36"
url.workspace = true
mime = "0.3.17"
minijinja.workspace = true

View File

@@ -20,7 +20,7 @@ url.workspace = true
serde_with = { version = "3.8.1", features = ["chrono"] }
chrono.workspace = true
sha2 = "0.10.8"
data-encoding = "2.5.0"
data-encoding = "2.6.0"
thiserror.workspace = true
mas-iana.workspace = true