From aa06458b9bb779db92fbb6583e4368208678e7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 07:57:02 +0000 Subject: [PATCH] build(deps): bump is-terminal from 0.4.10 to 0.4.12 Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.10 to 0.4.12. - [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.10...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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45ff2650a2..2c7428c2dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1323,12 +1323,12 @@ checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" [[package]] name = "is-terminal" -version = "0.4.10" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455" +checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" dependencies = [ "hermit-abi", - "rustix", + "libc", "windows-sys 0.52.0", ]