diff options
| author | Renovate Bot <[email protected]> | 2022-02-02 15:37:17 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-02-02 15:37:17 +0000 |
| commit | 3a7d9651f5b9d7fb126b26ff0f71258cfbebd4b2 (patch) | |
| tree | f4697484de92343480c8a603ca7f417b053c6e32 | |
| parent | Merge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff) | |
| download | whirl-3a7d9651f5b9d7fb126b26ff0f71258cfbebd4b2.tar.xz whirl-3a7d9651f5b9d7fb126b26ff0f71258cfbebd4b2.zip | |
fix(deps): update rust crate flexi_logger to 0.22.3
| -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 7e85e37..7a63a36 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.22.2" +flexi_logger = "0.22.3" human-panic = "1.0.3" # simple-error = "0.2.3" |