summaryrefslogtreecommitdiff
path: root/crates/typst-cli/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-01-26 10:50:43 +0100
committerGitHub <noreply@github.com>2024-01-26 09:50:43 +0000
commit6207b3d9b010d07f73b1819fe1d8463dee3c5adc (patch)
tree5bb84d62c00cb5ac247eba0b35b38c6e3020eb19 /crates/typst-cli/Cargo.toml
parentb09d6ae31c78463ad741644194c17ddd47c2bd56 (diff)
Configure ureq to use sytem-native TLS (#3258)
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
-rw-r--r--crates/typst-cli/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml
index 286af7f7..d16175ed 100644
--- a/crates/typst-cli/Cargo.toml
+++ b/crates/typst-cli/Cargo.toml
@@ -35,14 +35,13 @@ ecow = { workspace = true }
env_proxy = { workspace = true }
flate2 = { workspace = true }
fontdb = { workspace = true, features = ["memmap", "fontconfig"] }
+native-tls = { workspace = true }
notify = { workspace = true }
once_cell = { workspace = true }
open = { workspace = true }
parking_lot = { workspace = true }
pathdiff = { workspace = true }
rayon = { workspace = true }
-rustls = { workspace = true }
-rustls-pemfile = { workspace = true }
same-file = { workspace = true }
self-replace = { workspace = true, optional = true }
semver = { workspace = true }