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 | ff17d7ee2a4fb18547cc591d7f1bb44453594168 (patch) | |
| tree | 5c88290ab09df53cb4697986a09db0fef5d3df63 | |
| parent | Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff) | |
| download | whirl-ff17d7ee2a4fb18547cc591d7f1bb44453594168.tar.xz whirl-ff17d7ee2a4fb18547cc591d7f1bb44453594168.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 79ad36f..9c088a7 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" |