Merge pull request #5247 from cakebaker/remove_is_terminal

Remove is-terminal from Cargo.lock
This commit is contained in:
Sylvestre Ledru 2023-09-05 09:50:56 +02:00 committed by GitHub
commit 8cd4b994ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
Cargo.lock generated
View file

@ -1136,17 +1136,6 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "is-terminal"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
"hermit-abi",
"rustix 0.38.8",
"windows-sys 0.48.0",
]
[[package]]
name = "itertools"
version = "0.11.0"