From 7095657dec1a54b39274f9aed60677e872ffaadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 15:21:22 +0000 Subject: [PATCH 1/3] Bump jxl-oxide from 0.5.1 to 0.5.2 Bumps [jxl-oxide](https://github.com/tirr-c/jxl-oxide) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/tirr-c/jxl-oxide/releases) - [Commits](https://github.com/tirr-c/jxl-oxide/compare/0.5.1...0.5.2) --- updated-dependencies: - dependency-name: jxl-oxide dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01ab70c7..f2ade11d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,9 +661,9 @@ dependencies = [ [[package]] name = "jxl-oxide" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e986fe957d42be34043ed5b089c34c35a182524509e6cfee87d86527f61f9623" +checksum = "093c775f47ec2e4b5cd16245c04c166ee90520ec106519d01a88da55b32bf0c0" dependencies = [ "jxl-bitstream", "jxl-color", @@ -677,9 +677,9 @@ dependencies = [ [[package]] name = "jxl-render" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b862f98f83049febe65feb40d75493638386721ff5dff4c6a5ad267035881bf" +checksum = "cae08863f4ec7364674b75e2a434f99d1e47bff29a30a3d562ea9114fd669931" dependencies = [ "jxl-bitstream", "jxl-coding", diff --git a/Cargo.toml b/Cargo.toml index e1b85a82..ef95321e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ default-features = false features = ["codec-aom"] [dependencies.jxl-oxide] -version = "0.5.1" +version = "0.5.2" default-features = false optional = true From 1ea2d4cc57b190d09f55ffc0467209f1f2f9e335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:04:48 +0000 Subject: [PATCH 2/3] Bump clap from 4.4.6 to 4.4.12 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.12. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.6...v4.4.12) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01ab70c7..9d3e7d98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,18 +216,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.6" +version = "4.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" +checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.4.6" +version = "4.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" +checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" dependencies = [ "anstream", "anstyle", @@ -237,9 +237,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" +checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "cmake" diff --git a/Cargo.toml b/Cargo.toml index e1b85a82..a7e3c673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ rayon = { version = "1.7.0", optional = true } resize = { version = "0.8.0", optional = true } ravif = { version = "0.11.2", optional = true } kamadak-exif = { version = "0.5.5", optional = true } -clap = { version = "4.4.2", optional = true } +clap = { version = "4.4.12", optional = true } [dependencies.libavif-image] version = "0.11.0" From 558b66ddf9992fe5e2efca22c222811125130811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:05:00 +0000 Subject: [PATCH 3/3] Bump thiserror from 1.0.51 to 1.0.53 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.51 to 1.0.53. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.51...1.0.53) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01ab70c7..f50867cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1463,18 +1463,18 @@ checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" [[package]] name = "thiserror" -version = "1.0.51" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" +checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.51" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" +checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e1b85a82..dd83f515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ cli = ["dep:clap", "dep:glob", "quantization", "resizing", "exif"] [dependencies] image = "0.24.7" rgb = "0.8.36" -thiserror = "1.0.51" +thiserror = "1.0.53" png = "0.17.10" rayon = { version = "1.7.0", optional = true } resize = { version = "0.8.0", optional = true }