summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz Stampfl <47084093+LaurenzV@users.noreply.github.com>2023-09-13 16:41:45 +0200
committerGitHub <noreply@github.com>2023-09-13 16:41:45 +0200
commita5e39d814c2b33cb2d37675dd3206ae64cdcc333 (patch)
tree8611eaccae5fa92d25ea8c3e8f15ceaaf4aa5fb5 /tests/Cargo.toml
parentfb8d3dd6eb847e571d31b530cd98906198ce8811 (diff)
Update to usvg 0.35 (#2113)
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index efacea19..2e8727ad 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -16,7 +16,7 @@ iai = { git = "https://github.com/typst/iai" }
once_cell = "1"
oxipng = { git = "https://github.com/typst/oxipng", rev = "b8ec65b", default-features = false, features = ["filetime", "parallel", "zopfli"] }
rayon = "1.7.0"
-tiny-skia = "0.9.0"
+tiny-skia = "0.10.0"
ttf-parser = "0.19.2"
unscanny = "0.1"
walkdir = "2"