commit 2960f16c778357b22154d82a4d32f220d686aca7 Author: Phorge Migration <migration@localhost> Date: Tue, 21 Jul 2026 18:37:19 +0200 Archive issues/PRs export for mtrnords-photography-manager/c2pa-rs Diffstat:
| A | pulls/1.diff | | | 13 | +++++++++++++ |
| A | pulls/1.json | | | 20 | ++++++++++++++++++++ |
| A | pulls/1.md | | | 123 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | pulls/10.diff | | | 13 | +++++++++++++ |
| A | pulls/10.json | | | 20 | ++++++++++++++++++++ |
| A | pulls/10.md | | | 120 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | pulls/2.diff | | | 13 | +++++++++++++ |
| A | pulls/2.json | | | 20 | ++++++++++++++++++++ |
| A | pulls/2.md | | | 119 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | pulls/3.diff | | | 13 | +++++++++++++ |
| A | pulls/3.json | | | 26 | ++++++++++++++++++++++++++ |
| A | pulls/3.md | | | 126 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | pulls/4.diff | | | 13 | +++++++++++++ |
| A | pulls/4.json | | | 26 | ++++++++++++++++++++++++++ |
| A | pulls/4.md | | | 46 | ++++++++++++++++++++++++++++++++++++++++++++++ |
| A | pulls/5.diff | | | 13 | +++++++++++++ |
| A | pulls/5.json | | | 20 | ++++++++++++++++++++ |
| A | pulls/5.md | | | 38 | ++++++++++++++++++++++++++++++++++++++ |
| A | pulls/6.diff | | | 13 | +++++++++++++ |
| A | pulls/6.json | | | 20 | ++++++++++++++++++++ |
| A | pulls/6.md | | | 108 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | pulls/7.diff | | | 13 | +++++++++++++ |
| A | pulls/7.json | | | 20 | ++++++++++++++++++++ |
| A | pulls/7.md | | | 109 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | pulls/8.diff | | | 13 | +++++++++++++ |
| A | pulls/8.json | | | 20 | ++++++++++++++++++++ |
| A | pulls/8.md | | | 58 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | pulls/9.diff | | | 13 | +++++++++++++ |
| A | pulls/9.json | | | 20 | ++++++++++++++++++++ |
| A | pulls/9.md | | | 110 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
30 files changed, 1299 insertions(+), 0 deletions(-)
diff --git a/pulls/1.diff b/pulls/1.diff @@ -0,0 +1,13 @@ +diff --git a/make_test_images/Cargo.toml b/make_test_images/Cargo.toml +index 30dc709..94aadf8 100644 +--- a/make_test_images/Cargo.toml ++++ b/make_test_images/Cargo.toml +@@ -12,7 +12,7 @@ c2pa = { path = "../sdk", default-features = false, features = [ + "openssl", + "unstable_api", + ] } +-env_logger = "0.10" ++env_logger = "0.11" + log = "0.4.8" + image = { version = "0.24.7", default-features = false, features = [ + "jpeg", diff --git a/pulls/1.json b/pulls/1.json @@ -0,0 +1,20 @@ +{ + "number": 1, + "title": "Update env_logger requirement from 0.10 to 0.11 in /make_test_images", + "state": "open", + "diff_file": "1.diff", + "author": "dependabot[bot]", + "created_at": "2024-06-23T13:16:20Z", + "closed_at": null, + "merged_at": null, + "base_ref": "main", + "head_ref": "dependabot/cargo/make_test_images/env_logger-0.11", + "labels": [ + "dependencies" + ], + "assignees": [], + "requested_reviewers": [], + "body": "Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/rust-cli/env_logger/releases\">env_logger's releases</a>.</em></p>\n<blockquote>\n<h2>v0.11.3</h2>\n<h2>[0.11.3] - 2024-03-05</h2>\n<h3>Features</h3>\n<ul>\n<li>Experimental support for key-value logging behind <code>unstable-kv</code></li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md\">env_logger's changelog</a>.</em></p>\n<blockquote>\n<h2>[0.11.3] - 2024-03-05</h2>\n<h3>Features</h3>\n<ul>\n<li>Experimental support for key-value logging behind <code>unstable-kv</code></li>\n</ul>\n<h2>[0.11.2] - 2024-02-13</h2>\n<h2>[0.11.1] - 2024-01-27</h2>\n<h3>Fixes</h3>\n<ul>\n<li>Allow styling with <code>Target::Pipe</code></li>\n</ul>\n<h2>[0.11.0] - 2024-01-19</h2>\n<h3>Migration Guide</h3>\n<p><strong>env_logger::fmt::Style:</strong>\nThe bespoke styling API, behind <code>color</code>, was removed, in favor of accepting any\nANSI styled string and adapting it to the target stream's capabilities.</p>\n<p>Possible styling libraries include:</p>\n<ul>\n<li><a href=\"https://docs.rs/anstyle\">anstyle</a> is a minimal, runtime string styling API and is re-exported as <code>env_logger::fmt::style</code></li>\n<li><a href=\"https://docs.rs/owo-colors\">owo-colors</a> is a feature rich runtime string styling API</li>\n<li><a href=\"https://docs.rs/color-print\">color-print</a> for feature-rich compile-time styling API</li>\n</ul>\n<p><a href=\"https://docs.rs/env_logger/latest/src/custom_format/custom_format.rs.html\">custom_format.rs</a>\nuses <code>anstyle</code> via\n<a href=\"https://docs.rs/env_logger/latest/env_logger/fmt/struct.Formatter.html#method.default_level_style\"><code>Formatter::default_level_style</code></a></p>\n<h3>Breaking Change</h3>\n<ul>\n<li>Removed bespoke styling API\n<ul>\n<li><code>env_logger::fmt::Formatter::style</code></li>\n<li><code>env_logger::fmt::Formatter::default_styled_level</code></li>\n<li><code>env_logger::fmt::Style</code></li>\n<li><code>env_logger::fmt::Color</code></li>\n<li><code>env_logger::fmt::StyledValue</code></li>\n</ul>\n</li>\n<li>Removed <code>env_logger::filter</code> in favor of <code>env_filter</code></li>\n</ul>\n<h3>Compatibility</h3>\n<p>MSRV changed to 1.71</p>\n<h3>Features</h3>\n<ul>\n<li>Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities</li>\n<li>Add support for <code>NO_COLOR</code> and <code>CLICOLOR_FORCE</code>, see <a href=\"https://bixense.com/clicolors/\">https://bixense.com/clicolors/</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/rust-cli/env_logger/commit/98ce8038803d048bf415a5ab13f7cc1aa61d242e\"><code>98ce803</code></a> chore: Release</li>\n<li><a href=\"https://github.com/rust-cli/env_logger/commit/7a161300c26d1a2b1f71c99e75e36d02ee11d094\"><code>7a16130</code></a> docs: Update changelog</li>\n<li><a href=\"https://github.com/rust-cli/env_logger/commit/e55af6f7c3be0731c902025a76b42a97a97ead8e\"><code>e55af6f</code></a> Merge pull request <a href=\"https://redirect.github.com/rust-cli/env_logger/issues/137\">#137</a> from tmccombs/structured</li>\n<li><a href=\"https://github.com/rust-cli/env_logger/commit/f6e2d45615057917b11dfc140b0be325b7ffd1b0\"><code>f6e2d45</code></a> feat(kv): Use now-stable kv feature of log crate</li>\n<li><a href=\"https://github.com/rust-cli/env_logger/commit/9f4a33aac0745fd4d5ad0256b747ed44652cf6eb\"><code>9f4a33a</code></a> feat(kv): Add styling for key in default format</li>\n<li><a href=\"https://github.com/rust-cli/env_logger/commit/9d26ad586ef5d6b4f77b0b3752dc7b624e82d29b\"><code>9d26ad5</code></a> feat: Add support for Key-Value data in log records</li>\n<li><a href=\"https://github.com/rust-cli/env_logger/commit/8962096976b0fa9c05b8b5ba5251861d60abf943\"><code>8962096</code></a> Merge pull request <a href=\"https://redirect.github.com/rust-cli/env_logger/issues/314\">#314</a> from rust-cli/renovate/pre-commit-action-3.x</li>\n<li><a href=\"https://github.com/rust-cli/env_logger/commit/41272282713fd4ffa593133204a458fe24e3265d\"><code>4127228</code></a> chore(deps): update pre-commit/action action to v3.0.1</li>\n<li><a href=\"https://github.com/rust-cli/env_logger/commit/b0e3ea938427fa9a4350f816e579a7dab3d75041\"><code>b0e3ea9</code></a> chore: Release</li>\n<li><a href=\"https://github.com/rust-cli/env_logger/commit/522ce17fff0f9b46fb0741bea32aaacb1ff77cff\"><code>522ce17</code></a> Merge pull request <a href=\"https://redirect.github.com/rust-cli/env_logger/issues/310\">#310</a> from epage/docs</li>\n<li>Additional commits viewable in <a href=\"https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.11.3\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", + "comments": [], + "review_comments": [] +} diff --git a/pulls/1.md b/pulls/1.md @@ -0,0 +1,123 @@ +# PR #1 Update env_logger requirement from 0.10 to 0.11 in /make_test_images + +- **Status:** open +- **Author:** @dependabot[bot] +- **Created:** 2024-06-23T13:16:20Z +- **Branch:** dependabot/cargo/make_test_images/env_logger-0.11 → main +- **Labels:** dependencies +- **Diff:** [1.diff](./1.diff) + +--- + +Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. +<details> +<summary>Release notes</summary> +<p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/releases">env_logger's releases</a>.</em></p> +<blockquote> +<h2>v0.11.3</h2> +<h2>[0.11.3] - 2024-03-05</h2> +<h3>Features</h3> +<ul> +<li>Experimental support for key-value logging behind <code>unstable-kv</code></li> +</ul> +</blockquote> +</details> +<details> +<summary>Changelog</summary> +<p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md">env_logger's changelog</a>.</em></p> +<blockquote> +<h2>[0.11.3] - 2024-03-05</h2> +<h3>Features</h3> +<ul> +<li>Experimental support for key-value logging behind <code>unstable-kv</code></li> +</ul> +<h2>[0.11.2] - 2024-02-13</h2> +<h2>[0.11.1] - 2024-01-27</h2> +<h3>Fixes</h3> +<ul> +<li>Allow styling with <code>Target::Pipe</code></li> +</ul> +<h2>[0.11.0] - 2024-01-19</h2> +<h3>Migration Guide</h3> +<p><strong>env_logger::fmt::Style:</strong> +The bespoke styling API, behind <code>color</code>, was removed, in favor of accepting any +ANSI styled string and adapting it to the target stream's capabilities.</p> +<p>Possible styling libraries include:</p> +<ul> +<li><a href="https://docs.rs/anstyle">anstyle</a> is a minimal, runtime string styling API and is re-exported as <code>env_logger::fmt::style</code></li> +<li><a href="https://docs.rs/owo-colors">owo-colors</a> is a feature rich runtime string styling API</li> +<li><a href="https://docs.rs/color-print">color-print</a> for feature-rich compile-time styling API</li> +</ul> +<p><a href="https://docs.rs/env_logger/latest/src/custom_format/custom_format.rs.html">custom_format.rs</a> +uses <code>anstyle</code> via +<a href="https://docs.rs/env_logger/latest/env_logger/fmt/struct.Formatter.html#method.default_level_style"><code>Formatter::default_level_style</code></a></p> +<h3>Breaking Change</h3> +<ul> +<li>Removed bespoke styling API +<ul> +<li><code>env_logger::fmt::Formatter::style</code></li> +<li><code>env_logger::fmt::Formatter::default_styled_level</code></li> +<li><code>env_logger::fmt::Style</code></li> +<li><code>env_logger::fmt::Color</code></li> +<li><code>env_logger::fmt::StyledValue</code></li> +</ul> +</li> +<li>Removed <code>env_logger::filter</code> in favor of <code>env_filter</code></li> +</ul> +<h3>Compatibility</h3> +<p>MSRV changed to 1.71</p> +<h3>Features</h3> +<ul> +<li>Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities</li> +<li>Add support for <code>NO_COLOR</code> and <code>CLICOLOR_FORCE</code>, see <a href="https://bixense.com/clicolors/">https://bixense.com/clicolors/</a></li> +</ul> +<!-- raw HTML omitted --> +</blockquote> +<p>... (truncated)</p> +</details> +<details> +<summary>Commits</summary> +<ul> +<li><a href="https://github.com/rust-cli/env_logger/commit/98ce8038803d048bf415a5ab13f7cc1aa61d242e"><code>98ce803</code></a> chore: Release</li> +<li><a href="https://github.com/rust-cli/env_logger/commit/7a161300c26d1a2b1f71c99e75e36d02ee11d094"><code>7a16130</code></a> docs: Update changelog</li> +<li><a href="https://github.com/rust-cli/env_logger/commit/e55af6f7c3be0731c902025a76b42a97a97ead8e"><code>e55af6f</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/137">#137</a> from tmccombs/structured</li> +<li><a href="https://github.com/rust-cli/env_logger/commit/f6e2d45615057917b11dfc140b0be325b7ffd1b0"><code>f6e2d45</code></a> feat(kv): Use now-stable kv feature of log crate</li> +<li><a href="https://github.com/rust-cli/env_logger/commit/9f4a33aac0745fd4d5ad0256b747ed44652cf6eb"><code>9f4a33a</code></a> feat(kv): Add styling for key in default format</li> +<li><a href="https://github.com/rust-cli/env_logger/commit/9d26ad586ef5d6b4f77b0b3752dc7b624e82d29b"><code>9d26ad5</code></a> feat: Add support for Key-Value data in log records</li> +<li><a href="https://github.com/rust-cli/env_logger/commit/8962096976b0fa9c05b8b5ba5251861d60abf943"><code>8962096</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/314">#314</a> from rust-cli/renovate/pre-commit-action-3.x</li> +<li><a href="https://github.com/rust-cli/env_logger/commit/41272282713fd4ffa593133204a458fe24e3265d"><code>4127228</code></a> chore(deps): update pre-commit/action action to v3.0.1</li> +<li><a href="https://github.com/rust-cli/env_logger/commit/b0e3ea938427fa9a4350f816e579a7dab3d75041"><code>b0e3ea9</code></a> chore: Release</li> +<li><a href="https://github.com/rust-cli/env_logger/commit/522ce17fff0f9b46fb0741bea32aaacb1ff77cff"><code>522ce17</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/310">#310</a> from epage/docs</li> +<li>Additional commits viewable in <a href="https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.11.3">compare view</a></li> +</ul> +</details> +<br /> + + +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) + +--- + +<details> +<summary>Dependabot commands and options</summary> +<br /> + +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 <dependency name> 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) + + +</details> + diff --git a/pulls/10.diff b/pulls/10.diff @@ -0,0 +1,13 @@ +diff --git a/make_test_images/Cargo.toml b/make_test_images/Cargo.toml +index 30dc709..5b16540 100644 +--- a/make_test_images/Cargo.toml ++++ b/make_test_images/Cargo.toml +@@ -14,7 +14,7 @@ c2pa = { path = "../sdk", default-features = false, features = [ + ] } + env_logger = "0.10" + log = "0.4.8" +-image = { version = "0.24.7", default-features = false, features = [ ++image = { version = "0.25.2", default-features = false, features = [ + "jpeg", + "png", + ] } diff --git a/pulls/10.json b/pulls/10.json @@ -0,0 +1,20 @@ +{ + "number": 10, + "title": "Update image requirement from 0.24.7 to 0.25.2 in /make_test_images", + "state": "open", + "diff_file": "10.diff", + "author": "dependabot[bot]", + "created_at": "2024-07-22T14:09:49Z", + "closed_at": null, + "merged_at": null, + "base_ref": "main", + "head_ref": "dependabot/cargo/make_test_images/image-0.25.2", + "labels": [ + "dependencies" + ], + "assignees": [], + "requested_reviewers": [], + "body": "Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/image-rs/image/blob/main/CHANGES.md\">image's changelog</a>.</em></p>\n<blockquote>\n<h3>Version 0.25.2</h3>\n<p>Features:</p>\n<ul>\n<li>Added the HDR encoder to supported formats in generic write methods with the\n<code>hdr</code> feature enabled. Supports 32-bit float RGB color only, for now.</li>\n<li>When cloning <code>ImageBuffer</code>, <code>DynamicImage</code> and <code>Frame</code> the existing buffer\nwill now be reused if possible.</li>\n<li>Added <code>image::ImageReader</code> as an alias.</li>\n<li>Implement <code>ImageEncoder</code> for <code>HdrEncoder</code>.</li>\n</ul>\n<p>Structural changes</p>\n<ul>\n<li>Switch from <code>byteorder</code> to <code>byteorder-lite</code>, consolidating some casting\nunsafety to <code>bytemuck</code>.</li>\n<li>Many methods on <code>DynamicImage</code> and buffers gained <code>#[must_use]</code> indications.</li>\n</ul>\n<p>Bug fixes:</p>\n<ul>\n<li>Removed test data included in the crate archive.</li>\n<li>The WebP animation decoder stops when reaching the indicate frame count.</li>\n<li>Fixed bugs in the <code>bmp</code> decoder.</li>\n<li>Format support gated on the <code>exr</code> feature now compiles in isolation.</li>\n</ul>\n<h3>Version 0.25.1</h3>\n<p>Bug fixes:</p>\n<ul>\n<li>Fixed corrupt JPEG output when attempting to encode images containing an alpha\nchannel.</li>\n<li>Only accept ".ff" file extension for farbfeld images.</li>\n<li>Correct farbfeld feature flag for <code>ImageFormat::{reading_enabled, writing_enabled}</code>.</li>\n<li>Disable strict mode for JPEG decoder.</li>\n<li>Add nasm feature to optionally enable faster AVIF encoding.</li>\n</ul>\n<h3>Version 0.25.0</h3>\n<p>Breaking changes:</p>\n<ul>\n<li>Added <code>BufRead</code> + <code>Seek</code> bound on many decoders.</li>\n<li>Use <code>ExtendedColorType</code> instead of <code>ColorType</code> when encoding.</li>\n<li>Removed <code>ImageOutputFormat</code>, <code>GenericImageView::bounds</code>, and several other\ndeprecated items.</li>\n<li>Removed incremental decoding support and changed <code>ImageDecoder</code> so the trait\nis object safe.</li>\n<li>Pixel types are now <code>repr(transparent)</code> rather than <code>repr(C)</code>.</li>\n<li>Made color_quant dependency optional.</li>\n<li>Renamed some feature flags.</li>\n</ul>\n<p>Structural changes:</p>\n<ul>\n<li>Increased MSRV to 1.67.1</li>\n</ul>\n<p>Codec changes:</p>\n<ul>\n<li>Switched to image-webp for WebP encoding.</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/image-rs/image/commit/c708281fdf13e49710c275fbad2331fe4940ee1d\"><code>c708281</code></a> Release notes and metadata for 0.25.2</li>\n<li><a href=\"https://github.com/image-rs/image/commit/59358a63822993d10c96ff8d9b062378d3e4f94d\"><code>59358a6</code></a> Run cargo-semver-checks with release-type minor (<a href=\"https://redirect.github.com/image-rs/image/issues/2277\">#2277</a>)</li>\n<li><a href=\"https://github.com/image-rs/image/commit/9429cb9cde2386d5fc9d22e0a9fda7eb35760154\"><code>9429cb9</code></a> Merge pull request <a href=\"https://redirect.github.com/image-rs/image/issues/2270\">#2270</a> from image-rs/clippy</li>\n<li><a href=\"https://github.com/image-rs/image/commit/0aa70f99b84feaf10f74c8c733d5ef794035f7ab\"><code>0aa70f9</code></a> Bump for cargo-semver-checks</li>\n<li><a href=\"https://github.com/image-rs/image/commit/79177cd482790a0a77f8dd84263c18c89a8e24da\"><code>79177cd</code></a> Deprecate unusable structs without a public constructor</li>\n<li><a href=\"https://github.com/image-rs/image/commit/924b501f97126e0bf3ab54bfa47faf6db662186d\"><code>924b501</code></a> Fix size_of import</li>\n<li><a href=\"https://github.com/image-rs/image/commit/4ef7e69e908d5d687fb1ca0d940b495ad76db31e\"><code>4ef7e69</code></a> Clippy</li>\n<li><a href=\"https://github.com/image-rs/image/commit/4589a4aa8bf3a44deae2c1cb398b8aefaef4d182\"><code>4589a4a</code></a> Add <code>#[must_use]</code> attribute to some <code>DynamicImage</code> methods</li>\n<li><a href=\"https://github.com/image-rs/image/commit/84fd828d00fd13831dadab566aa252bd1b3a5fc4\"><code>84fd828</code></a> Merge pull request <a href=\"https://redirect.github.com/image-rs/image/issues/2264\">#2264</a> from SludgePhD/patch-1</li>\n<li><a href=\"https://github.com/image-rs/image/commit/db7f9f02b758fb67f3b098b38a39761cad751adc\"><code>db7f9f0</code></a> Map <code>.apng</code> files to <code>ImageFormat::Png</code></li>\n<li>Additional commits viewable in <a href=\"https://github.com/image-rs/image/compare/v0.24.7...v0.25.2\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", + "comments": [], + "review_comments": [] +} diff --git a/pulls/10.md b/pulls/10.md @@ -0,0 +1,120 @@ +# PR #10 Update image requirement from 0.24.7 to 0.25.2 in /make_test_images + +- **Status:** open +- **Author:** @dependabot[bot] +- **Created:** 2024-07-22T14:09:49Z +- **Branch:** dependabot/cargo/make_test_images/image-0.25.2 → main +- **Labels:** dependencies +- **Diff:** [10.diff](./10.diff) + +--- + +Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. +<details> +<summary>Changelog</summary> +<p><em>Sourced from <a href="https://github.com/image-rs/image/blob/main/CHANGES.md">image's changelog</a>.</em></p> +<blockquote> +<h3>Version 0.25.2</h3> +<p>Features:</p> +<ul> +<li>Added the HDR encoder to supported formats in generic write methods with the +<code>hdr</code> feature enabled. Supports 32-bit float RGB color only, for now.</li> +<li>When cloning <code>ImageBuffer</code>, <code>DynamicImage</code> and <code>Frame</code> the existing buffer +will now be reused if possible.</li> +<li>Added <code>image::ImageReader</code> as an alias.</li> +<li>Implement <code>ImageEncoder</code> for <code>HdrEncoder</code>.</li> +</ul> +<p>Structural changes</p> +<ul> +<li>Switch from <code>byteorder</code> to <code>byteorder-lite</code>, consolidating some casting +unsafety to <code>bytemuck</code>.</li> +<li>Many methods on <code>DynamicImage</code> and buffers gained <code>#[must_use]</code> indications.</li> +</ul> +<p>Bug fixes:</p> +<ul> +<li>Removed test data included in the crate archive.</li> +<li>The WebP animation decoder stops when reaching the indicate frame count.</li> +<li>Fixed bugs in the <code>bmp</code> decoder.</li> +<li>Format support gated on the <code>exr</code> feature now compiles in isolation.</li> +</ul> +<h3>Version 0.25.1</h3> +<p>Bug fixes:</p> +<ul> +<li>Fixed corrupt JPEG output when attempting to encode images containing an alpha +channel.</li> +<li>Only accept ".ff" file extension for farbfeld images.</li> +<li>Correct farbfeld feature flag for <code>ImageFormat::{reading_enabled, writing_enabled}</code>.</li> +<li>Disable strict mode for JPEG decoder.</li> +<li>Add nasm feature to optionally enable faster AVIF encoding.</li> +</ul> +<h3>Version 0.25.0</h3> +<p>Breaking changes:</p> +<ul> +<li>Added <code>BufRead</code> + <code>Seek</code> bound on many decoders.</li> +<li>Use <code>ExtendedColorType</code> instead of <code>ColorType</code> when encoding.</li> +<li>Removed <code>ImageOutputFormat</code>, <code>GenericImageView::bounds</code>, and several other +deprecated items.</li> +<li>Removed incremental decoding support and changed <code>ImageDecoder</code> so the trait +is object safe.</li> +<li>Pixel types are now <code>repr(transparent)</code> rather than <code>repr(C)</code>.</li> +<li>Made color_quant dependency optional.</li> +<li>Renamed some feature flags.</li> +</ul> +<p>Structural changes:</p> +<ul> +<li>Increased MSRV to 1.67.1</li> +</ul> +<p>Codec changes:</p> +<ul> +<li>Switched to image-webp for WebP encoding.</li> +</ul> +<!-- raw HTML omitted --> +</blockquote> +<p>... (truncated)</p> +</details> +<details> +<summary>Commits</summary> +<ul> +<li><a href="https://github.com/image-rs/image/commit/c708281fdf13e49710c275fbad2331fe4940ee1d"><code>c708281</code></a> Release notes and metadata for 0.25.2</li> +<li><a href="https://github.com/image-rs/image/commit/59358a63822993d10c96ff8d9b062378d3e4f94d"><code>59358a6</code></a> Run cargo-semver-checks with release-type minor (<a href="https://redirect.github.com/image-rs/image/issues/2277">#2277</a>)</li> +<li><a href="https://github.com/image-rs/image/commit/9429cb9cde2386d5fc9d22e0a9fda7eb35760154"><code>9429cb9</code></a> Merge pull request <a href="https://redirect.github.com/image-rs/image/issues/2270">#2270</a> from image-rs/clippy</li> +<li><a href="https://github.com/image-rs/image/commit/0aa70f99b84feaf10f74c8c733d5ef794035f7ab"><code>0aa70f9</code></a> Bump for cargo-semver-checks</li> +<li><a href="https://github.com/image-rs/image/commit/79177cd482790a0a77f8dd84263c18c89a8e24da"><code>79177cd</code></a> Deprecate unusable structs without a public constructor</li> +<li><a href="https://github.com/image-rs/image/commit/924b501f97126e0bf3ab54bfa47faf6db662186d"><code>924b501</code></a> Fix size_of import</li> +<li><a href="https://github.com/image-rs/image/commit/4ef7e69e908d5d687fb1ca0d940b495ad76db31e"><code>4ef7e69</code></a> Clippy</li> +<li><a href="https://github.com/image-rs/image/commit/4589a4aa8bf3a44deae2c1cb398b8aefaef4d182"><code>4589a4a</code></a> Add <code>#[must_use]</code> attribute to some <code>DynamicImage</code> methods</li> +<li><a href="https://github.com/image-rs/image/commit/84fd828d00fd13831dadab566aa252bd1b3a5fc4"><code>84fd828</code></a> Merge pull request <a href="https://redirect.github.com/image-rs/image/issues/2264">#2264</a> from SludgePhD/patch-1</li> +<li><a href="https://github.com/image-rs/image/commit/db7f9f02b758fb67f3b098b38a39761cad751adc"><code>db7f9f0</code></a> Map <code>.apng</code> files to <code>ImageFormat::Png</code></li> +<li>Additional commits viewable in <a href="https://github.com/image-rs/image/compare/v0.24.7...v0.25.2">compare view</a></li> +</ul> +</details> +<br /> + + +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) + +--- + +<details> +<summary>Dependabot commands and options</summary> +<br /> + +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 <dependency name> 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) + + +</details> + diff --git a/pulls/2.diff b/pulls/2.diff @@ -0,0 +1,13 @@ +diff --git a/make_test_images/Cargo.toml b/make_test_images/Cargo.toml +index 30dc709..15fddd0 100644 +--- a/make_test_images/Cargo.toml ++++ b/make_test_images/Cargo.toml +@@ -14,7 +14,7 @@ c2pa = { path = "../sdk", default-features = false, features = [ + ] } + env_logger = "0.10" + log = "0.4.8" +-image = { version = "0.24.7", default-features = false, features = [ ++image = { version = "0.25.1", default-features = false, features = [ + "jpeg", + "png", + ] } diff --git a/pulls/2.json b/pulls/2.json @@ -0,0 +1,20 @@ +{ + "number": 2, + "title": "Update image requirement from 0.24.7 to 0.25.1 in /make_test_images", + "state": "open", + "diff_file": "2.diff", + "author": "dependabot[bot]", + "created_at": "2024-06-23T13:16:44Z", + "closed_at": null, + "merged_at": null, + "base_ref": "main", + "head_ref": "dependabot/cargo/make_test_images/image-0.25.1", + "labels": [ + "dependencies" + ], + "assignees": [], + "requested_reviewers": [], + "body": "Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/image-rs/image/blob/main/CHANGES.md\">image's changelog</a>.</em></p>\n<blockquote>\n<h3>Version 0.25.1</h3>\n<p>Bug fixes:</p>\n<ul>\n<li>Fixed corrupt JPEG output when attempting to encode images containing an alpha\nchannel.</li>\n<li>Only accept ".ff" file extension for farbfeld images.</li>\n<li>Correct farbfeld feature flag for <code>ImageFormat::{reading_enabled, writing_enabled}</code>.</li>\n<li>Disable strict mode for JPEG decoder.</li>\n<li>Add nasm feature to optionally enable faster AVIF encoding.</li>\n</ul>\n<h3>Version 0.25.0</h3>\n<p>Breaking changes:</p>\n<ul>\n<li>Added <code>BufRead</code> + <code>Seek</code> bound on many decoders.</li>\n<li>Use <code>ExtendedColorType</code> instead of <code>ColorType</code> when encoding.</li>\n<li>Removed <code>ImageOutputFormat</code>, <code>GenericImageView::bounds</code>, and several other\ndeprecated items.</li>\n<li>Removed incremental decoding support and changed <code>ImageDecoder</code> so the trait\nis object safe.</li>\n<li>Pixel types are now <code>repr(transparent)</code> rather than <code>repr(C)</code>.</li>\n<li>Made color_quant dependency optional.</li>\n<li>Renamed some feature flags.</li>\n</ul>\n<p>Structural changes:</p>\n<ul>\n<li>Increased MSRV to 1.67.1</li>\n</ul>\n<p>Codec changes:</p>\n<ul>\n<li>Switched to image-webp for WebP encoding.</li>\n<li>Switched to zune-jpeg for JPEG decoding.</li>\n<li>Made the HDR decoder produce f32 images.</li>\n<li>Removed DXT encoding and decoding support.</li>\n</ul>\n<h3>Version 0.24.9</h3>\n<p>Structural changes:</p>\n<ul>\n<li>Relicense to MIT OR Apache-2.0</li>\n<li>Increase MSRV 1.63.0</li>\n</ul>\n<p>New features:</p>\n<ul>\n<li>Support limits in PNG animation decoding.</li>\n<li>Added offsets to SubImage to compensate for the now-deprecated bounds call\nfrom GenericImageView.</li>\n</ul>\n<p>Bug fixes:</p>\n<ul>\n<li>Correct limit tests for TIFF.</li>\n<li>Avoid overflow in gif::Decoder::buffer_size.</li>\n<li>Return error instead of using asssertion for Avif decoder unsupported or\ninvalid bit depth.</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/image-rs/image/commit/b7617037c8e05eb538c55799622855db37c26d3b\"><code>b761703</code></a> Release 0.25.1 (<a href=\"https://redirect.github.com/image-rs/image/issues/2187\">#2187</a>)</li>\n<li><a href=\"https://github.com/image-rs/image/commit/318ed0ab294d06060f74d3d843ef493bcb044476\"><code>318ed0a</code></a> Fix error string for unsupported color type (<a href=\"https://redirect.github.com/image-rs/image/issues/2191\">#2191</a>)</li>\n<li><a href=\"https://github.com/image-rs/image/commit/4594c80b3626076af128b7a853c8e5c5187f7a64\"><code>4594c80</code></a> Only accept .ff as path extension for Farbfeld (<a href=\"https://redirect.github.com/image-rs/image/issues/2181\">#2181</a>)</li>\n<li><a href=\"https://github.com/image-rs/image/commit/5c3d3db0d71970566ee15200ffb7141d1e729ea4\"><code>5c3d3db</code></a> Disable strict mode for JPEG decoder (<a href=\"https://redirect.github.com/image-rs/image/issues/2183\">#2183</a>)</li>\n<li><a href=\"https://github.com/image-rs/image/commit/73c7bfe8e26cef3df929fad76297f653d1c8decf\"><code>73c7bfe</code></a> fix: Correct the Farbfeld feature flag for ImageFormat::{reading_enabled, wri...</li>\n<li><a href=\"https://github.com/image-rs/image/commit/d407e366e7c080d3757f83c4e120be7f9444b8e1\"><code>d407e36</code></a> Add nasm to optionally enable faster AVIF encoding</li>\n<li><a href=\"https://github.com/image-rs/image/commit/87cbef72bc2b07c67540baa6166ddab05bee2a45\"><code>87cbef7</code></a> Remove lingering references to ImageOutputFormat (<a href=\"https://redirect.github.com/image-rs/image/issues/2176\">#2176</a>)</li>\n<li><a href=\"https://github.com/image-rs/image/commit/c193acbf7b745b071f5617e269f0955ee97c25d3\"><code>c193acb</code></a> fix rgba8 image jpeg encode bug (<a href=\"https://redirect.github.com/image-rs/image/issues/2169\">#2169</a>)</li>\n<li><a href=\"https://github.com/image-rs/image/commit/fbd3f3e7cd0b327f71875cafc4f7012e929067aa\"><code>fbd3f3e</code></a> Remove JPEG size limits while parsing header (<a href=\"https://redirect.github.com/image-rs/image/issues/2175\">#2175</a>)</li>\n<li><a href=\"https://github.com/image-rs/image/commit/e8b7acb970857a7b397dddd4d62f31515ceaa4fc\"><code>e8b7acb</code></a> Mention DXT removal in changelog (<a href=\"https://redirect.github.com/image-rs/image/issues/2166\">#2166</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/image-rs/image/compare/v0.24.7...v0.25.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", + "comments": [], + "review_comments": [] +} diff --git a/pulls/2.md b/pulls/2.md @@ -0,0 +1,119 @@ +# PR #2 Update image requirement from 0.24.7 to 0.25.1 in /make_test_images + +- **Status:** open +- **Author:** @dependabot[bot] +- **Created:** 2024-06-23T13:16:44Z +- **Branch:** dependabot/cargo/make_test_images/image-0.25.1 → main +- **Labels:** dependencies +- **Diff:** [2.diff](./2.diff) + +--- + +Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. +<details> +<summary>Changelog</summary> +<p><em>Sourced from <a href="https://github.com/image-rs/image/blob/main/CHANGES.md">image's changelog</a>.</em></p> +<blockquote> +<h3>Version 0.25.1</h3> +<p>Bug fixes:</p> +<ul> +<li>Fixed corrupt JPEG output when attempting to encode images containing an alpha +channel.</li> +<li>Only accept ".ff" file extension for farbfeld images.</li> +<li>Correct farbfeld feature flag for <code>ImageFormat::{reading_enabled, writing_enabled}</code>.</li> +<li>Disable strict mode for JPEG decoder.</li> +<li>Add nasm feature to optionally enable faster AVIF encoding.</li> +</ul> +<h3>Version 0.25.0</h3> +<p>Breaking changes:</p> +<ul> +<li>Added <code>BufRead</code> + <code>Seek</code> bound on many decoders.</li> +<li>Use <code>ExtendedColorType</code> instead of <code>ColorType</code> when encoding.</li> +<li>Removed <code>ImageOutputFormat</code>, <code>GenericImageView::bounds</code>, and several other +deprecated items.</li> +<li>Removed incremental decoding support and changed <code>ImageDecoder</code> so the trait +is object safe.</li> +<li>Pixel types are now <code>repr(transparent)</code> rather than <code>repr(C)</code>.</li> +<li>Made color_quant dependency optional.</li> +<li>Renamed some feature flags.</li> +</ul> +<p>Structural changes:</p> +<ul> +<li>Increased MSRV to 1.67.1</li> +</ul> +<p>Codec changes:</p> +<ul> +<li>Switched to image-webp for WebP encoding.</li> +<li>Switched to zune-jpeg for JPEG decoding.</li> +<li>Made the HDR decoder produce f32 images.</li> +<li>Removed DXT encoding and decoding support.</li> +</ul> +<h3>Version 0.24.9</h3> +<p>Structural changes:</p> +<ul> +<li>Relicense to MIT OR Apache-2.0</li> +<li>Increase MSRV 1.63.0</li> +</ul> +<p>New features:</p> +<ul> +<li>Support limits in PNG animation decoding.</li> +<li>Added offsets to SubImage to compensate for the now-deprecated bounds call +from GenericImageView.</li> +</ul> +<p>Bug fixes:</p> +<ul> +<li>Correct limit tests for TIFF.</li> +<li>Avoid overflow in gif::Decoder::buffer_size.</li> +<li>Return error instead of using asssertion for Avif decoder unsupported or +invalid bit depth.</li> +</ul> +<!-- raw HTML omitted --> +</blockquote> +<p>... (truncated)</p> +</details> +<details> +<summary>Commits</summary> +<ul> +<li><a href="https://github.com/image-rs/image/commit/b7617037c8e05eb538c55799622855db37c26d3b"><code>b761703</code></a> Release 0.25.1 (<a href="https://redirect.github.com/image-rs/image/issues/2187">#2187</a>)</li> +<li><a href="https://github.com/image-rs/image/commit/318ed0ab294d06060f74d3d843ef493bcb044476"><code>318ed0a</code></a> Fix error string for unsupported color type (<a href="https://redirect.github.com/image-rs/image/issues/2191">#2191</a>)</li> +<li><a href="https://github.com/image-rs/image/commit/4594c80b3626076af128b7a853c8e5c5187f7a64"><code>4594c80</code></a> Only accept .ff as path extension for Farbfeld (<a href="https://redirect.github.com/image-rs/image/issues/2181">#2181</a>)</li> +<li><a href="https://github.com/image-rs/image/commit/5c3d3db0d71970566ee15200ffb7141d1e729ea4"><code>5c3d3db</code></a> Disable strict mode for JPEG decoder (<a href="https://redirect.github.com/image-rs/image/issues/2183">#2183</a>)</li> +<li><a href="https://github.com/image-rs/image/commit/73c7bfe8e26cef3df929fad76297f653d1c8decf"><code>73c7bfe</code></a> fix: Correct the Farbfeld feature flag for ImageFormat::{reading_enabled, wri...</li> +<li><a href="https://github.com/image-rs/image/commit/d407e366e7c080d3757f83c4e120be7f9444b8e1"><code>d407e36</code></a> Add nasm to optionally enable faster AVIF encoding</li> +<li><a href="https://github.com/image-rs/image/commit/87cbef72bc2b07c67540baa6166ddab05bee2a45"><code>87cbef7</code></a> Remove lingering references to ImageOutputFormat (<a href="https://redirect.github.com/image-rs/image/issues/2176">#2176</a>)</li> +<li><a href="https://github.com/image-rs/image/commit/c193acbf7b745b071f5617e269f0955ee97c25d3"><code>c193acb</code></a> fix rgba8 image jpeg encode bug (<a href="https://redirect.github.com/image-rs/image/issues/2169">#2169</a>)</li> +<li><a href="https://github.com/image-rs/image/commit/fbd3f3e7cd0b327f71875cafc4f7012e929067aa"><code>fbd3f3e</code></a> Remove JPEG size limits while parsing header (<a href="https://redirect.github.com/image-rs/image/issues/2175">#2175</a>)</li> +<li><a href="https://github.com/image-rs/image/commit/e8b7acb970857a7b397dddd4d62f31515ceaa4fc"><code>e8b7acb</code></a> Mention DXT removal in changelog (<a href="https://redirect.github.com/image-rs/image/issues/2166">#2166</a>)</li> +<li>Additional commits viewable in <a href="https://github.com/image-rs/image/compare/v0.24.7...v0.25.1">compare view</a></li> +</ul> +</details> +<br /> + + +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) + +--- + +<details> +<summary>Dependabot commands and options</summary> +<br /> + +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 <dependency name> 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) + + +</details> + diff --git a/pulls/3.diff b/pulls/3.diff @@ -0,0 +1,13 @@ +diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml +index 43810b1..cd30191 100644 +--- a/sdk/Cargo.toml ++++ b/sdk/Cargo.toml +@@ -144,7 +144,7 @@ getrandom = { version = "0.2.7", features = ["js"] } + # to handle certificate timestamp checking correctly. + instant = { version = "0.1.12", features = ["wasm-bindgen", "inaccurate"] } + js-sys = "0.3.58" +-rsa = "0.6.1" ++rsa = "0.9.6" + serde-wasm-bindgen = "0.5.0" + spki = "0.6.0" + wasm-bindgen = "0.2.83" diff --git a/pulls/3.json b/pulls/3.json @@ -0,0 +1,26 @@ +{ + "number": 3, + "title": "Update rsa requirement from 0.6.1 to 0.9.6 in /sdk", + "state": "closed", + "diff_file": "3.diff", + "author": "dependabot[bot]", + "created_at": "2024-06-23T13:30:57Z", + "closed_at": "2024-06-23T14:13:48Z", + "merged_at": null, + "base_ref": "main", + "head_ref": "dependabot/cargo/sdk/rsa-0.9.6", + "labels": [ + "dependencies" + ], + "assignees": [], + "requested_reviewers": [], + "body": "Updates the requirements on [rsa](https://github.com/RustCrypto/RSA) to permit the latest version.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md\">rsa's changelog</a>.</em></p>\n<blockquote>\n<h2>0.9.6 (2023-12-01)</h2>\n<h3>Added</h3>\n<ul>\n<li>expose a <code>pss::get_default_pss_signature_algo_id</code> helper (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/393\">#393</a>)</li>\n<li>expose <code>pkcs1v15::RsaSignatureAssociatedOid</code> (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/392\">#392</a>)</li>\n</ul>\n<p><a href=\"https://redirect.github.com/RustCrypto/RSA/issues/392\">#392</a>: <a href=\"https://redirect.github.com/RustCrypto/RSA/pull/392\">RustCrypto/RSA#392</a>\n<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/393\">#393</a>: <a href=\"https://redirect.github.com/RustCrypto/RSA/pull/393\">RustCrypto/RSA#393</a></p>\n<h2>0.9.5 (2023-11-27)</h2>\n<h3>Added</h3>\n<ul>\n<li>Adds <code>RsaPrivateKey::from_primes</code> and <code>RsaPrivateKey::from_p_q</code> methods (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/386\">#386</a>)</li>\n</ul>\n<p><a href=\"https://redirect.github.com/RustCrypto/RSA/issues/386\">#386</a>: <a href=\"https://redirect.github.com/RustCrypto/RSA/pull/386\">RustCrypto/RSA#386</a></p>\n<h2>0.9.4 (2023-11-20)</h2>\n<h3>Added</h3>\n<ul>\n<li>Deterministic implementation of prime factors recovery (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/380\">#380</a>)</li>\n</ul>\n<p><a href=\"https://redirect.github.com/RustCrypto/RSA/issues/380\">#380</a>: <a href=\"https://redirect.github.com/RustCrypto/RSA/pull/380\">RustCrypto/RSA#380</a></p>\n<h2>0.9.3 (2023-10-26)</h2>\n<h3>Added</h3>\n<ul>\n<li>PKCS#8/SPKI decoding trait impls for <code>pkcs1v15</code> keys (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/346\">#346</a>)</li>\n<li><code>hazmat</code> feature as a replacement for <code>expose-internals</code> (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/352\">#352</a>)</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Bump <code>serde</code> dependency to 1.0.184 (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/360\">#360</a>)</li>\n</ul>\n<h3>Removed</h3>\n<ul>\n<li>Unused dependencies (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/357\">#357</a>)</li>\n</ul>\n<p><a href=\"https://redirect.github.com/RustCrypto/RSA/issues/346\">#346</a>: <a href=\"https://redirect.github.com/RustCrypto/RSA/pull/346\">RustCrypto/RSA#346</a>\n<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/352\">#352</a>: <a href=\"https://redirect.github.com/RustCrypto/RSA/pull/352\">RustCrypto/RSA#352</a>\n<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/357\">#357</a>: <a href=\"https://redirect.github.com/RustCrypto/RSA/pull/357\">RustCrypto/RSA#357</a>\n<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/360\">#360</a>: <a href=\"https://redirect.github.com/RustCrypto/RSA/pull/360\">RustCrypto/RSA#360</a></p>\n<h2>0.9.2 (2023-05-08)</h2>\n<h3>Fixed</h3>\n<ul>\n<li>pkcs1v15: have <code>fmt</code> impls call <code>SignatureEncoding::to_bytes</code> (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/330\">#330</a>)</li>\n</ul>\n<p><a href=\"https://redirect.github.com/RustCrypto/RSA/issues/330\">#330</a>: <a href=\"https://redirect.github.com/RustCrypto/RSA/pull/330\">RustCrypto/RSA#330</a></p>\n<h2>0.9.1 (2023-05-03)</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Left pad signatures when encoding (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/325\">#325</a>)</li>\n</ul>\n<p><a href=\"https://redirect.github.com/RustCrypto/RSA/issues/325\">#325</a>: <a href=\"https://redirect.github.com/RustCrypto/RSA/pull/325\">RustCrypto/RSA#325</a></p>\n<h2>0.9.0 (2023-04-27)</h2>\n<h3>Added</h3>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/RustCrypto/RSA/commit/a801f53a770456e71d2e7964c39ea4ddaf779765\"><code>a801f53</code></a> v0.9.6 (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/397\">#397</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/RSA/commit/a2ed9dd3c0e7c01c1135c3e143b9d4f4ed1383f8\"><code>a2ed9dd</code></a> build(deps): bump spki from 0.7.2 to 0.7.3 (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/396\">#396</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/RSA/commit/7803ce534ec94dc08b591c8c3bb434f8207a9dde\"><code>7803ce5</code></a> pkcs1v15: expose <code>RsaSignatureAssociatedOid</code> (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/392\">#392</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/RSA/commit/7341cd0159d49464f7f3639c998c4b66d6bf9e49\"><code>7341cd0</code></a> pss: expose a <code>get_default_pss_signature_algo_id</code> helper (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/393\">#393</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/RSA/commit/5d45065bd8b3474399e5575abde74bfd246d568b\"><code>5d45065</code></a> README.md: add info about Marvin Attack (RUSTSEC-2023-0071) (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/391\">#391</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/RSA/commit/ac108c9e9d500f78c3c0238bc8f2dd140f2241ca\"><code>ac108c9</code></a> Revert "README.md: use <code>? instead of </code>expect` in example (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/385\">#385</a>)" (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/389\">#389</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/RSA/commit/6df6d087292768960f39ff8e78f234a7480d688b\"><code>6df6d08</code></a> v0.9.5 (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/388\">#388</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/RSA/commit/63409e526cbdb6ee415c235076108925b2decc4e\"><code>63409e5</code></a> Adds <code>RsaPrivateKey::from_primes</code> and <code>RsaPrivateKey::from_p_q</code> methods (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/386\">#386</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/RSA/commit/00eaa91db598ad6ebe57024182e93bb82c3d75a3\"><code>00eaa91</code></a> README.md: use <code>? instead of </code>expect` in example (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/385\">#385</a>)</li>\n<li><a href=\"https://github.com/RustCrypto/RSA/commit/3eb4e38e3789570dede566bc37a2b320a541bc6d\"><code>3eb4e38</code></a> v0.9.4 (<a href=\"https://redirect.github.com/RustCrypto/RSA/issues/384\">#384</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/RustCrypto/RSA/compare/v0.7.0-pre...v0.9.6\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", + "comments": [ + { + "author": "dependabot[bot]", + "created_at": "2024-06-23T14:13:47Z", + "body": "Looks like rsa is up-to-date now, so this is no longer needed." + } + ], + "review_comments": [] +} diff --git a/pulls/3.md b/pulls/3.md @@ -0,0 +1,126 @@ +# PR #3 Update rsa requirement from 0.6.1 to 0.9.6 in /sdk + +- **Status:** closed +- **Author:** @dependabot[bot] +- **Created:** 2024-06-23T13:30:57Z +- **Branch:** dependabot/cargo/sdk/rsa-0.9.6 → main +- **Closed:** 2024-06-23T14:13:48Z +- **Labels:** dependencies +- **Diff:** [3.diff](./3.diff) + +--- + +Updates the requirements on [rsa](https://github.com/RustCrypto/RSA) to permit the latest version. +<details> +<summary>Changelog</summary> +<p><em>Sourced from <a href="https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md">rsa's changelog</a>.</em></p> +<blockquote> +<h2>0.9.6 (2023-12-01)</h2> +<h3>Added</h3> +<ul> +<li>expose a <code>pss::get_default_pss_signature_algo_id</code> helper (<a href="https://redirect.github.com/RustCrypto/RSA/issues/393">#393</a>)</li> +<li>expose <code>pkcs1v15::RsaSignatureAssociatedOid</code> (<a href="https://redirect.github.com/RustCrypto/RSA/issues/392">#392</a>)</li> +</ul> +<p><a href="https://redirect.github.com/RustCrypto/RSA/issues/392">#392</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/392">RustCrypto/RSA#392</a> +<a href="https://redirect.github.com/RustCrypto/RSA/issues/393">#393</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/393">RustCrypto/RSA#393</a></p> +<h2>0.9.5 (2023-11-27)</h2> +<h3>Added</h3> +<ul> +<li>Adds <code>RsaPrivateKey::from_primes</code> and <code>RsaPrivateKey::from_p_q</code> methods (<a href="https://redirect.github.com/RustCrypto/RSA/issues/386">#386</a>)</li> +</ul> +<p><a href="https://redirect.github.com/RustCrypto/RSA/issues/386">#386</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/386">RustCrypto/RSA#386</a></p> +<h2>0.9.4 (2023-11-20)</h2> +<h3>Added</h3> +<ul> +<li>Deterministic implementation of prime factors recovery (<a href="https://redirect.github.com/RustCrypto/RSA/issues/380">#380</a>)</li> +</ul> +<p><a href="https://redirect.github.com/RustCrypto/RSA/issues/380">#380</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/380">RustCrypto/RSA#380</a></p> +<h2>0.9.3 (2023-10-26)</h2> +<h3>Added</h3> +<ul> +<li>PKCS#8/SPKI decoding trait impls for <code>pkcs1v15</code> keys (<a href="https://redirect.github.com/RustCrypto/RSA/issues/346">#346</a>)</li> +<li><code>hazmat</code> feature as a replacement for <code>expose-internals</code> (<a href="https://redirect.github.com/RustCrypto/RSA/issues/352">#352</a>)</li> +</ul> +<h3>Changed</h3> +<ul> +<li>Bump <code>serde</code> dependency to 1.0.184 (<a href="https://redirect.github.com/RustCrypto/RSA/issues/360">#360</a>)</li> +</ul> +<h3>Removed</h3> +<ul> +<li>Unused dependencies (<a href="https://redirect.github.com/RustCrypto/RSA/issues/357">#357</a>)</li> +</ul> +<p><a href="https://redirect.github.com/RustCrypto/RSA/issues/346">#346</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/346">RustCrypto/RSA#346</a> +<a href="https://redirect.github.com/RustCrypto/RSA/issues/352">#352</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/352">RustCrypto/RSA#352</a> +<a href="https://redirect.github.com/RustCrypto/RSA/issues/357">#357</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/357">RustCrypto/RSA#357</a> +<a href="https://redirect.github.com/RustCrypto/RSA/issues/360">#360</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/360">RustCrypto/RSA#360</a></p> +<h2>0.9.2 (2023-05-08)</h2> +<h3>Fixed</h3> +<ul> +<li>pkcs1v15: have <code>fmt</code> impls call <code>SignatureEncoding::to_bytes</code> (<a href="https://redirect.github.com/RustCrypto/RSA/issues/330">#330</a>)</li> +</ul> +<p><a href="https://redirect.github.com/RustCrypto/RSA/issues/330">#330</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/330">RustCrypto/RSA#330</a></p> +<h2>0.9.1 (2023-05-03)</h2> +<h3>Fixed</h3> +<ul> +<li>Left pad signatures when encoding (<a href="https://redirect.github.com/RustCrypto/RSA/issues/325">#325</a>)</li> +</ul> +<p><a href="https://redirect.github.com/RustCrypto/RSA/issues/325">#325</a>: <a href="https://redirect.github.com/RustCrypto/RSA/pull/325">RustCrypto/RSA#325</a></p> +<h2>0.9.0 (2023-04-27)</h2> +<h3>Added</h3> +<!-- raw HTML omitted --> +</blockquote> +<p>... (truncated)</p> +</details> +<details> +<summary>Commits</summary> +<ul> +<li><a href="https://github.com/RustCrypto/RSA/commit/a801f53a770456e71d2e7964c39ea4ddaf779765"><code>a801f53</code></a> v0.9.6 (<a href="https://redirect.github.com/RustCrypto/RSA/issues/397">#397</a>)</li> +<li><a href="https://github.com/RustCrypto/RSA/commit/a2ed9dd3c0e7c01c1135c3e143b9d4f4ed1383f8"><code>a2ed9dd</code></a> build(deps): bump spki from 0.7.2 to 0.7.3 (<a href="https://redirect.github.com/RustCrypto/RSA/issues/396">#396</a>)</li> +<li><a href="https://github.com/RustCrypto/RSA/commit/7803ce534ec94dc08b591c8c3bb434f8207a9dde"><code>7803ce5</code></a> pkcs1v15: expose <code>RsaSignatureAssociatedOid</code> (<a href="https://redirect.github.com/RustCrypto/RSA/issues/392">#392</a>)</li> +<li><a href="https://github.com/RustCrypto/RSA/commit/7341cd0159d49464f7f3639c998c4b66d6bf9e49"><code>7341cd0</code></a> pss: expose a <code>get_default_pss_signature_algo_id</code> helper (<a href="https://redirect.github.com/RustCrypto/RSA/issues/393">#393</a>)</li> +<li><a href="https://github.com/RustCrypto/RSA/commit/5d45065bd8b3474399e5575abde74bfd246d568b"><code>5d45065</code></a> README.md: add info about Marvin Attack (RUSTSEC-2023-0071) (<a href="https://redirect.github.com/RustCrypto/RSA/issues/391">#391</a>)</li> +<li><a href="https://github.com/RustCrypto/RSA/commit/ac108c9e9d500f78c3c0238bc8f2dd140f2241ca"><code>ac108c9</code></a> Revert "README.md: use <code>? instead of </code>expect` in example (<a href="https://redirect.github.com/RustCrypto/RSA/issues/385">#385</a>)" (<a href="https://redirect.github.com/RustCrypto/RSA/issues/389">#389</a>)</li> +<li><a href="https://github.com/RustCrypto/RSA/commit/6df6d087292768960f39ff8e78f234a7480d688b"><code>6df6d08</code></a> v0.9.5 (<a href="https://redirect.github.com/RustCrypto/RSA/issues/388">#388</a>)</li> +<li><a href="https://github.com/RustCrypto/RSA/commit/63409e526cbdb6ee415c235076108925b2decc4e"><code>63409e5</code></a> Adds <code>RsaPrivateKey::from_primes</code> and <code>RsaPrivateKey::from_p_q</code> methods (<a href="https://redirect.github.com/RustCrypto/RSA/issues/386">#386</a>)</li> +<li><a href="https://github.com/RustCrypto/RSA/commit/00eaa91db598ad6ebe57024182e93bb82c3d75a3"><code>00eaa91</code></a> README.md: use <code>? instead of </code>expect` in example (<a href="https://redirect.github.com/RustCrypto/RSA/issues/385">#385</a>)</li> +<li><a href="https://github.com/RustCrypto/RSA/commit/3eb4e38e3789570dede566bc37a2b320a541bc6d"><code>3eb4e38</code></a> v0.9.4 (<a href="https://redirect.github.com/RustCrypto/RSA/issues/384">#384</a>)</li> +<li>Additional commits viewable in <a href="https://github.com/RustCrypto/RSA/compare/v0.7.0-pre...v0.9.6">compare view</a></li> +</ul> +</details> +<br /> + + +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) + +--- + +<details> +<summary>Dependabot commands and options</summary> +<br /> + +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 <dependency name> 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) + + +</details> + + +## Comments + +### @dependabot[bot] — 2024-06-23T14:13:47Z + +Looks like rsa is up-to-date now, so this is no longer needed. + diff --git a/pulls/4.diff b/pulls/4.diff @@ -0,0 +1,13 @@ +diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml +index 43810b1..05dbf76 100644 +--- a/sdk/Cargo.toml ++++ b/sdk/Cargo.toml +@@ -103,7 +103,7 @@ pem = "3.0.2" + png_pong = "0.9.1" + rand = "0.8.5" + rand_chacha = "0.3.1" +-range-set = "0.0.9" ++range-set = "0.0.11" + rasn-ocsp = "0.12.5" + rasn-pkix = "0.12.5" + rasn = "0.12.5" diff --git a/pulls/4.json b/pulls/4.json @@ -0,0 +1,26 @@ +{ + "number": 4, + "title": "Update range-set requirement from 0.0.9 to 0.0.11 in /sdk", + "state": "closed", + "diff_file": "4.diff", + "author": "dependabot[bot]", + "created_at": "2024-06-23T13:31:17Z", + "closed_at": "2024-06-23T14:13:51Z", + "merged_at": null, + "base_ref": "main", + "head_ref": "dependabot/cargo/sdk/range-set-0.0.11", + "labels": [ + "dependencies" + ], + "assignees": [], + "requested_reviewers": [], + "body": "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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", + "comments": [ + { + "author": "dependabot[bot]", + "created_at": "2024-06-23T14:13:50Z", + "body": "Looks like range-set is up-to-date now, so this is no longer needed." + } + ], + "review_comments": [] +} diff --git a/pulls/4.md b/pulls/4.md @@ -0,0 +1,46 @@ +# PR #4 Update range-set requirement from 0.0.9 to 0.0.11 in /sdk + +- **Status:** closed +- **Author:** @dependabot[bot] +- **Created:** 2024-06-23T13:31:17Z +- **Branch:** dependabot/cargo/sdk/range-set-0.0.11 → main +- **Closed:** 2024-06-23T14:13:51Z +- **Labels:** dependencies +- **Diff:** [4.diff](./4.diff) + +--- + +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) + +--- + +<details> +<summary>Dependabot commands and options</summary> +<br /> + +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 <dependency name> 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) + + +</details> + + +## Comments + +### @dependabot[bot] — 2024-06-23T14:13:50Z + +Looks like range-set is up-to-date now, so this is no longer needed. + diff --git a/pulls/5.diff b/pulls/5.diff @@ -0,0 +1,13 @@ +diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml +index 9fc7c93..7bb6f7d 100644 +--- a/sdk/Cargo.toml ++++ b/sdk/Cargo.toml +@@ -107,7 +107,7 @@ range-set = "0.0.11" + rasn-ocsp = "0.15.3" + rasn-pkix = "0.15.3" + rasn = "0.15.3" +-riff = "1.0.1" ++riff = "2.0.0" + schemars = { version = "0.8.13", optional = true } + serde = { version = "1.0.197", features = ["derive"] } + serde_bytes = "0.11.5" diff --git a/pulls/5.json b/pulls/5.json @@ -0,0 +1,20 @@ +{ + "number": 5, + "title": "Update riff requirement from 1.0.1 to 2.0.0 in /sdk", + "state": "open", + "diff_file": "5.diff", + "author": "dependabot[bot]", + "created_at": "2024-06-23T13:31:26Z", + "closed_at": null, + "merged_at": null, + "base_ref": "main", + "head_ref": "dependabot/cargo/sdk/riff-2.0.0", + "labels": [ + "dependencies" + ], + "assignees": [], + "requested_reviewers": [], + "body": "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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", + "comments": [], + "review_comments": [] +} diff --git a/pulls/5.md b/pulls/5.md @@ -0,0 +1,38 @@ +# PR #5 Update riff requirement from 1.0.1 to 2.0.0 in /sdk + +- **Status:** open +- **Author:** @dependabot[bot] +- **Created:** 2024-06-23T13:31:26Z +- **Branch:** dependabot/cargo/sdk/riff-2.0.0 → main +- **Labels:** dependencies +- **Diff:** [5.diff](./5.diff) + +--- + +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) + +--- + +<details> +<summary>Dependabot commands and options</summary> +<br /> + +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 <dependency name> 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) + + +</details> + diff --git a/pulls/6.diff b/pulls/6.diff @@ -0,0 +1,13 @@ +diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml +index 9fc7c93..701740e 100644 +--- a/sdk/Cargo.toml ++++ b/sdk/Cargo.toml +@@ -97,7 +97,7 @@ lopdf = { version = "0.32.0", optional = true } + lazy_static = "1.4.0" + memchr = "2.7.1" + multibase = "0.9.0" +-multihash = "0.11.4" ++multihash = "0.19.1" + mp4 = "0.14.0" + pem = "3.0.2" + png_pong = "0.9.1" diff --git a/pulls/6.json b/pulls/6.json @@ -0,0 +1,20 @@ +{ + "number": 6, + "title": "Update multihash requirement from 0.11.4 to 0.19.1 in /sdk", + "state": "open", + "diff_file": "6.diff", + "author": "dependabot[bot]", + "created_at": "2024-06-23T13:31:45Z", + "closed_at": null, + "merged_at": null, + "base_ref": "main", + "head_ref": "dependabot/cargo/sdk/multihash-0.19.1", + "labels": [ + "dependencies" + ], + "assignees": [], + "requested_reviewers": [], + "body": "Updates the requirements on [multihash](https://github.com/multiformats/rust-multihash) to permit the latest version.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md\">multihash's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/multiformats/rust-multihash/compare/v0.19.0...v0.19.1\"></a> (2023-09-06)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li>make Serde (de)serialization no_std compatible (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/337\">#337</a>) (<a href=\"https://github.com/multiformats/rust-multihash/commit/7ad51614ad347bfa8c6f421986abc517e04091f6\">7ad5161</a>), closes 336<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/336\">#</a>. This was a regression introduced in v0.19.0.</li>\n</ul>\n<h2><a href=\"https://github.com/multiformats/rust-multihash/compare/v0.18.0...v0.19.0\"></a> (2023-06-06)</h2>\n<h3>\u26a0 BREAKING CHANGES</h3>\n<ul>\n<li>the Serde serialization format changed</li>\n<li>split crates into multiple to isolate breaking changes</li>\n<li><code>identity</code> hasher was removed</li>\n</ul>\n<p>See the migration section below for help on upgrading.</p>\n<h3>Features</h3>\n<ul>\n<li><strong>codetable:</strong> remove <code>identity</code> hasher (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/289\">#289</a>) (<a href=\"https://github.com/multiformats/rust-multihash/commit/8473e2f7ecdc0838a3f35d0ecb1935b4c70797c2\">8473e2f</a>)</li>\n<li>Serde serialize Multihash in bytes representation (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/302\">#302</a>) (<a href=\"https://github.com/multiformats/rust-multihash/commit/10232266c01aa83190af62ad6aeebf63bb7a16c7\">1023226</a>)</li>\n</ul>\n<h3>Bug Fixes</h3>\n<ul>\n<li>avoid possible panic in error handling code (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/277\">#277</a>) (<a href=\"https://github.com/multiformats/rust-multihash/commit/5dc1dfac0235e63e9ad80572e6b73f8fcd301ec3\">5dc1dfa</a>)</li>\n<li>don't panic on non minimal varints (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/291\">#291</a>) (<a href=\"https://github.com/multiformats/rust-multihash/commit/6ef604012b84d5c15d4f3c66a28ead96afedf158\">6ef6040</a>), closes <a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/282\">#282</a></li>\n<li>expose <code>MultihashDigest</code> trait in codetable (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/304\">#304</a>) (<a href=\"https://github.com/multiformats/rust-multihash/commit/50b43cdbba5492923ffb31bb197930d2f3e2cf14\">50b43cd</a>)</li>\n</ul>\n<h3>Code Refactoring</h3>\n<ul>\n<li>split crates into multiple to isolate breaking changes (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/272\">#272</a>) (<a href=\"https://github.com/multiformats/rust-multihash/commit/954e5233d273a2b7d682fd087178203628d131a4\">954e523</a>)</li>\n</ul>\n<h3>Migrating</h3>\n<p>When upgrading to <code>v0.19</code>, consider the following:</p>\n<ul>\n<li>\n<p><code>Code</code> has moved from <code>multihash::Code</code> to <code>multihash_codetable::Code</code>. It's strongly recommended to define your own code table using <code>multihash_derive</code>. Check the <a href=\"https://github.com/multiformats/rust-multihash/blob/master/codetable/examples/custom_table.rs\">custom codetable example</a> on how to use it. For the simplest migration, use the <code>multihash_codetable::Code</code>.</p>\n<p><strong>Before</strong></p>\n<pre lang=\"rust\"><code>use multihash::{Code, MultihashDigest};\n<p>fn main() {\nlet hash = Code::Sha2_256.digest(b"hello, world!");\nprintln!("{:?}", hash);\n}\n</code></pre></p>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/multiformats/rust-multihash/commit/8adf8c0c602d98082d951f5625c29cd24c972b2c\"><code>8adf8c0</code></a> chore: prepare 0.19.1 release (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/341\">#341</a>)</li>\n<li><a href=\"https://github.com/multiformats/rust-multihash/commit/1a33810fd7cb207abe512dcabbca63ba48fb35be\"><code>1a33810</code></a> chore(deps): bump actions/checkout from 3 to 4 (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/340\">#340</a>)</li>\n<li><a href=\"https://github.com/multiformats/rust-multihash/commit/7ad51614ad347bfa8c6f421986abc517e04091f6\"><code>7ad5161</code></a> fix: make Serde (de)serialization no_std compatible (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/337\">#337</a>)</li>\n<li><a href=\"https://github.com/multiformats/rust-multihash/commit/93ffba32804bba922ba7a3b3b85e4b6d5bdb2005\"><code>93ffba3</code></a> chore(deps): bump actions/checkout from 3 to 4 (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/339\">#339</a>)</li>\n<li><a href=\"https://github.com/multiformats/rust-multihash/commit/452a933396adcd5915c53563d5017df76ae3ec26\"><code>452a933</code></a> chore: Update .github/dependabot.yml [skip ci]</li>\n<li><a href=\"https://github.com/multiformats/rust-multihash/commit/9b8d6237c58824e713218cace3770f56222cc460\"><code>9b8d623</code></a> chore: switch sha-1 package name to sha1 (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/328\">#328</a>)</li>\n<li><a href=\"https://github.com/multiformats/rust-multihash/commit/f78d455bb1b30f43f524dc830b1fff2b29666892\"><code>f78d455</code></a> chore: update github actions</li>\n<li><a href=\"https://github.com/multiformats/rust-multihash/commit/16e68d8203c787768688dab8aed4295a32f33bf0\"><code>16e68d8</code></a> chore: prepare 0.19 release (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/324\">#324</a>)</li>\n<li><a href=\"https://github.com/multiformats/rust-multihash/commit/abfcd948586e5f5bf75637ad9e5e4d8a1c08705d\"><code>abfcd94</code></a> docs: mention identity example in migration guide (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/323\">#323</a>)</li>\n<li><a href=\"https://github.com/multiformats/rust-multihash/commit/4386c977bbeadd2970f931a3d53903043ecfae8a\"><code>4386c97</code></a> chore(deps): update criterion requirement from 0.4.0 to 0.5.1 (<a href=\"https://redirect.github.com/multiformats/rust-multihash/issues/313\">#313</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/multiformats/rust-multihash/compare/v0.11.4...v0.19.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", + "comments": [], + "review_comments": [] +} diff --git a/pulls/6.md b/pulls/6.md @@ -0,0 +1,108 @@ +# PR #6 Update multihash requirement from 0.11.4 to 0.19.1 in /sdk + +- **Status:** open +- **Author:** @dependabot[bot] +- **Created:** 2024-06-23T13:31:45Z +- **Branch:** dependabot/cargo/sdk/multihash-0.19.1 → main +- **Labels:** dependencies +- **Diff:** [6.diff](./6.diff) + +--- + +Updates the requirements on [multihash](https://github.com/multiformats/rust-multihash) to permit the latest version. +<details> +<summary>Changelog</summary> +<p><em>Sourced from <a href="https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md">multihash's changelog</a>.</em></p> +<blockquote> +<h2><a href="https://github.com/multiformats/rust-multihash/compare/v0.19.0...v0.19.1"></a> (2023-09-06)</h2> +<h3>Bug Fixes</h3> +<ul> +<li>make Serde (de)serialization no_std compatible (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/337">#337</a>) (<a href="https://github.com/multiformats/rust-multihash/commit/7ad51614ad347bfa8c6f421986abc517e04091f6">7ad5161</a>), closes 336<a href="https://redirect.github.com/multiformats/rust-multihash/issues/336">#</a>. This was a regression introduced in v0.19.0.</li> +</ul> +<h2><a href="https://github.com/multiformats/rust-multihash/compare/v0.18.0...v0.19.0"></a> (2023-06-06)</h2> +<h3>⚠ BREAKING CHANGES</h3> +<ul> +<li>the Serde serialization format changed</li> +<li>split crates into multiple to isolate breaking changes</li> +<li><code>identity</code> hasher was removed</li> +</ul> +<p>See the migration section below for help on upgrading.</p> +<h3>Features</h3> +<ul> +<li><strong>codetable:</strong> remove <code>identity</code> hasher (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/289">#289</a>) (<a href="https://github.com/multiformats/rust-multihash/commit/8473e2f7ecdc0838a3f35d0ecb1935b4c70797c2">8473e2f</a>)</li> +<li>Serde serialize Multihash in bytes representation (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/302">#302</a>) (<a href="https://github.com/multiformats/rust-multihash/commit/10232266c01aa83190af62ad6aeebf63bb7a16c7">1023226</a>)</li> +</ul> +<h3>Bug Fixes</h3> +<ul> +<li>avoid possible panic in error handling code (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/277">#277</a>) (<a href="https://github.com/multiformats/rust-multihash/commit/5dc1dfac0235e63e9ad80572e6b73f8fcd301ec3">5dc1dfa</a>)</li> +<li>don't panic on non minimal varints (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/291">#291</a>) (<a href="https://github.com/multiformats/rust-multihash/commit/6ef604012b84d5c15d4f3c66a28ead96afedf158">6ef6040</a>), closes <a href="https://redirect.github.com/multiformats/rust-multihash/issues/282">#282</a></li> +<li>expose <code>MultihashDigest</code> trait in codetable (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/304">#304</a>) (<a href="https://github.com/multiformats/rust-multihash/commit/50b43cdbba5492923ffb31bb197930d2f3e2cf14">50b43cd</a>)</li> +</ul> +<h3>Code Refactoring</h3> +<ul> +<li>split crates into multiple to isolate breaking changes (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/272">#272</a>) (<a href="https://github.com/multiformats/rust-multihash/commit/954e5233d273a2b7d682fd087178203628d131a4">954e523</a>)</li> +</ul> +<h3>Migrating</h3> +<p>When upgrading to <code>v0.19</code>, consider the following:</p> +<ul> +<li> +<p><code>Code</code> has moved from <code>multihash::Code</code> to <code>multihash_codetable::Code</code>. It's strongly recommended to define your own code table using <code>multihash_derive</code>. Check the <a href="https://github.com/multiformats/rust-multihash/blob/master/codetable/examples/custom_table.rs">custom codetable example</a> on how to use it. For the simplest migration, use the <code>multihash_codetable::Code</code>.</p> +<p><strong>Before</strong></p> +<pre lang="rust"><code>use multihash::{Code, MultihashDigest}; +<p>fn main() { +let hash = Code::Sha2_256.digest(b"hello, world!"); +println!("{:?}", hash); +} +</code></pre></p> +</li> +</ul> +<!-- raw HTML omitted --> +</blockquote> +<p>... (truncated)</p> +</details> +<details> +<summary>Commits</summary> +<ul> +<li><a href="https://github.com/multiformats/rust-multihash/commit/8adf8c0c602d98082d951f5625c29cd24c972b2c"><code>8adf8c0</code></a> chore: prepare 0.19.1 release (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/341">#341</a>)</li> +<li><a href="https://github.com/multiformats/rust-multihash/commit/1a33810fd7cb207abe512dcabbca63ba48fb35be"><code>1a33810</code></a> chore(deps): bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/340">#340</a>)</li> +<li><a href="https://github.com/multiformats/rust-multihash/commit/7ad51614ad347bfa8c6f421986abc517e04091f6"><code>7ad5161</code></a> fix: make Serde (de)serialization no_std compatible (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/337">#337</a>)</li> +<li><a href="https://github.com/multiformats/rust-multihash/commit/93ffba32804bba922ba7a3b3b85e4b6d5bdb2005"><code>93ffba3</code></a> chore(deps): bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/339">#339</a>)</li> +<li><a href="https://github.com/multiformats/rust-multihash/commit/452a933396adcd5915c53563d5017df76ae3ec26"><code>452a933</code></a> chore: Update .github/dependabot.yml [skip ci]</li> +<li><a href="https://github.com/multiformats/rust-multihash/commit/9b8d6237c58824e713218cace3770f56222cc460"><code>9b8d623</code></a> chore: switch sha-1 package name to sha1 (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/328">#328</a>)</li> +<li><a href="https://github.com/multiformats/rust-multihash/commit/f78d455bb1b30f43f524dc830b1fff2b29666892"><code>f78d455</code></a> chore: update github actions</li> +<li><a href="https://github.com/multiformats/rust-multihash/commit/16e68d8203c787768688dab8aed4295a32f33bf0"><code>16e68d8</code></a> chore: prepare 0.19 release (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/324">#324</a>)</li> +<li><a href="https://github.com/multiformats/rust-multihash/commit/abfcd948586e5f5bf75637ad9e5e4d8a1c08705d"><code>abfcd94</code></a> docs: mention identity example in migration guide (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/323">#323</a>)</li> +<li><a href="https://github.com/multiformats/rust-multihash/commit/4386c977bbeadd2970f931a3d53903043ecfae8a"><code>4386c97</code></a> chore(deps): update criterion requirement from 0.4.0 to 0.5.1 (<a href="https://redirect.github.com/multiformats/rust-multihash/issues/313">#313</a>)</li> +<li>Additional commits viewable in <a href="https://github.com/multiformats/rust-multihash/compare/v0.11.4...v0.19.1">compare view</a></li> +</ul> +</details> +<br /> + + +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) + +--- + +<details> +<summary>Dependabot commands and options</summary> +<br /> + +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 <dependency name> 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) + + +</details> + diff --git a/pulls/7.diff b/pulls/7.diff @@ -0,0 +1,13 @@ +diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml +index 9fc7c93..5663f61 100644 +--- a/sdk/Cargo.toml ++++ b/sdk/Cargo.toml +@@ -90,7 +90,7 @@ extfmt = "0.1.1" + fast-xml = "0.23.1" + hex = "0.4.3" + # Version 1.13.0 doesn't compile under Rust < 1.75, pinning to 1.12.0 +-id3 = "=1.12.0" ++id3 = "=1.13.1" + img-parts = "0.3.0" + jfifdump = "0.5.1" + lopdf = { version = "0.32.0", optional = true } diff --git a/pulls/7.json b/pulls/7.json @@ -0,0 +1,20 @@ +{ + "number": 7, + "title": "Update id3 requirement from =1.12.0 to =1.13.1 in /sdk", + "state": "open", + "diff_file": "7.diff", + "author": "dependabot[bot]", + "created_at": "2024-06-23T13:32:02Z", + "closed_at": null, + "merged_at": null, + "base_ref": "main", + "head_ref": "dependabot/cargo/sdk/id3-eq-1.13.1", + "labels": [ + "dependencies" + ], + "assignees": [], + "requested_reviewers": [], + "body": "Updates the requirements on [id3](https://github.com/polyfloyd/rust-id3) to permit the latest version.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md\">id3's changelog</a>.</em></p>\n<blockquote>\n<h2>v1.13.1 (2024-02-26)</h2>\n<h3>Fix</h3>\n<ul>\n<li>Allow MSRV 1.63 with range match usize behavioral change (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/129\">#129</a>)</li>\n</ul>\n<h2>v1.13.0 (2024-02-18)</h2>\n<h3>Feat</h3>\n<ul>\n<li>Add Tag::read_from2 that also reads Aiff/Wav</li>\n<li>Let write_to_file handle all supported formats</li>\n</ul>\n<h3>Refactor</h3>\n<ul>\n<li>Split storage.rs</li>\n</ul>\n<h2>v1.12.0 (2023-12-30)</h2>\n<h3>Feat</h3>\n<ul>\n<li>Add the no_tag_ok helper function (fixes <a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/122\">#122</a>)</li>\n</ul>\n<h2>v1.11.0 (2023-12-29)</h2>\n<h3>Feat</h3>\n<ul>\n<li>make file-related APIs compatible with io::Cursor (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/121\">#121</a>)</li>\n</ul>\n<h3>Refactor</h3>\n<ul>\n<li>kill redundant array copy (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/118\">#118</a>)</li>\n</ul>\n<h2>v1.10.0 (2023-11-16)</h2>\n<h3>Feat</h3>\n<ul>\n<li>Add write_to_file, for encoding to MP3 files and buffers (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/117\">#117</a>)</li>\n</ul>\n<h3>Fix</h3>\n<ul>\n<li><strong>v1</strong>: Unwrap in remove_from_path</li>\n<li>io::Cursor resize should zero-fill</li>\n</ul>\n<h2>v1.9.0 (2023-10-24)</h2>\n<h3>Feat</h3>\n<ul>\n<li>Added support for Table of contents frame (CTOC) (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/116\">#116</a>)</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/7a027a5708bc0a8fe6ea506ac5142f370d89c5a7\"><code>7a027a5</code></a> bump: version 1.13.0 \u2192 1.13.1</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/11dbf59def3553ad3b8b3f813c28c581cb870cf8\"><code>11dbf59</code></a> ci: Add MSRV test (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/128\">#128</a>)</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/390db99b6a5d8afff7608f711ee623419617591a\"><code>390db99</code></a> fix: Allow MSRV 1.63 with range match usize behavioral change (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/129\">#129</a>)</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/7745addcb1dcb03385bbe28f20e582a86503943e\"><code>7745add</code></a> ci: improvements to CI workflow (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/125\">#125</a>)</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/952a7dd8002ae8a18e93751d8fb40dacf02d18d2\"><code>952a7dd</code></a> bump: version 1.12.0 \u2192 1.13.0</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/f46c60c9dab51961f656eb4b76a6cc91c8564596\"><code>f46c60c</code></a> feat: Add Tag::read_from2 that also reads Aiff/Wav</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/12de3e9ce6d9113d24f275015b7e2d1e16d0e382\"><code>12de3e9</code></a> feat: Let write_to_file handle all supported formats</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/f4c7454cf586734136846cf4cc1f2ae0a1d9e819\"><code>f4c7454</code></a> refactor: Split storage.rs</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/785a271049ebb65f3fa17a8ac03cdaeb37776e4f\"><code>785a271</code></a> ci: build and test all platforms (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/124\">#124</a>)</li>\n<li>See full diff in <a href=\"https://github.com/polyfloyd/rust-id3/compare/v1.12.0...v1.13.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", + "comments": [], + "review_comments": [] +} diff --git a/pulls/7.md b/pulls/7.md @@ -0,0 +1,109 @@ +# PR #7 Update id3 requirement from =1.12.0 to =1.13.1 in /sdk + +- **Status:** open +- **Author:** @dependabot[bot] +- **Created:** 2024-06-23T13:32:02Z +- **Branch:** dependabot/cargo/sdk/id3-eq-1.13.1 → main +- **Labels:** dependencies +- **Diff:** [7.diff](./7.diff) + +--- + +Updates the requirements on [id3](https://github.com/polyfloyd/rust-id3) to permit the latest version. +<details> +<summary>Changelog</summary> +<p><em>Sourced from <a href="https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md">id3's changelog</a>.</em></p> +<blockquote> +<h2>v1.13.1 (2024-02-26)</h2> +<h3>Fix</h3> +<ul> +<li>Allow MSRV 1.63 with range match usize behavioral change (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/129">#129</a>)</li> +</ul> +<h2>v1.13.0 (2024-02-18)</h2> +<h3>Feat</h3> +<ul> +<li>Add Tag::read_from2 that also reads Aiff/Wav</li> +<li>Let write_to_file handle all supported formats</li> +</ul> +<h3>Refactor</h3> +<ul> +<li>Split storage.rs</li> +</ul> +<h2>v1.12.0 (2023-12-30)</h2> +<h3>Feat</h3> +<ul> +<li>Add the no_tag_ok helper function (fixes <a href="https://redirect.github.com/polyfloyd/rust-id3/issues/122">#122</a>)</li> +</ul> +<h2>v1.11.0 (2023-12-29)</h2> +<h3>Feat</h3> +<ul> +<li>make file-related APIs compatible with io::Cursor (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/121">#121</a>)</li> +</ul> +<h3>Refactor</h3> +<ul> +<li>kill redundant array copy (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/118">#118</a>)</li> +</ul> +<h2>v1.10.0 (2023-11-16)</h2> +<h3>Feat</h3> +<ul> +<li>Add write_to_file, for encoding to MP3 files and buffers (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/117">#117</a>)</li> +</ul> +<h3>Fix</h3> +<ul> +<li><strong>v1</strong>: Unwrap in remove_from_path</li> +<li>io::Cursor resize should zero-fill</li> +</ul> +<h2>v1.9.0 (2023-10-24)</h2> +<h3>Feat</h3> +<ul> +<li>Added support for Table of contents frame (CTOC) (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/116">#116</a>)</li> +</ul> +<!-- raw HTML omitted --> +</blockquote> +<p>... (truncated)</p> +</details> +<details> +<summary>Commits</summary> +<ul> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/7a027a5708bc0a8fe6ea506ac5142f370d89c5a7"><code>7a027a5</code></a> bump: version 1.13.0 → 1.13.1</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/11dbf59def3553ad3b8b3f813c28c581cb870cf8"><code>11dbf59</code></a> ci: Add MSRV test (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/128">#128</a>)</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/390db99b6a5d8afff7608f711ee623419617591a"><code>390db99</code></a> fix: Allow MSRV 1.63 with range match usize behavioral change (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/129">#129</a>)</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/7745addcb1dcb03385bbe28f20e582a86503943e"><code>7745add</code></a> ci: improvements to CI workflow (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/125">#125</a>)</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/952a7dd8002ae8a18e93751d8fb40dacf02d18d2"><code>952a7dd</code></a> bump: version 1.12.0 → 1.13.0</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/f46c60c9dab51961f656eb4b76a6cc91c8564596"><code>f46c60c</code></a> feat: Add Tag::read_from2 that also reads Aiff/Wav</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/12de3e9ce6d9113d24f275015b7e2d1e16d0e382"><code>12de3e9</code></a> feat: Let write_to_file handle all supported formats</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/f4c7454cf586734136846cf4cc1f2ae0a1d9e819"><code>f4c7454</code></a> refactor: Split storage.rs</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/785a271049ebb65f3fa17a8ac03cdaeb37776e4f"><code>785a271</code></a> ci: build and test all platforms (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/124">#124</a>)</li> +<li>See full diff in <a href="https://github.com/polyfloyd/rust-id3/compare/v1.12.0...v1.13.1">compare view</a></li> +</ul> +</details> +<br /> + + +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) + +--- + +<details> +<summary>Dependabot commands and options</summary> +<br /> + +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 <dependency name> 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) + + +</details> + diff --git a/pulls/8.diff b/pulls/8.diff @@ -0,0 +1,13 @@ +diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml +index 9fc7c93..6432ad1 100644 +--- a/sdk/Cargo.toml ++++ b/sdk/Cargo.toml +@@ -120,7 +120,7 @@ sha2 = "0.10.2" + tempfile = "3.10.1" + thiserror = "1.0.40" + treeline = "0.1.0" +-url = "2.2.2, <2.5.1" # Can't use 2.5.1 or newer until new license is reviewed. ++url = "2.5.2" # Can't use 2.5.1 or newer until new license is reviewed. + uuid = { version = "1.3.1", features = ["serde", "v4", "wasm-bindgen"] } + x509-parser = "0.16.0" + x509-certificate = "0.23.1" diff --git a/pulls/8.json b/pulls/8.json @@ -0,0 +1,20 @@ +{ + "number": 8, + "title": "Update url requirement from 2.2.2, <2.5.1 to 2.5.2 in /sdk", + "state": "open", + "diff_file": "8.diff", + "author": "dependabot[bot]", + "created_at": "2024-06-24T14:07:12Z", + "closed_at": null, + "merged_at": null, + "base_ref": "main", + "head_ref": "dependabot/cargo/sdk/url-2.5.2", + "labels": [ + "dependencies" + ], + "assignees": [], + "requested_reviewers": [], + "body": "Updates the requirements on [url](https://github.com/servo/rust-url) to permit the latest version.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/servo/rust-url/commit/54346fa288e16b25b71c45149d7067c752b450e0\"><code>54346fa</code></a> Revert "Reimplement idna on top of ICU4X" (<a href=\"https://redirect.github.com/servo/rust-url/issues/946\">#946</a>)</li>\n<li><a href=\"https://github.com/servo/rust-url/commit/dcfbed3e90b4bbbb70f121f802f1d9b25adb8f89\"><code>dcfbed3</code></a> Update idna to 1.0.1 (<a href=\"https://redirect.github.com/servo/rust-url/issues/945\">#945</a>)</li>\n<li><a href=\"https://github.com/servo/rust-url/commit/467ef63969f477ee44b7456bb450fba95af25780\"><code>467ef63</code></a> fix panic on <code>xn--55555577</code> (<a href=\"https://redirect.github.com/servo/rust-url/issues/940\">#940</a>)</li>\n<li><a href=\"https://github.com/servo/rust-url/commit/3d6dbbb1dfc64c597745d5d6b97f2a8dd543c42b\"><code>3d6dbbb</code></a> Reimplement idna on top of ICU4X (<a href=\"https://redirect.github.com/servo/rust-url/issues/923\">#923</a>)</li>\n<li><a href=\"https://github.com/servo/rust-url/commit/de947abf896f44efc5f0fe382064fd95363dff37\"><code>de947ab</code></a> Document possible replacements of the base URL (<a href=\"https://redirect.github.com/servo/rust-url/issues/926\">#926</a>)</li>\n<li><a href=\"https://github.com/servo/rust-url/commit/8b8431bbe10d0f06c53885d5ba2602d69f61888f\"><code>8b8431b</code></a> docs: document SyntaxViolation variants, remove bare URLs (<a href=\"https://redirect.github.com/servo/rust-url/issues/924\">#924</a>)</li>\n<li><a href=\"https://github.com/servo/rust-url/commit/fd042e003fe583426454001554542ef95538d794\"><code>fd042e0</code></a> Non-special URLs can have their paths erased (<a href=\"https://redirect.github.com/servo/rust-url/issues/921\">#921</a>)</li>\n<li><a href=\"https://github.com/servo/rust-url/commit/49eea1c2eb3bb7259e3f8e15ace5f86990adb0bd\"><code>49eea1c</code></a> Fix multiple issues on wasm32: (<a href=\"https://redirect.github.com/servo/rust-url/issues/886\">#886</a>)</li>\n<li><a href=\"https://github.com/servo/rust-url/commit/a4dd58be5989afedddec023174b2cdcd81912239\"><code>a4dd58b</code></a> Fix lint (<a href=\"https://redirect.github.com/servo/rust-url/issues/920\">#920</a>)</li>\n<li><a href=\"https://github.com/servo/rust-url/commit/73803fa780c8890e0b40cd01fbbd5362fbe4c9e0\"><code>73803fa</code></a> Update URLs (<a href=\"https://redirect.github.com/servo/rust-url/issues/916\">#916</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/servo/rust-url/compare/v2.2.2...v2.5.2\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", + "comments": [], + "review_comments": [] +} diff --git a/pulls/8.md b/pulls/8.md @@ -0,0 +1,58 @@ +# PR #8 Update url requirement from 2.2.2, <2.5.1 to 2.5.2 in /sdk + +- **Status:** open +- **Author:** @dependabot[bot] +- **Created:** 2024-06-24T14:07:12Z +- **Branch:** dependabot/cargo/sdk/url-2.5.2 → main +- **Labels:** dependencies +- **Diff:** [8.diff](./8.diff) + +--- + +Updates the requirements on [url](https://github.com/servo/rust-url) to permit the latest version. +<details> +<summary>Commits</summary> +<ul> +<li><a href="https://github.com/servo/rust-url/commit/54346fa288e16b25b71c45149d7067c752b450e0"><code>54346fa</code></a> Revert "Reimplement idna on top of ICU4X" (<a href="https://redirect.github.com/servo/rust-url/issues/946">#946</a>)</li> +<li><a href="https://github.com/servo/rust-url/commit/dcfbed3e90b4bbbb70f121f802f1d9b25adb8f89"><code>dcfbed3</code></a> Update idna to 1.0.1 (<a href="https://redirect.github.com/servo/rust-url/issues/945">#945</a>)</li> +<li><a href="https://github.com/servo/rust-url/commit/467ef63969f477ee44b7456bb450fba95af25780"><code>467ef63</code></a> fix panic on <code>xn--55555577</code> (<a href="https://redirect.github.com/servo/rust-url/issues/940">#940</a>)</li> +<li><a href="https://github.com/servo/rust-url/commit/3d6dbbb1dfc64c597745d5d6b97f2a8dd543c42b"><code>3d6dbbb</code></a> Reimplement idna on top of ICU4X (<a href="https://redirect.github.com/servo/rust-url/issues/923">#923</a>)</li> +<li><a href="https://github.com/servo/rust-url/commit/de947abf896f44efc5f0fe382064fd95363dff37"><code>de947ab</code></a> Document possible replacements of the base URL (<a href="https://redirect.github.com/servo/rust-url/issues/926">#926</a>)</li> +<li><a href="https://github.com/servo/rust-url/commit/8b8431bbe10d0f06c53885d5ba2602d69f61888f"><code>8b8431b</code></a> docs: document SyntaxViolation variants, remove bare URLs (<a href="https://redirect.github.com/servo/rust-url/issues/924">#924</a>)</li> +<li><a href="https://github.com/servo/rust-url/commit/fd042e003fe583426454001554542ef95538d794"><code>fd042e0</code></a> Non-special URLs can have their paths erased (<a href="https://redirect.github.com/servo/rust-url/issues/921">#921</a>)</li> +<li><a href="https://github.com/servo/rust-url/commit/49eea1c2eb3bb7259e3f8e15ace5f86990adb0bd"><code>49eea1c</code></a> Fix multiple issues on wasm32: (<a href="https://redirect.github.com/servo/rust-url/issues/886">#886</a>)</li> +<li><a href="https://github.com/servo/rust-url/commit/a4dd58be5989afedddec023174b2cdcd81912239"><code>a4dd58b</code></a> Fix lint (<a href="https://redirect.github.com/servo/rust-url/issues/920">#920</a>)</li> +<li><a href="https://github.com/servo/rust-url/commit/73803fa780c8890e0b40cd01fbbd5362fbe4c9e0"><code>73803fa</code></a> Update URLs (<a href="https://redirect.github.com/servo/rust-url/issues/916">#916</a>)</li> +<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.2.2...v2.5.2">compare view</a></li> +</ul> +</details> +<br /> + + +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) + +--- + +<details> +<summary>Dependabot commands and options</summary> +<br /> + +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 <dependency name> 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) + + +</details> + diff --git a/pulls/9.diff b/pulls/9.diff @@ -0,0 +1,13 @@ +diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml +index 9fc7c93..ec49780 100644 +--- a/sdk/Cargo.toml ++++ b/sdk/Cargo.toml +@@ -90,7 +90,7 @@ extfmt = "0.1.1" + fast-xml = "0.23.1" + hex = "0.4.3" + # Version 1.13.0 doesn't compile under Rust < 1.75, pinning to 1.12.0 +-id3 = "=1.12.0" ++id3 = "=1.14.0" + img-parts = "0.3.0" + jfifdump = "0.5.1" + lopdf = { version = "0.32.0", optional = true } diff --git a/pulls/9.json b/pulls/9.json @@ -0,0 +1,20 @@ +{ + "number": 9, + "title": "Update id3 requirement from =1.12.0 to =1.14.0 in /sdk", + "state": "open", + "diff_file": "9.diff", + "author": "dependabot[bot]", + "created_at": "2024-07-01T13:23:22Z", + "closed_at": null, + "merged_at": null, + "base_ref": "main", + "head_ref": "dependabot/cargo/sdk/id3-eq-1.14.0", + "labels": [ + "dependencies" + ], + "assignees": [], + "requested_reviewers": [], + "body": "Updates the requirements on [id3](https://github.com/polyfloyd/rust-id3) to permit the latest version.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md\">id3's changelog</a>.</em></p>\n<blockquote>\n<h2>v1.14.0 (2024-06-30)</h2>\n<h3>Feat</h3>\n<ul>\n<li>Add support for UFID frames (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/136\">#136</a>)</li>\n</ul>\n<h3>Fix</h3>\n<ul>\n<li>Warning about unused Storage::reader</li>\n<li>Fixes bug where PrivateFrame data was missing a delimeter null byte between owner_identifier and private data fields (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/138\">#138</a>)</li>\n</ul>\n<h2>v1.13.1 (2024-02-26)</h2>\n<h3>Fix</h3>\n<ul>\n<li>Allow MSRV 1.63 with range match usize behavioral change (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/129\">#129</a>)</li>\n</ul>\n<h2>v1.13.0 (2024-02-18)</h2>\n<h3>Feat</h3>\n<ul>\n<li>Add Tag::read_from2 that also reads Aiff/Wav</li>\n<li>Let write_to_file handle all supported formats</li>\n</ul>\n<h3>Refactor</h3>\n<ul>\n<li>Split storage.rs</li>\n</ul>\n<h2>v1.12.0 (2023-12-30)</h2>\n<h3>Feat</h3>\n<ul>\n<li>Add the no_tag_ok helper function (fixes <a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/122\">#122</a>)</li>\n</ul>\n<h2>v1.11.0 (2023-12-29)</h2>\n<h3>Feat</h3>\n<ul>\n<li>make file-related APIs compatible with io::Cursor (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/121\">#121</a>)</li>\n</ul>\n<h3>Refactor</h3>\n<ul>\n<li>kill redundant array copy (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/118\">#118</a>)</li>\n</ul>\n<h2>v1.10.0 (2023-11-16)</h2>\n<h3>Feat</h3>\n<ul>\n<li>Add write_to_file, for encoding to MP3 files and buffers (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/117\">#117</a>)</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/68616367ff870dee6a80d789a95906c7cfa540df\"><code>6861636</code></a> bump: version 1.13.1 \u2192 1.14.0</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/c37366348e1893cb791efc83d285fd8ccd269364\"><code>c373663</code></a> feat: Add support for UFID frames (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/136\">#136</a>)</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/b7d407bf35057b1c0e74374481bf546cb7a58613\"><code>b7d407b</code></a> fix: Warning about unused Storage::reader</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/7d57c6d0c0b9f257b282578bb7973d96112b4128\"><code>7d57c6d</code></a> fix: Fixes bug where PrivateFrame data was missing a delimeter null byte betw...</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/9cf5810ce732bf190abd298129d71a9fe6f1ad9b\"><code>9cf5810</code></a> docs: Hint about ffprobe in the readme (closes <a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/131\">#131</a>)</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/3a6b997ea992a4e21764d7a6be38f963cc4f9068\"><code>3a6b997</code></a> test: Add hint about ffprobe missing</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/7a027a5708bc0a8fe6ea506ac5142f370d89c5a7\"><code>7a027a5</code></a> bump: version 1.13.0 \u2192 1.13.1</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/11dbf59def3553ad3b8b3f813c28c581cb870cf8\"><code>11dbf59</code></a> ci: Add MSRV test (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/128\">#128</a>)</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/390db99b6a5d8afff7608f711ee623419617591a\"><code>390db99</code></a> fix: Allow MSRV 1.63 with range match usize behavioral change (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/129\">#129</a>)</li>\n<li><a href=\"https://github.com/polyfloyd/rust-id3/commit/7745addcb1dcb03385bbe28f20e582a86503943e\"><code>7745add</code></a> ci: improvements to CI workflow (<a href=\"https://redirect.github.com/polyfloyd/rust-id3/issues/125\">#125</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/polyfloyd/rust-id3/compare/v1.12.0...v1.14.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", + "comments": [], + "review_comments": [] +} diff --git a/pulls/9.md b/pulls/9.md @@ -0,0 +1,110 @@ +# PR #9 Update id3 requirement from =1.12.0 to =1.14.0 in /sdk + +- **Status:** open +- **Author:** @dependabot[bot] +- **Created:** 2024-07-01T13:23:22Z +- **Branch:** dependabot/cargo/sdk/id3-eq-1.14.0 → main +- **Labels:** dependencies +- **Diff:** [9.diff](./9.diff) + +--- + +Updates the requirements on [id3](https://github.com/polyfloyd/rust-id3) to permit the latest version. +<details> +<summary>Changelog</summary> +<p><em>Sourced from <a href="https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md">id3's changelog</a>.</em></p> +<blockquote> +<h2>v1.14.0 (2024-06-30)</h2> +<h3>Feat</h3> +<ul> +<li>Add support for UFID frames (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/136">#136</a>)</li> +</ul> +<h3>Fix</h3> +<ul> +<li>Warning about unused Storage::reader</li> +<li>Fixes bug where PrivateFrame data was missing a delimeter null byte between owner_identifier and private data fields (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/138">#138</a>)</li> +</ul> +<h2>v1.13.1 (2024-02-26)</h2> +<h3>Fix</h3> +<ul> +<li>Allow MSRV 1.63 with range match usize behavioral change (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/129">#129</a>)</li> +</ul> +<h2>v1.13.0 (2024-02-18)</h2> +<h3>Feat</h3> +<ul> +<li>Add Tag::read_from2 that also reads Aiff/Wav</li> +<li>Let write_to_file handle all supported formats</li> +</ul> +<h3>Refactor</h3> +<ul> +<li>Split storage.rs</li> +</ul> +<h2>v1.12.0 (2023-12-30)</h2> +<h3>Feat</h3> +<ul> +<li>Add the no_tag_ok helper function (fixes <a href="https://redirect.github.com/polyfloyd/rust-id3/issues/122">#122</a>)</li> +</ul> +<h2>v1.11.0 (2023-12-29)</h2> +<h3>Feat</h3> +<ul> +<li>make file-related APIs compatible with io::Cursor (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/121">#121</a>)</li> +</ul> +<h3>Refactor</h3> +<ul> +<li>kill redundant array copy (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/118">#118</a>)</li> +</ul> +<h2>v1.10.0 (2023-11-16)</h2> +<h3>Feat</h3> +<ul> +<li>Add write_to_file, for encoding to MP3 files and buffers (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/117">#117</a>)</li> +</ul> +<!-- raw HTML omitted --> +</blockquote> +<p>... (truncated)</p> +</details> +<details> +<summary>Commits</summary> +<ul> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/68616367ff870dee6a80d789a95906c7cfa540df"><code>6861636</code></a> bump: version 1.13.1 → 1.14.0</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/c37366348e1893cb791efc83d285fd8ccd269364"><code>c373663</code></a> feat: Add support for UFID frames (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/136">#136</a>)</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/b7d407bf35057b1c0e74374481bf546cb7a58613"><code>b7d407b</code></a> fix: Warning about unused Storage::reader</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/7d57c6d0c0b9f257b282578bb7973d96112b4128"><code>7d57c6d</code></a> fix: Fixes bug where PrivateFrame data was missing a delimeter null byte betw...</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/9cf5810ce732bf190abd298129d71a9fe6f1ad9b"><code>9cf5810</code></a> docs: Hint about ffprobe in the readme (closes <a href="https://redirect.github.com/polyfloyd/rust-id3/issues/131">#131</a>)</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/3a6b997ea992a4e21764d7a6be38f963cc4f9068"><code>3a6b997</code></a> test: Add hint about ffprobe missing</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/7a027a5708bc0a8fe6ea506ac5142f370d89c5a7"><code>7a027a5</code></a> bump: version 1.13.0 → 1.13.1</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/11dbf59def3553ad3b8b3f813c28c581cb870cf8"><code>11dbf59</code></a> ci: Add MSRV test (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/128">#128</a>)</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/390db99b6a5d8afff7608f711ee623419617591a"><code>390db99</code></a> fix: Allow MSRV 1.63 with range match usize behavioral change (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/129">#129</a>)</li> +<li><a href="https://github.com/polyfloyd/rust-id3/commit/7745addcb1dcb03385bbe28f20e582a86503943e"><code>7745add</code></a> ci: improvements to CI workflow (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/125">#125</a>)</li> +<li>Additional commits viewable in <a href="https://github.com/polyfloyd/rust-id3/compare/v1.12.0...v1.14.0">compare view</a></li> +</ul> +</details> +<br /> + + +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) + +--- + +<details> +<summary>Dependabot commands and options</summary> +<br /> + +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 <dependency name> 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) + + +</details> +