diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-10-19 19:45:41 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-19 19:45:41 +0000 |
| commit | 9b6fbb715c22bd45c27e38cb1a26779207fa5543 (patch) | |
| tree | 5d4ef248d8d60369793ceef88702bb4fd80fdc19 | |
| parent | Merge pull request #102 from Whirlsplash/renovate/structopt-0.x (diff) | |
| parent | fix(deps): update rust crate flexi_logger to 0.19.5 (diff) | |
| download | whirl-9b6fbb715c22bd45c27e38cb1a26779207fa5543.tar.xz whirl-9b6fbb715c22bd45c27e38cb1a26779207fa5543.zip | |
Merge pull request #104 from Whirlsplash/renovate/flexi_logger-0.x
fix(deps): update rust crate flexi_logger to 0.19.5
| -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 3f04dfa..daa6099 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.4" +flexi_logger = "0.19.5" human-panic = "1.0.3" # simple-error = "0.2.3" |