diff options
| author | Renovate Bot <[email protected]> | 2021-09-18 07:16:24 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-09-18 07:16:24 +0000 |
| commit | 87d9d5c335aa8c91b5a59b58c3e8d5d0efbe4cda (patch) | |
| tree | 388748776e0c3d6e447f11350b67ef776b039518 | |
| parent | Merge pull request #90 from Whirlsplash/renovate/flexi_logger-0.x (diff) | |
| download | archived-whirl-87d9d5c335aa8c91b5a59b58c3e8d5d0efbe4cda.tar.xz archived-whirl-87d9d5c335aa8c91b5a59b58c3e8d5d0efbe4cda.zip | |
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 e386d55..6cf233d 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" |