diff options
| author | Renovate Bot <[email protected]> | 2021-08-27 16:27:32 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-27 16:27:32 +0000 |
| commit | 7304e9cbe9af542e34e8da68d5a9c9ee609cfe87 (patch) | |
| tree | 66520be7bc8b4e03de486c17f9aadd3b7d2de026 | |
| parent | Merge pull request #77 from Whirlsplash/renovate/hyper-0.x (diff) | |
| download | whirl-7304e9cbe9af542e34e8da68d5a9c9ee609cfe87.tar.xz whirl-7304e9cbe9af542e34e8da68d5a9c9ee609cfe87.zip | |
fix(deps): update rust crate flexi_logger to 0.18.1
| -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 df720c3..0c1e52d 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.18.0" +flexi_logger = "0.18.1" human-panic = "1.0.3" # simple-error = "0.2.3" |