diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-10-19 19:45:41 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-19 19:45:41 +0000 |
| commit | 3bd39125f8ef506e307990e488670f320bde98da (patch) | |
| tree | abc8d92fef74e05a3eb9e5480e00004b1739f1f5 /crates | |
| parent | Merge pull request #102 from Whirlsplash/renovate/structopt-0.x (diff) | |
| parent | fix(deps): update rust crate flexi_logger to 0.19.5 (diff) | |
| download | whirl-3bd39125f8ef506e307990e488670f320bde98da.tar.xz whirl-3bd39125f8ef506e307990e488670f320bde98da.zip | |
Merge pull request #104 from Whirlsplash/renovate/flexi_logger-0.x
fix(deps): update rust crate flexi_logger to 0.19.5
Diffstat (limited to 'crates')
| -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 1242144..54d6050 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.4" +flexi_logger = "0.19.5" human-panic = "1.0.3" # simple-error = "0.2.3" |