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
parent 649e2b48f3
commit 7b742009a1
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