From 30365a8aba0ff608f11bace0eed5a0f15bd7c11c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:57:51 +0000 Subject: [PATCH] build(deps): bump is-terminal from 0.4.13 to 0.4.15 (#35127) Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.13 to 0.4.15. - [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.13...v0.4.15) --- updated-dependencies: - dependency-name: is-terminal dependency-type: indirect 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b17da803cd..e1b96d2056c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3816,13 +3816,13 @@ dependencies = [ [[package]] name = "is-terminal" -version = "0.4.13" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" +checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37" dependencies = [ "hermit-abi 0.4.0", "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]]