diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-01-12 19:09:33 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 19:09:33 +0000 |
| commit | 361aa1cac7c8bded897bc896412a88581f80396b (patch) | |
| tree | 924e196043ad57f1259da42a11b409e947912430 | |
| parent | Merge pull request #133 from Whirlsplash/renovate/signal-hook-0.x (diff) | |
| parent | fix(deps): update rust crate flexi_logger to 0.22.2 (diff) | |
| download | whirl-361aa1cac7c8bded897bc896412a88581f80396b.tar.xz whirl-361aa1cac7c8bded897bc896412a88581f80396b.zip | |
Merge pull request #134 from Whirlsplash/renovate/flexi_logger-0.x
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 78284dd..475070f 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" |