diff options
| author | Alex Saveau <saveau.alexandre@gmail.com> | 2023-04-26 02:22:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 11:22:43 +0200 |
| commit | 1d42d6674c5bbeca2be1ca9a35dccd71b9346228 (patch) | |
| tree | 2ebe2c83dddddde0d643164c4aaba6d8147032d2 /tests/Cargo.toml | |
| parent | 249d5fe515ddb864582ec711106461c0e03ffe77 (diff) | |
Upgrade a bunch of deps and remove two unused ones (#968)
Diffstat (limited to 'tests/Cargo.toml')
| -rw-r--r-- | tests/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 78df5edf..a1eb0da8 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -9,16 +9,16 @@ publish = false typst = { path = ".." } typst-library = { path = "../library" } comemo = "0.2.2" -elsa = "1.7" +elsa = "1.8" iai = { git = "https://github.com/reknih/iai" } once_cell = "1" oxipng = "8.0.0" rayon = "1.7.0" -tiny-skia = "0.6.2" -ttf-parser = "0.17" +tiny-skia = "0.6.6" +ttf-parser = "0.18.1" unscanny = "0.1" walkdir = "2" -clap = { version = "4.2.1", features = ["derive"] } +clap = { version = "4.2.4", features = ["derive"] } [[test]] name = "tests" |
