diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-22 12:06:25 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-22 12:06:25 +0100 |
| commit | be24e6673599b67cbf0917c54e4cedf9ca2aa859 (patch) | |
| tree | f1a2766bf5495fa7126fc0c713155fec7472e6c1 /import/fallback_generator | |
| parent | aa13fade6fcabf9122babac7ac812a433a81b627 (diff) | |
| download | jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.bz2 jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.zst | |
update and clean up dependencies
Diffstat (limited to 'import/fallback_generator')
| -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 } + |