aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2022-03-26 16:35:54 +0100
committerDaniel García <[email protected]>2022-03-26 16:35:54 +0100
commit7b742009a180c990c013df51946ab22aa02c7a96 (patch)
treed8ca2d6c497676cf6f6c79f2d8fe1636c06fd9de /Cargo.toml
parent649e2b48f348e3d4c0736a5e169279342f34cdc8 (diff)
downloadvaultwarden-7b742009a180c990c013df51946ab22aa02c7a96.tar.gz
vaultwarden-7b742009a180c990c013df51946ab22aa02c7a96.zip
Update web vault to 2.27.0 and dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 45057c63..e6d5ab09 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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