From 7a406c5ed1753beaf7dfaa3bd64e33b047ccab61 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 16 Mar 2024 12:19:36 +0000 Subject: [PATCH] fix(deps): update rust crate flexi_logger to 0.28.0 (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flexi_logger](https://crates.io/crates/flexi_logger) ([source](https://github.com/emabee/flexi_logger)) | dependencies | minor | `0.27.4` -> `0.28.0` | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.kemitix.net/kemitix/paperoni/pulls/32 Co-authored-by: renovate Co-committed-by: renovate --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30a3d93..1107efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -814,14 +814,13 @@ dependencies = [ [[package]] name = "flexi_logger" -version = "0.27.4" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469e584c031833564840fb0cdbce99bdfe946fd45480a188545e73a76f45461c" +checksum = "f248c29a6d4bc5d065c9e9068d858761a0dcd796759f7801cc14db35db23abd8" dependencies = [ "chrono", "glob", "is-terminal", - "lazy_static", "log", "nu-ansi-term", "regex", diff --git a/Cargo.toml b/Cargo.toml index cb2266f..6e7bcf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ derive_builder = "0.20.0" directories = "5.0.1" epub-builder = "0.7.4" eyre = "0.6" -flexi_logger = "0.27.4" +flexi_logger = "0.28.0" futures = "0.3.30" html5ever = "0.25.1" indicatif = "0.16.2"