aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-09-18 07:16:24 +0000
committerRenovate Bot <[email protected]>2021-09-18 07:16:24 +0000
commit87d9d5c335aa8c91b5a59b58c3e8d5d0efbe4cda (patch)
tree388748776e0c3d6e447f11350b67ef776b039518
parentMerge pull request #90 from Whirlsplash/renovate/flexi_logger-0.x (diff)
downloadarchived-whirl-87d9d5c335aa8c91b5a59b58c3e8d5d0efbe4cda.tar.xz
archived-whirl-87d9d5c335aa8c91b5a59b58c3e8d5d0efbe4cda.zip
fix(deps): update rust crate flexi_logger to 0.19.4
-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 e386d55..6cf233d 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.19.3"
+flexi_logger = "0.19.4"
human-panic = "1.0.3"
# simple-error = "0.2.3"