aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-12 18:49:51 +0000
committerRenovate Bot <[email protected]>2022-01-12 18:49:51 +0000
commit559bc62a4daa7632bcfc5aa114f0a45144189987 (patch)
tree95645cd9830379af20dc7b152905b38e3b0b5c34
parentMerge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff)
downloadwhirl-559bc62a4daa7632bcfc5aa114f0a45144189987.tar.xz
whirl-559bc62a4daa7632bcfc5aa114f0a45144189987.zip
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 3e2a95c..c8e3a89 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"