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 | 5f10f3e0653bf9f73db3b4716935817966ed09a8 (patch) | |
| tree | 5d551bba138c91af3ecd3ccf538c474f70b6a424 | |
| 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-5f10f3e0653bf9f73db3b4716935817966ed09a8.tar.xz whirl-5f10f3e0653bf9f73db3b4716935817966ed09a8.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 0dbfb97..953c87a 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" |