diff options
| author | Renovate Bot <[email protected]> | 2022-01-12 18:49:51 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-12 18:49:51 +0000 |
| commit | 559bc62a4daa7632bcfc5aa114f0a45144189987 (patch) | |
| tree | 95645cd9830379af20dc7b152905b38e3b0b5c34 | |
| parent | Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff) | |
| download | whirl-559bc62a4daa7632bcfc5aa114f0a45144189987.tar.xz whirl-559bc62a4daa7632bcfc5aa114f0a45144189987.zip | |
fix(deps): update rust crate flexi_logger to 0.22.2
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 |
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" |