summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/typst-cli/Cargo.toml1
-rw-r--r--crates/typst-ide/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml
index 2ecade54..8f1407d6 100644
--- a/crates/typst-cli/Cargo.toml
+++ b/crates/typst-cli/Cargo.toml
@@ -34,7 +34,6 @@ comemo = { workspace = true }
dirs = { workspace = true }
ecow = { workspace = true }
fs_extra = { workspace = true }
-native-tls = { workspace = true }
notify = { workspace = true }
open = { workspace = true }
parking_lot = { workspace = true }
diff --git a/crates/typst-ide/Cargo.toml b/crates/typst-ide/Cargo.toml
index 3c98e9b8..7320cd06 100644
--- a/crates/typst-ide/Cargo.toml
+++ b/crates/typst-ide/Cargo.toml
@@ -18,7 +18,6 @@ typst-eval = { workspace = true }
comemo = { workspace = true }
ecow = { workspace = true }
if_chain = { workspace = true }
-log = { workspace = true }
serde = { workspace = true }
unscanny = { workspace = true }