diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-13 13:46:01 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-13 13:46:01 +0200 |
| commit | e77d9350140eeaef8b5f5c324eb34a402f581290 (patch) | |
| tree | 2b73ad4afca1397cd1eb666eb5aa6a287540faa7 /tests | |
| parent | 68b365b35197dd2f7aca04f7fa9d712f7cee621d (diff) | |
Bump oxipng
The released version of oxipng has a deadlock issue with rayon. So we switch to a git dependency for now.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 9ad8ee7c..0a371d94 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -13,7 +13,7 @@ comemo = "0.3" ecow = { version = "0.1.2", features = ["serde"] } iai = { git = "https://github.com/reknih/iai" } once_cell = "1" -oxipng = { version = "8.0.0", default-features = false, features = ["filetime", "parallel", "zopfli"] } +oxipng = { git = "https://github.com/laurmaedje/oxipng", rev = "b8ec65b", default-features = false, features = ["filetime", "parallel", "zopfli"] } rayon = "1.7.0" tiny-skia = "0.9.0" ttf-parser = "0.18.1" |
