From fc2f0460f65a3f5d1bb00a0128207927a2de970d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 16:57:40 +0000 Subject: [PATCH] Bump tui-logger from 0.7.1 to 0.8.2 Bumps [tui-logger](https://github.com/gin66/tui-logger) from 0.7.1 to 0.8.2. - [Release notes](https://github.com/gin66/tui-logger/releases) - [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin66/tui-logger/compare/v0.7.1...v0.8.2) --- updated-dependencies: - dependency-name: tui-logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3936948..36a3003 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ dependencies = [ "log", "pretty_env_logger", "serde_json", - "tui", + "tui 0.17.0", "tui-logger", "typed-arena", ] @@ -503,11 +503,23 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "tui" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1" +dependencies = [ + "bitflags", + "cassowary", + "unicode-segmentation", + "unicode-width", +] + [[package]] name = "tui-logger" -version = "0.7.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66278ef876c1336aca32cc590598563026dc3caf4cb73a20d47a3d499b913bbb" +checksum = "3fb321ce1636b341d2a5b60a88ae9a6d21946343657f310a46954e82227ff6f9" dependencies = [ "chrono", "fxhash", @@ -515,7 +527,7 @@ dependencies = [ "log", "parking_lot 0.12.0", "slog", - "tui", + "tui 0.19.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7b86808..172a4b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ pretty_env_logger = "0.4.0" serde_json = { version = "1.0.86", features = ["preserve_order"] } crossterm = "0.24.0" tui = { version = "0.17.0", default-features = false, features = ["crossterm"] } -tui-logger = "0.7.1" +tui-logger = "0.8.2"