summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-08 15:02:43 -0400
committerpommicket <pommicket@gmail.com>2025-09-08 15:11:36 -0400
commit4891fa07a51f8da70773cbdbc64ff3aa7ebecf58 (patch)
tree6ccb068bbcd4d1df039f70b5c1fd2c83724c9282 /Cargo.toml
parentea5bb4e9f7736fcd54fa2bff82402f3a6eb5748f (diff)
Update to latest version of png crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d2e2bd5..f502239 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]