diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-02 17:58:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-02 15:58:25 +0000 |
| commit | d86789c1f7057e1cf5cfb02487febc5e1c4cf8c9 (patch) | |
| tree | fc955ca49bb855378c8413e88bfa0ca6a42afbd3 /Cargo.toml | |
| parent | f6406ed901352ee0bd93359fb1ed6d32bcc927b5 (diff) | |
Fix image version (#5100)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ icu_provider_adapters = "1.4" icu_provider_blob = "1.4" icu_segmenter = { version = "1.4", features = ["serde"] } if_chain = "1" -image = { version = "0.25", default-features = false, features = ["png", "jpeg", "gif"] } +image = { version = "0.25.2", default-features = false, features = ["png", "jpeg", "gif"] } indexmap = { version = "2", features = ["serde"] } kamadak-exif = "0.5" kurbo = "0.11" |
