diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
