From 0b4b5f3ad687c30fc5574a18ec3352a7eba37f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:59:48 +0000 Subject: build(deps): bump is-terminal from 0.4.9 to 0.4.12 Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.9 to 0.4.12. - [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.9...v0.4.12) --- updated-dependencies: - dependency-name: is-terminal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e681b61..d71e633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,13 +545,13 @@ checksum = "6fe2b9d82064e8a0226fddb3547f37f28eaa46d0fc210e275d835f08cf3b76a7" [[package]] name = "is-terminal" -version = "0.4.9" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" +checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" dependencies = [ "hermit-abi", - "rustix", - "windows-sys 0.48.0", + "libc", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f848804..cad03f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ env_logger = "0.10.2" getset = "0.1.2" git2 = "0.16.1" handlebars = "4.3.6" -is-terminal = "0.4.9" +is-terminal = "0.4.12" itertools = "0.12.1" log = "0.4.17" miette = { version = "7.2.0", features = ["fancy"] } -- cgit v1.2.3