Merge branch 'main' into quenting/better-logging
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user