aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-09-10 22:40:00 +0000
committerRenovate Bot <[email protected]>2021-09-10 22:40:00 +0000
commit519909562154212addda29d961740353a4822acd (patch)
treed3baf1037aec5f39af5d26f7529efd52ac5c96b7
parentMerge pull request #89 from Whirlsplash/renovate/sysinfo-0.x (diff)
downloadwhirl-519909562154212addda29d961740353a4822acd.tar.xz
whirl-519909562154212addda29d961740353a4822acd.zip
fix(deps): update rust crate flexi_logger to 0.19.3
-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 96256d7..625c66b 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -18,7 +18,7 @@ dotenv = "0.15.0"
# Logging
log = "0.4.14"
-flexi_logger = "0.18.1"
+flexi_logger = "0.19.3"
human-panic = "1.0.3"
# simple-error = "0.2.3"