aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-10-19 19:45:41 +0000
committerGitHub <[email protected]>2021-10-19 19:45:41 +0000
commit9b6fbb715c22bd45c27e38cb1a26779207fa5543 (patch)
tree5d4ef248d8d60369793ceef88702bb4fd80fdc19
parentMerge pull request #102 from Whirlsplash/renovate/structopt-0.x (diff)
parentfix(deps): update rust crate flexi_logger to 0.19.5 (diff)
downloadwhirl-9b6fbb715c22bd45c27e38cb1a26779207fa5543.tar.xz
whirl-9b6fbb715c22bd45c27e38cb1a26779207fa5543.zip
Merge pull request #104 from Whirlsplash/renovate/flexi_logger-0.x
fix(deps): update rust crate flexi_logger to 0.19.5
-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 3f04dfa..daa6099 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.4"
+flexi_logger = "0.19.5"
human-panic = "1.0.3"
# simple-error = "0.2.3"