summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2023-06-05 20:00:46 +0200
committerGitHub <noreply@github.com>2023-06-05 14:00:46 -0400
commit4fcb1b2202b97c5a21894672232700225223a138 (patch)
tree13bfdcbff6b242c9c0373fd66332b886e202a1aa /Cargo.lock
parent949092fd22689905fce358cdd1b2b676709feefe (diff)
cli: replace atty with std::io::IsTerminal
The `atty` crate is unmaintained[1] and `std::io::IsTerminal` was stabilized in Rust 1.70. [1]: https://rustsec.org/advisories/RUSTSEC-2021-0145.html PR #2526
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 0 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9b70ec09..44bb1617 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -21,17 +21,6 @@ dependencies = [
]
[[package]]
-name = "atty"
-version = "0.2.14"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
-dependencies = [
- "hermit-abi",
- "libc",
- "winapi",
-]
-
-[[package]]
name = "base64"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -171,7 +160,6 @@ dependencies = [
name = "grep-cli"
version = "0.1.7"
dependencies = [
- "atty",
"bstr",
"globset",
"lazy_static",
@@ -241,15 +229,6 @@ dependencies = [
]
[[package]]
-name = "hermit-abi"
-version = "0.1.19"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
-dependencies = [
- "libc",
-]
-
-[[package]]
name = "ignore"
version = "0.4.20"
dependencies = [