diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-11-10 04:47:20 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-10 04:47:20 +0000 |
| commit | c05624e59ce9fd618266211362d86e82eabd970c (patch) | |
| tree | d0f777ebdc35aff7bf6906f543a75fca6e78adbd | |
| parent | Merge pull request #110 from Whirlsplash/renovate/major-commitlint-monorepo (diff) | |
| parent | fix(deps): update rust crate flexi_logger to 0.19.6 (diff) | |
| download | whirl-origin/develop-outdated.tar.xz whirl-origin/develop-outdated.zip | |
Merge pull request #111 from Whirlsplash/renovate/flexi_logger-0.xorigin/develop-outdateddevelop-outdated
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" |