diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -37,8 +37,8 @@ usvg = { version = "0.19", default-features = false, features = ["text"] } xi-unicode = "0.3" anyhow = { version = "1", optional = true } codespan-reporting = { version = "0.11", optional = true } -dirs = { version = "3", optional = true } -memmap2 = { version = "0.3", optional = true } +dirs = { version = "4", optional = true } +memmap2 = { version = "0.5", optional = true } pico-args = { version = "0.4", optional = true } rand = { version = "0.8", optional = true } same-file = { version = "1", optional = true } @@ -48,9 +48,13 @@ walkdir = { version = "2", optional = true } filedescriptor = "0.8" iai = { git = "https://github.com/reknih/iai" } resvg = { version = "0.19", default-features = false, features = ["text"] } -tiny-skia = "0.6" +tiny-skia = "0.6.2" walkdir = "2" +# Dependencies updates: +# - Bump ttf-parser when rustybuzz is updated +# - Bump usvg and resvg in conjunction with svg2pdf + [[bin]] name = "typst" required-features = ["cli"] |
