aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-02-02 15:37:17 +0000
committerRenovate Bot <[email protected]>2022-02-02 15:37:17 +0000
commit07ec691aa344d32495287844c4ee36bc632ef3aa (patch)
treebc8d50c5895800309f5df09248aefcacd16382aa /crates
parentMerge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff)
downloadwhirl-07ec691aa344d32495287844c4ee36bc632ef3aa.tar.xz
whirl-07ec691aa344d32495287844c4ee36bc632ef3aa.zip
fix(deps): update rust crate flexi_logger to 0.22.3
Diffstat (limited to 'crates')
-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 eac59d9..1bc393a 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.22.2"
+flexi_logger = "0.22.3"
human-panic = "1.0.3"
# simple-error = "0.2.3"