9.md (6127B)
1 # PR #9 Update id3 requirement from =1.12.0 to =1.14.0 in /sdk 2 3 - **Status:** open 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-07-01T13:23:22Z 6 - **Branch:** dependabot/cargo/sdk/id3-eq-1.14.0 → main 7 - **Labels:** dependencies 8 - **Diff:** [9.diff](./9.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.14.0 (2024-06-30)</h2> 18 <h3>Feat</h3> 19 <ul> 20 <li>Add support for UFID frames (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/136">#136</a>)</li> 21 </ul> 22 <h3>Fix</h3> 23 <ul> 24 <li>Warning about unused Storage::reader</li> 25 <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> 26 </ul> 27 <h2>v1.13.1 (2024-02-26)</h2> 28 <h3>Fix</h3> 29 <ul> 30 <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> 31 </ul> 32 <h2>v1.13.0 (2024-02-18)</h2> 33 <h3>Feat</h3> 34 <ul> 35 <li>Add Tag::read_from2 that also reads Aiff/Wav</li> 36 <li>Let write_to_file handle all supported formats</li> 37 </ul> 38 <h3>Refactor</h3> 39 <ul> 40 <li>Split storage.rs</li> 41 </ul> 42 <h2>v1.12.0 (2023-12-30)</h2> 43 <h3>Feat</h3> 44 <ul> 45 <li>Add the no_tag_ok helper function (fixes <a href="https://redirect.github.com/polyfloyd/rust-id3/issues/122">#122</a>)</li> 46 </ul> 47 <h2>v1.11.0 (2023-12-29)</h2> 48 <h3>Feat</h3> 49 <ul> 50 <li>make file-related APIs compatible with io::Cursor (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/121">#121</a>)</li> 51 </ul> 52 <h3>Refactor</h3> 53 <ul> 54 <li>kill redundant array copy (<a href="https://redirect.github.com/polyfloyd/rust-id3/issues/118">#118</a>)</li> 55 </ul> 56 <h2>v1.10.0 (2023-11-16)</h2> 57 <h3>Feat</h3> 58 <ul> 59 <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> 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/68616367ff870dee6a80d789a95906c7cfa540df"><code>6861636</code></a> bump: version 1.13.1 → 1.14.0</li> 69 <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> 70 <li><a href="https://github.com/polyfloyd/rust-id3/commit/b7d407bf35057b1c0e74374481bf546cb7a58613"><code>b7d407b</code></a> fix: Warning about unused Storage::reader</li> 71 <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> 72 <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> 73 <li><a href="https://github.com/polyfloyd/rust-id3/commit/3a6b997ea992a4e21764d7a6be38f963cc4f9068"><code>3a6b997</code></a> test: Add hint about ffprobe missing</li> 74 <li><a href="https://github.com/polyfloyd/rust-id3/commit/7a027a5708bc0a8fe6ea506ac5142f370d89c5a7"><code>7a027a5</code></a> bump: version 1.13.0 → 1.13.1</li> 75 <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> 76 <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> 77 <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> 78 <li>Additional commits viewable in <a href="https://github.com/polyfloyd/rust-id3/compare/v1.12.0...v1.14.0">compare view</a></li> 79 </ul> 80 </details> 81 <br /> 82 83 84 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`. 85 86 [//]: # (dependabot-automerge-start) 87 [//]: # (dependabot-automerge-end) 88 89 --- 90 91 <details> 92 <summary>Dependabot commands and options</summary> 93 <br /> 94 95 You can trigger Dependabot actions by commenting on this PR: 96 - `@dependabot rebase` will rebase this PR 97 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 98 - `@dependabot merge` will merge this PR after your CI passes on it 99 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 100 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 101 - `@dependabot reopen` will reopen this PR if it is closed 102 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 103 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 104 - `@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) 105 - `@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) 106 - `@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) 107 108 109 </details> 110