diff options
| author | Renovate Bot <[email protected]> | 2021-06-10 15:02:27 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-10 15:02:27 +0000 |
| commit | a7eea9044697b460fdcd6d822605271f0d5adeaa (patch) | |
| tree | 57fcaa255e881b418bd8dec7ede82ce511febf0d | |
| parent | fix(whirl): move logs directory to `.whirl` (diff) | |
| download | whirl-a7eea9044697b460fdcd6d822605271f0d5adeaa.tar.xz whirl-a7eea9044697b460fdcd6d822605271f0d5adeaa.zip | |
fix(deps): update rust crate flexi_logger to 0.18.0
| -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 5abb1b5..ec89d90 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -19,7 +19,7 @@ dotenv = "0.15.0" # Logging log = "0.4.14" -flexi_logger = "0.17.1" +flexi_logger = "0.18.0" human-panic = "1.0.3" # simple-error = "0.2.3" |