From 473af74cc2ee2c7b5f85bf5ad32a09c972fb66a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:11:28 +0000 Subject: [PATCH] chore(deps): bump is-terminal from 0.4.13 to 0.4.15 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: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1215968b..a9902889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1271,13 +1271,13 @@ checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" [[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", "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5d6e7018..0dd99374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ colored = "3.0" serde = "1.0" rust-embed = "8.5.0" rmp-serde = "1.3" -is-terminal = "0.4.13" +is-terminal = "0.4.15" wasmprof = "0.9.0" bluejay-core = { version = "=0.2.0" } bluejay-parser = { version = "=0.2.0", features = ["format-errors"] }