From 1fba86ea9143e5079ea288bc6cf766a395490a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:18:55 +0000 Subject: [PATCH] build(deps): update tui-logger requirement from 0.8.1 to 0.9.6 Updates the requirements on [tui-logger](https://github.com/gin66/tui-logger) to permit the latest version. - [Changelog](https://github.com/gin66/tui-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin66/tui-logger/compare/v0.8.1...v0.9.6) --- updated-dependencies: - dependency-name: tui-logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f00b604..74bd8de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ exclude = ["assets/*", ".github", "publish/*"] tui = { version = "0.19.0", features = ["crossterm"], default-features = false } crossterm = "0.26.0" log = "0.4" -tui-logger = "0.8.1" +tui-logger = "0.9.6" clap = { version = "4.0.22", features = ["derive"] } glob = "0.3.0" urlencoding = "2.1.2"