aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-06-10 15:02:27 +0000
committerRenovate Bot <[email protected]>2021-06-10 15:02:27 +0000
commit642010ef0b7bbac32eaf95d9f2263275da7129a6 (patch)
tree04b114d640192648883c2089d97a2a70caff4ea4
parentfix(whirl): move logs directory to `.whirl` (diff)
downloadwhirl-642010ef0b7bbac32eaf95d9f2263275da7129a6.tar.xz
whirl-642010ef0b7bbac32eaf95d9f2263275da7129a6.zip
fix(deps): update rust crate flexi_logger to 0.18.0
-rw-r--r--crates/whirl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index 7773afc..932b8e1 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -19,7 +19,7 @@ dotenv = "0.15.0"
# Logging
log = "0.4.14"
-flexi_logger = "0.17.1"
+flexi_logger = "0.18.0"
human-panic = "1.0.3"
# simple-error = "0.2.3"