From 673987763265a25252cfaddab6a1190b7e54dbc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:07:23 +0000 Subject: [PATCH] build(deps): update png requirement from 0.17 to 0.18 in /computer Updates the requirements on [png](https://github.com/image-rs/image-png) to permit the latest version. - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/commits) --- updated-dependencies: - dependency-name: png dependency-version: 0.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- computer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computer/Cargo.toml b/computer/Cargo.toml index 0dae9df..e816ca1 100644 --- a/computer/Cargo.toml +++ b/computer/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10" thiserror = "2.0" -png = "0.17" +png = "0.18" [dev-dependencies] tempfile = "3.14"