summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYip Coekjan <69834864+Coekjan@users.noreply.github.com>2024-11-07 16:47:27 +0800
committerGitHub <noreply@github.com>2024-11-07 08:47:27 +0000
commit19bde34876e7a1fb509138ed195f5508bce99f91 (patch)
treedc2b9c97e8a19c6385658d3365218f0ee1ad39e6
parent115b0a7ffd3a93689119228e2ccf9c9aa10d5bf6 (diff)
Remove unused dependencies (#5379)
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml1
-rw-r--r--crates/typst-cli/Cargo.toml1
-rw-r--r--crates/typst-ide/Cargo.toml1
4 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5c148c11..9e06c581 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2688,7 +2688,6 @@ dependencies = [
"dirs",
"ecow",
"fs_extra",
- "native-tls",
"notify",
"open",
"parking_lot",
@@ -2780,7 +2779,6 @@ dependencies = [
"comemo",
"ecow",
"if_chain",
- "log",
"once_cell",
"serde",
"typst",
diff --git a/Cargo.toml b/Cargo.toml
index 0496da11..e703e334 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,7 +71,6 @@ kamadak-exif = "0.5"
kurbo = "0.11"
libfuzzer-sys = "0.4"
lipsum = "0.9"
-log = "0.4"
miniz_oxide = "0.8"
native-tls = "0.2"
notify = "6"
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 }