mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-14 07:33:56 +00:00
Update web vault to v2023.2.0 and dependencies
This commit is contained in:
parent
dc7951efaf
commit
024d12db08
19 changed files with 135 additions and 134 deletions
|
@ -50,7 +50,7 @@ backtrace = "0.3.67" # Logging panics to logfile instead stderr only
|
|||
dotenvy = { version = "0.15.6", default-features = false }
|
||||
|
||||
# Lazy initialization
|
||||
once_cell = "1.17.0"
|
||||
once_cell = "1.17.1"
|
||||
|
||||
# Numerical libraries
|
||||
num-traits = "0.2.15"
|
||||
|
@ -92,7 +92,7 @@ uuid = { version = "1.3.0", features = ["v4"] }
|
|||
# Date and time libraries
|
||||
chrono = { version = "0.4.23", features = ["clock", "serde"], default-features = false }
|
||||
chrono-tz = "0.8.1"
|
||||
time = "0.3.17"
|
||||
time = "0.3.19"
|
||||
|
||||
# Job scheduler
|
||||
job_scheduler_ng = "2.0.4"
|
||||
|
@ -116,7 +116,7 @@ webauthn-rs = "0.3.2"
|
|||
url = "2.3.1"
|
||||
|
||||
# Email libraries
|
||||
lettre = { version = "0.10.2", features = ["smtp-transport", "sendmail-transport", "builder", "serde", "tokio1-native-tls", "hostname", "tracing", "tokio1"], default-features = false }
|
||||
lettre = { version = "0.10.3", features = ["smtp-transport", "sendmail-transport", "builder", "serde", "tokio1-native-tls", "hostname", "tracing", "tokio1"], default-features = false }
|
||||
percent-encoding = "2.2.0" # URL encoding library used for URL's in the emails
|
||||
email_address = "0.2.4"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue