aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-11-10 04:47:20 +0000
committerGitHub <[email protected]>2021-11-10 04:47:20 +0000
commit18aeefdaf2dfd2299216655280ec966cb9c6e264 (patch)
tree5fa65adc35e8e22d7ab309a6acf01b280b850ae3
parentMerge pull request #110 from Whirlsplash/renovate/major-commitlint-monorepo (diff)
parentfix(deps): update rust crate flexi_logger to 0.19.6 (diff)
downloadwhirl-develop-outdated.tar.xz
whirl-develop-outdated.zip
Merge pull request #111 from Whirlsplash/renovate/flexi_logger-0.xdevelop-outdated
fix(deps): update rust crate flexi_logger to 0.19.6
-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 277eb03..133d43d 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.5"
+flexi_logger = "0.19.6"
human-panic = "1.0.3"
# simple-error = "0.2.3"