From 7d7b781caa6904bb068143d1769d1413da3e7e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:11:56 +0100 Subject: [PATCH] build(deps): Bump png from 0.17.14 to 0.17.16 in /rust (#7676) Bumps [png](https://github.com/image-rs/image-png) from 0.17.14 to 0.17.16.
Changelog

Sourced from png's changelog.

0.17.15

Added

Changed

Fixed

#495: image-rs/image-png#495 #496: image-rs/image-png#496 #512: image-rs/image-png#512 #518: image-rs/image-png#518 #520: image-rs/image-png#520 #524: image-rs/image-png#524 #526: image-rs/image-png#526 #528: image-rs/image-png#528 #529: image-rs/image-png#529 #538: image-rs/image-png#538 #539: image-rs/image-png#539 #543: image-rs/image-png#543

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=png&package-manager=cargo&previous-version=0.17.14&new-version=0.17.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9fff84f28..6abc2f525 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -4717,9 +4717,9 @@ dependencies = [ [[package]] name = "png" -version = "0.17.14" +version = "0.17.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0" +checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" dependencies = [ "bitflags 1.3.2", "crc32fast", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ae40945d5..f8e771f8d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -81,7 +81,7 @@ opentelemetry-otlp = "0.26.0" opentelemetry_sdk = "0.26.0" os_info = { version = "3", default-features = false } output_vt100 = "0.1" -png = "0.17.13" +png = "0.17.16" proptest = "1" proptest-state-machine = "0.3" quinn-udp = { version = "0.5.8", features = ["fast-apple-datapath"] }