diff options
| author | Renovate Bot <[email protected]> | 2021-11-01 11:35:35 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-11-01 11:35:35 +0000 |
| commit | cc192ee06a5b263aed9b9d215329b5dac1e3db97 (patch) | |
| tree | bb7c1f0135558b88d3b887ecbdd217bae398c261 | |
| parent | Merge pull request #109 from Whirlsplash/renovate/tokio-stream-0.x (diff) | |
| download | whirl-cc192ee06a5b263aed9b9d215329b5dac1e3db97.tar.xz whirl-cc192ee06a5b263aed9b9d215329b5dac1e3db97.zip | |
fix(deps): update rust crate flexi_logger to 0.19.6
| -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 c09fd96..8c97e68 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.5" +flexi_logger = "0.19.6" human-panic = "1.0.3" # simple-error = "0.2.3" |