diff options
author | pommicket <pommicket@gmail.com> | 2025-09-08 15:02:43 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-08 15:11:36 -0400 |
commit | 4891fa07a51f8da70773cbdbc64ff3aa7ebecf58 (patch) | |
tree | 6ccb068bbcd4d1df039f70b5c1fd2c83724c9282 /Cargo.toml | |
parent | ea5bb4e9f7736fcd54fa2bff82402f3a6eb5748f (diff) |
Update to latest version of png crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ edition = "2024" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } -png = "0.17.10" +png = "0.18.0" png-decoder = "0.1.1" [features] |