diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-03-07 17:37:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-07 16:37:22 +0000 |
| commit | aace521b56a078fd73f3d76862ee5f5d49235c51 (patch) | |
| tree | 38a940173166d309468f780fe53de80949ecd226 /Cargo.toml | |
| parent | 1fa0f2f0f025bd5b0968f6cfc4a692916f31b24b (diff) | |
Bump our crates (#3573)
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" |
