diff options
| author | Renovate Bot <[email protected]> | 2021-10-19 11:54:35 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-10-19 11:54:35 +0000 |
| commit | ecb721b3933dd715830ac38606e0f25fa53d65c9 (patch) | |
| tree | 997ea990c1d553c0eabe86838a06de7c9c982d85 | |
| parent | Merge pull request #100 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| download | whirl-ecb721b3933dd715830ac38606e0f25fa53d65c9.tar.xz whirl-ecb721b3933dd715830ac38606e0f25fa53d65c9.zip | |
fix(deps): update rust crate flexi_logger to 0.19.5
| -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 c1d67ea..59236e5 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.4" +flexi_logger = "0.19.5" human-panic = "1.0.3" # simple-error = "0.2.3" |