1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-12-28 16:59:19 +00:00

Update web vault to 2.27.0 and dependencies

This commit is contained in:
Daniel García 2022-03-26 16:35:54 +01:00
commit 7b742009a1
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
19 changed files with 120 additions and 120 deletions

View file

@ -35,7 +35,7 @@ syslog = "4.0.1" # Needs to be v4 until fern is updated
[dependencies]
# Logging
log = "0.4.14"
log = "0.4.16"
fern = { version = "0.6.0", features = ["syslog-4"] }
tracing = { version = "0.1.32", features = ["log"] } # Needed to have lettre and webauthn-rs trace logging to work
backtrace = "0.3.64" # Logging panics to logfile instead stderr only