summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz Stampfl <47084093+LaurenzV@users.noreply.github.com>2024-06-16 11:38:33 +0200
committerGitHub <noreply@github.com>2024-06-16 09:38:33 +0000
commitfeedfe80cb86f880245f7b2361b83459c72ee36d (patch)
tree89832bffe311aee263e74c7c56fae3d3515243c2 /Cargo.toml
parent34550220aee087271769fb9e5d94d1faebe243c1 (diff)
Improve subsetting (#4373)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 367e835a..ee50b666 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -98,8 +98,8 @@ shell-escape = "0.1.5"
siphasher = "1"
smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] }
stacker = "0.1.15"
-subsetter = "0.1.1"
-svg2pdf = "0.11.0"
+subsetter = { git = "https://github.com/typst/subsetter", rev = "4e0058b" }
+svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "39f8ad3" }
syn = { version = "2", features = ["full", "extra-traits"] }
syntect = { version = "5", default-features = false, features = ["parsing", "regex-fancy", "plist-load", "yaml-load"] }
tar = "0.4"