From 526c03adea801b759b35bbd080429ae310b1f740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 01:46:52 +0000 Subject: [PATCH] chore(deps): bump tui-logger from 0.9.4 to 0.9.5 (#119) Bumps [tui-logger](https://github.com/gin66/tui-logger) from 0.9.4 to 0.9.5. - [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin66/tui-logger/compare/v0.9.4...v0.9.5) --- updated-dependencies: - dependency-name: tui-logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- systeroid-tui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 018e421..9b4fac5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1208,9 +1208,9 @@ dependencies = [ [[package]] name = "tui-logger" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f0e66ae5426ec633d3282d786c4274f8d0b057d1d4e4253ee03e400fb3db2ac" +checksum = "e9b303440de7c259d03e113a808f2f8ca3cd9097840663dc484b12f19c6f44a6" dependencies = [ "chrono", "fxhash", diff --git a/systeroid-tui/Cargo.toml b/systeroid-tui/Cargo.toml index 14f2dba..65859f2 100644 --- a/systeroid-tui/Cargo.toml +++ b/systeroid-tui/Cargo.toml @@ -36,7 +36,7 @@ default-features = false features = ["termion"] [dependencies.tui-logger] -version = "0.9.4" +version = "0.9.5" default-features = false features = ["ratatui-support"]