diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-01-01 12:12:50 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-01-01 12:23:00 +0100 |
| commit | 5d5d8a21cfc041ab08d30229f4ecb4cbb415cbc5 (patch) | |
| tree | 3f11f36eb36a558745c57311b31ce308fbbb27ac /Cargo.toml | |
| parent | f5dcb84e36a38182218c7f907b861b12d2bd2c1c (diff) | |
Bump and lock dependencies
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"] |
