summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-09 14:46:35 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-09 14:46:35 +0200
commit58ca0e8db5f20848927e0dcb629fc478919081b6 (patch)
treeb1dd713c8dcb3be907ddb0f02a867da792f24c74 /Cargo.lock
parent635ef03273792a07e6f227a17b30d3f93c6a1216 (diff)
Replace atty with std
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ba62d6b7..e0193a88 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2398,7 +2398,6 @@ dependencies = [
name = "typst-cli"
version = "0.4.0"
dependencies = [
- "atty",
"chrono",
"clap 4.2.7",
"clap_complete",