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
commitc05624e59ce9fd618266211362d86e82eabd970c (patch)
treed0f777ebdc35aff7bf6906f543a75fca6e78adbd
parentMerge pull request #110 from Whirlsplash/renovate/major-commitlint-monorepo (diff)
parentfix(deps): update rust crate flexi_logger to 0.19.6 (diff)
downloadwhirl-origin/develop-outdated.tar.xz
whirl-origin/develop-outdated.zip
Merge pull request #111 from Whirlsplash/renovate/flexi_logger-0.xorigin/develop-outdateddevelop-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 c09fd96..8c97e68 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"