diff options
Diffstat (limited to 'import/fallback_generator/Cargo.toml')
| -rw-r--r-- | import/fallback_generator/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/import/fallback_generator/Cargo.toml b/import/fallback_generator/Cargo.toml index 6851107..676a145 100644 --- a/import/fallback_generator/Cargo.toml +++ b/import/fallback_generator/Cargo.toml @@ -5,6 +5,7 @@ edition = "2024" [dependencies] ab_glyph = "0.2.32" -imageproc = "0.25.0" -image = { version = "0.25.8", default-features = false, features = ["qoi"] } -anyhow = "1.0.100" +imageproc = "0.26.0" +image = { version = "0.25.9", default-features = false, features = ["qoi"] } +anyhow = { workspace = true } + |