aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-01-12 19:09:33 +0000
committerGitHub <[email protected]>2022-01-12 19:09:33 +0000
commit361aa1cac7c8bded897bc896412a88581f80396b (patch)
tree924e196043ad57f1259da42a11b409e947912430
parentMerge pull request #133 from Whirlsplash/renovate/signal-hook-0.x (diff)
parentfix(deps): update rust crate flexi_logger to 0.22.2 (diff)
downloadwhirl-361aa1cac7c8bded897bc896412a88581f80396b.tar.xz
whirl-361aa1cac7c8bded897bc896412a88581f80396b.zip
Merge pull request #134 from Whirlsplash/renovate/flexi_logger-0.x
fix(deps): update rust crate flexi_logger to 0.22.2
-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 78284dd..475070f 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.6"
+flexi_logger = "0.22.2"
human-panic = "1.0.3"
# simple-error = "0.2.3"