diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-09-20 22:44:07 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-20 22:44:07 +0000 |
| commit | 980cd447a856e1de8df3f05eda3f0a564f8fae7f (patch) | |
| tree | d50e7f3919012dd9bb555b09f4225c3bafb1f77e | |
| parent | Merge pull request #93 from Whirlsplash/renovate/diesel-1.x (diff) | |
| parent | fix(deps): update rust crate flexi_logger to 0.19.4 (diff) | |
| download | whirl-980cd447a856e1de8df3f05eda3f0a564f8fae7f.tar.xz whirl-980cd447a856e1de8df3f05eda3f0a564f8fae7f.zip | |
Merge pull request #92 from Whirlsplash/renovate/flexi_logger-0.x
fix(deps): update rust crate flexi_logger to 0.19.4
| -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 625c66b..1692725 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.3" +flexi_logger = "0.19.4" human-panic = "1.0.3" # simple-error = "0.2.3" |