summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-01 17:45:26 +0200
committerGitHub <noreply@github.com>2024-05-01 17:45:26 +0200
commit4f4e98abbec916409fd69020594c5abf3e724f10 (patch)
treefa15476ae211240160ebfff19b4d2c4647be5d7e
parent0705a9d6f2c0b6eeddaf8e7b92876474867f8944 (diff)
parent0b4b5f3ad687c30fc5574a18ec3352a7eba37f71 (diff)
Merge pull request #297 from matthiasbeyer/dependabot/cargo/is-terminal-0.4.12
build(deps): bump is-terminal from 0.4.9 to 0.4.12
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e681b61..d71e633 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -545,13 +545,13 @@ checksum = "6fe2b9d82064e8a0226fddb3547f37f28eaa46d0fc210e275d835f08cf3b76a7"
[[package]]
name = "is-terminal"
-version = "0.4.9"
+version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
+checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
dependencies = [
"hermit-abi",
- "rustix",
- "windows-sys 0.48.0",
+ "libc",
+ "windows-sys 0.52.0",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index f848804..cad03f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ env_logger = "0.10.2"
getset = "0.1.2"
git2 = "0.16.1"
handlebars = "4.3.6"
-is-terminal = "0.4.9"
+is-terminal = "0.4.12"
itertools = "0.12.1"
log = "0.4.17"
miette = { version = "7.2.0", features = ["fancy"] }