From 6b87109d62220e8663740f612449ade6c503d5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 02:03:51 +0000 Subject: [PATCH] Bump flexi_logger from 0.27.4 to 0.28.0 Bumps [flexi_logger](https://github.com/emabee/flexi_logger) from 0.27.4 to 0.28.0. - [Changelog](https://github.com/emabee/flexi_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/emabee/flexi_logger/commits) --- updated-dependencies: - dependency-name: flexi_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- test_client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a8e151..4493b5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,14 +670,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 4f5d00b..197b324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ parse-display = "0.9.0" percent-encoding = "2.3.1" rand = { version = "0.8.5", features = ["small_rng"] } ahash = "0.8.11" -flexi_logger = { version = "0.27.4", features = ["colors", "is-terminal"] } +flexi_logger = { version = "0.28.0", features = ["colors", "is-terminal"] } tokio-stream = { version = "0.1.14", features = ["net"] } derivative = "2.2.0" nextcloud-config-parser = { version = "0.10.0", features = ["redis-connect"] } diff --git a/test_client/Cargo.toml b/test_client/Cargo.toml index 0e3736e..db3a2f1 100644 --- a/test_client/Cargo.toml +++ b/test_client/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] } serde_json = "1.0.114" ureq = "2.9.6" -flexi_logger = { version = "0.27.4", features = ["colors"] } +flexi_logger = { version = "0.28.0", features = ["colors"] } log = "0.4.21" base64 = "0.22.0" miette = { version = "7.2.0", features = ["fancy"] }