diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-08-27 18:26:56 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-27 18:26:56 +0000 |
| commit | b7759bbf17b5e450d5d74a52c24d190f9c4934a1 (patch) | |
| tree | d095c78db594426011dd76c8e5921fabcc7df072 | |
| parent | Merge pull request #77 from Whirlsplash/renovate/hyper-0.x (diff) | |
| parent | fix(deps): update rust crate flexi_logger to 0.18.1 (diff) | |
| download | whirl-b7759bbf17b5e450d5d74a52c24d190f9c4934a1.tar.xz whirl-b7759bbf17b5e450d5d74a52c24d190f9c4934a1.zip | |
Merge pull request #81 from Whirlsplash/renovate/flexi_logger-0.x
fix(deps): update rust crate flexi_logger to 0.18.1
| -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 e439a18..827d1fc 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.18.0" +flexi_logger = "0.18.1" human-panic = "1.0.3" # simple-error = "0.2.3" |