diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-03-11 12:39:15 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-11 12:39:15 +0000 |
| commit | 7da7ee6af3aad6bd7c31aa8db63ebf60d970af48 (patch) | |
| tree | 5190e4d2135472888d69998fc490eef6a8871391 | |
| parent | Merge pull request #136 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| parent | fix(deps): update rust crate flexi_logger to 0.22.3 (diff) | |
| download | whirl-7da7ee6af3aad6bd7c31aa8db63ebf60d970af48.tar.xz whirl-7da7ee6af3aad6bd7c31aa8db63ebf60d970af48.zip | |
Merge pull request #146 from Whirlsplash/renovate/flexi_logger-0.x
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 8b4592b..41211f2 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" |