summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-13 14:04:12 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-13 14:44:45 +0200
commitf9feea3f2972815165b357724a9764a7d32377dc (patch)
treee20fc77431e501d65ad3eb615a1dc73d006d2cb8 /tests/Cargo.toml
parente77d9350140eeaef8b5f5c324eb34a402f581290 (diff)
Bump dependencies
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index 0a371d94..efacea19 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -9,17 +9,17 @@ publish = false
[dev-dependencies]
typst = { path = "../crates/typst" }
typst-library = { path = "../crates/typst-library" }
+clap = { version = "4.4", features = ["derive"] }
comemo = "0.3"
ecow = { version = "0.1.2", features = ["serde"] }
-iai = { git = "https://github.com/reknih/iai" }
+iai = { git = "https://github.com/typst/iai" }
once_cell = "1"
-oxipng = { git = "https://github.com/laurmaedje/oxipng", rev = "b8ec65b", default-features = false, features = ["filetime", "parallel", "zopfli"] }
+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"
-ttf-parser = "0.18.1"
+ttf-parser = "0.19.2"
unscanny = "0.1"
walkdir = "2"
-clap = { version = "4.2.4", features = ["derive"] }
[[test]]
name = "tests"