c2pa-rs.meta

Issues/PRs archive for mtrnords-photography-manager/c2pa-rs
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.meta.git
Log | Files | Refs

7.md (5698B)


      1 # PR #7 Update id3 requirement from =1.12.0 to =1.13.1 in /sdk
      2 
      3 - **Status:** open
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2024-06-23T13:32:02Z
      6 - **Branch:** dependabot/cargo/sdk/id3-eq-1.13.1 → main
      7 - **Labels:** dependencies
      8 - **Diff:** [7.diff](./7.diff)
      9 
     10 ---
     11 
     12 Updates the requirements on [id3](https://github.com/polyfloyd/rust-id3) to permit the latest version.
     13 <details>
     14 <summary>Changelog</summary>
     15 <p><em>Sourced from <a href="https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md">id3's changelog</a>.</em></p>
     16 <blockquote>
     17 <h2>v1.13.1 (2024-02-26)</h2>
     18 <h3>Fix</h3>
     19 <ul>
     20 <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>
     21 </ul>
     22 <h2>v1.13.0 (2024-02-18)</h2>
     23 <h3>Feat</h3>
     24 <ul>
     25 <li>Add Tag::read_from2 that also reads Aiff/Wav</li>
     26 <li>Let write_to_file handle all supported formats</li>
     27 </ul>
     28 <h3>Refactor</h3>
     29 <ul>
     30 <li>Split storage.rs</li>
     31 </ul>
     32 <h2>v1.12.0 (2023-12-30)</h2>
     33 <h3>Feat</h3>
     34 <ul>
     35 <li>Add the no_tag_ok helper function (fixes <a href="https://redirect.github.com/polyfloyd/rust-id3/issues/122">#122</a>)</li>
     36 </ul>
     37 <h2>v1.11.0 (2023-12-29)</h2>
     38 <h3>Feat</h3>
     39 <ul>
     40 <li>make file-related APIs compatible with io::Cursor (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/121">#121</a>)</li>
     41 </ul>
     42 <h3>Refactor</h3>
     43 <ul>
     44 <li>kill redundant array copy (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/118">#118</a>)</li>
     45 </ul>
     46 <h2>v1.10.0 (2023-11-16)</h2>
     47 <h3>Feat</h3>
     48 <ul>
     49 <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>
     50 </ul>
     51 <h3>Fix</h3>
     52 <ul>
     53 <li><strong>v1</strong>: Unwrap in remove_from_path</li>
     54 <li>io::Cursor resize should zero-fill</li>
     55 </ul>
     56 <h2>v1.9.0 (2023-10-24)</h2>
     57 <h3>Feat</h3>
     58 <ul>
     59 <li>Added support for Table of contents frame (CTOC) (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/116">#116</a>)</li>
     60 </ul>
     61 <!-- raw HTML omitted -->
     62 </blockquote>
     63 <p>... (truncated)</p>
     64 </details>
     65 <details>
     66 <summary>Commits</summary>
     67 <ul>
     68 <li><a href="https://github.com/polyfloyd/rust-id3/commit/7a027a5708bc0a8fe6ea506ac5142f370d89c5a7"><code>7a027a5</code></a> bump: version 1.13.0 → 1.13.1</li>
     69 <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>
     70 <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>
     71 <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>
     72 <li><a href="https://github.com/polyfloyd/rust-id3/commit/952a7dd8002ae8a18e93751d8fb40dacf02d18d2"><code>952a7dd</code></a> bump: version 1.12.0 → 1.13.0</li>
     73 <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>
     74 <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>
     75 <li><a href="https://github.com/polyfloyd/rust-id3/commit/f4c7454cf586734136846cf4cc1f2ae0a1d9e819"><code>f4c7454</code></a> refactor: Split storage.rs</li>
     76 <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>
     77 <li>See full diff in <a href="https://github.com/polyfloyd/rust-id3/compare/v1.12.0...v1.13.1">compare view</a></li>
     78 </ul>
     79 </details>
     80 <br />
     81 
     82 
     83 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`.
     84 
     85 [//]: # (dependabot-automerge-start)
     86 [//]: # (dependabot-automerge-end)
     87 
     88 ---
     89 
     90 <details>
     91 <summary>Dependabot commands and options</summary>
     92 <br />
     93 
     94 You can trigger Dependabot actions by commenting on this PR:
     95 - `@dependabot rebase` will rebase this PR
     96 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     97 - `@dependabot merge` will merge this PR after your CI passes on it
     98 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     99 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    100 - `@dependabot reopen` will reopen this PR if it is closed
    101 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    102 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    103 - `@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)
    104 - `@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)
    105 - `@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)
    106 
    107 
    108 </details>
    109