diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,7 +39,7 @@ clap_complete = "4.2.1" clap_mangen = "0.2.10" ctrlc = "3.4.1" codespan-reporting = "0.11" -comemo = { git = "https://github.com/typst/comemo", rev = "ddb3773" } +comemo = "0.4" csv = "1" dirs = "5" ecow = { version = "0.2", features = ["serde"] } @@ -47,7 +47,7 @@ env_proxy = "0.4" flate2 = "1" fontdb = { version = "0.16", default-features = false } fs_extra = "1.3" -hayagriva = "0.5.1" +hayagriva = "0.5.2" heck = "0.4" hypher = "0.1.4" icu_properties = { version = "1.4", features = ["serde"] } @@ -97,7 +97,7 @@ siphasher = "1" smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] } stacker = "0.1.15" subsetter = "0.1.1" -svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "49891ef" } +svg2pdf = "0.10" syn = { version = "2", features = ["full", "extra-traits"] } syntect = { version = "5", default-features = false, features = ["parsing", "regex-fancy", "plist-load", "yaml-load"] } tar = "0.4" |
