From af6e2a7e6722be22f466afe91f5f734d4e8c8545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:01:34 +0000 Subject: [PATCH] Bump png from 0.17.8 to 0.17.9 Bumps [png](https://github.com/image-rs/image-png) from 0.17.8 to 0.17.9. - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.8...v0.17.9) --- updated-dependencies: - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66341920..2fe9a587 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -918,9 +918,9 @@ dependencies = [ [[package]] name = "png" -version = "0.17.8" +version = "0.17.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" +checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11" dependencies = [ "bitflags", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 233e2ce6..26fa6fdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4.18" mozjpeg = "0.9.4" num_cpus = "1.15.0" oxipng = "8.0.0" -png = "0.17.8" +png = "0.17.9" pretty_env_logger = "0.5.0" rgb = "0.8.36" threadpool = "1.8.1"