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 | 642010ef0b7bbac32eaf95d9f2263275da7129a6 (patch) | |
| tree | 04b114d640192648883c2089d97a2a70caff4ea4 | |
| parent | fix(whirl): move logs directory to `.whirl` (diff) | |
| download | whirl-642010ef0b7bbac32eaf95d9f2263275da7129a6.tar.xz whirl-642010ef0b7bbac32eaf95d9f2263275da7129a6.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 7773afc..932b8e1 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" |