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"] }