diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-09-11 02:38:15 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-11 02:38:15 +0000 |
| commit | 0b8b1cd8325be75c00dfae548be1347da768a0e5 (patch) | |
| tree | 86e4be98c32ce607e12f2267d3d6cc2d6a8c6ecd | |
| parent | Merge pull request #89 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| parent | fix(deps): update rust crate flexi_logger to 0.19.3 (diff) | |
| download | whirl-0b8b1cd8325be75c00dfae548be1347da768a0e5.tar.xz whirl-0b8b1cd8325be75c00dfae548be1347da768a0e5.zip | |
Merge pull request #90 from Whirlsplash/renovate/flexi_logger-0.x
fix(deps): update rust crate flexi_logger to 0.19.3
| -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 f277b08..e386d55 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.18.1" +flexi_logger = "0.19.3" human-panic = "1.0.3" # simple-error = "0.2.3" |