From 73d95fadc65968ac2f84cd857972d03899bccf11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:18:36 +0000 Subject: [PATCH] chore(deps): bump is-terminal from 0.4.16 to 0.4.17 Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.16 to 0.4.17. - [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.16...v0.4.17) --- updated-dependencies: - dependency-name: is-terminal dependency-version: 0.4.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd7461c5..cfb5f0e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1478,9 +1478,9 @@ dependencies = [ [[package]] name = "is-terminal" -version = "0.4.16" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" +checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", diff --git a/Cargo.toml b/Cargo.toml index 055c9c1d..af21a81f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ colored = "3.0" serde = "1.0" rust-embed = "8.7.2" rmp-serde = "1.3" -is-terminal = "0.4.16" +is-terminal = "0.4.17" wasmprof = "0.10.0" bluejay-core = { version = "=0.3.0" } bluejay-parser = { version = "=0.3.0", features = ["format-errors"] }