1
0
Fork 0
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:
Daniel García 2023-02-21 22:48:20 +01:00
parent dc7951efaf
commit 024d12db08
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
19 changed files with 135 additions and 134 deletions

View file

@ -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"