From 5fdca4b6e66e7a3e6983280abf2e8432901fbe14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:02:40 +0000 Subject: [PATCH] Bump is-terminal from 0.4.8 to 0.4.9 Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.8 to 0.4.9. - [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.8...v0.4.9) --- updated-dependencies: - dependency-name: is-terminal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/spellout/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1059bab..2421e96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,9 +234,9 @@ dependencies = [ [[package]] name = "is-terminal" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb" +checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ "hermit-abi", "rustix 0.38.2", diff --git a/crates/spellout/Cargo.toml b/crates/spellout/Cargo.toml index b931d09..9e12fc3 100644 --- a/crates/spellout/Cargo.toml +++ b/crates/spellout/Cargo.toml @@ -31,5 +31,5 @@ anyhow = "1.0.72" clap = { version = "4.3.19", features = ["derive", "env", "wrap_help"] } clap_complete = "4.3.2" clap_mangen = "0.2.12" -is-terminal = "0.4.7" +is-terminal = "0.4.9" spellabet = { path = "../spellabet" }