From 603326a57f64d873604b81934188304a2556982f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:44:48 +0000 Subject: [PATCH] Bump termbg from 0.4.3 to 0.4.4 Bumps [termbg](https://github.com/dalance/termbg) from 0.4.3 to 0.4.4. - [Changelog](https://github.com/dalance/termbg/blob/master/CHANGELOG.md) - [Commits](https://github.com/dalance/termbg/compare/v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: termbg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18b4ea2d6..e6a020485 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1855,12 +1855,13 @@ dependencies = [ [[package]] name = "termbg" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af8f790306d97b7453a170f39f4b99d8f5faa7e9f7a312e77681e205a72dcbd2" +checksum = "37406e462ce0689eb64602429fe7433e76dcb3eb7956a2c472074f13a7132ce5" dependencies = [ "async-std", "crossterm 0.19.0", + "is-terminal", "thiserror", "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index c8fb2bd3b..20947b803 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ minus = { version = "5.5", features = ["static_output", "search"] } once_cell = "1.18.0" serde = "1.0" serde_derive = "1.0" -termbg = "0.4.3" +termbg = "0.4.4" tokio = { version = "1.34", optional = true, features = ["rt"] } toml = "0.8" unicode-width = "0.1"