Merge branch 'main' into quenting/better-logging

This commit is contained in:
Quentin Gliech
2025-04-23 18:37:30 +02:00
committed by GitHub
9 changed files with 34 additions and 34 deletions

View File

@@ -67,7 +67,7 @@ enum Subcommand {
/// Add an email address to the specified user
AddEmail { username: String, email: String },
/// \[DEPRECATED\] Mark email address as verified
/// (DEPRECATED) Mark email address as verified
VerifyEmail { username: String, email: String },
/// Set a user password

View File

@@ -76,7 +76,7 @@ hex.workspace = true
governor.workspace = true
indexmap.workspace = true
pkcs8.workspace = true
psl = "2.1.100"
psl = "2.1.102"
sha2.workspace = true
time = "0.3.41"
url.workspace = true

View File

@@ -14,7 +14,7 @@ workspace = true
[dependencies]
aead = { version = "0.5.2", features = ["std"] }
const-oid = { version = "0.9.6", features = ["std"] }
der = { version = "0.7.9", features = ["std"] }
der = { version = "0.7.10", features = ["std"] }
elliptic-curve.workspace = true
k256.workspace = true
p256.workspace = true