Update Rust crate id3 to 1.13.1 #34

Merged
pierre merged 1 commits from renovate/id3-1.x into main 2024-03-25 09:41:17 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
id3 dependencies minor 1.7.0 -> 1.13.1

Release Notes

polyfloyd/rust-id3 (id3)

v1.13.1

Compare Source

Fix
  • Allow MSRV 1.63 with range match usize behavioral change (#​129)

v1.13.0

Compare Source

Feat
  • Add Tag::read_from2 that also reads Aiff/Wav
  • Let write_to_file handle all supported formats
Refactor
  • Split storage.rs

v1.12.0

Compare Source

Feat
  • Add the no_tag_ok helper function (fixes #​122)

v1.11.0

Compare Source

Feat
  • make file-related APIs compatible with io::Cursor (#​121)
Refactor
  • kill redundant array copy (#​118)

v1.10.0

Compare Source

Feat
  • Add write_to_file, for encoding to MP3 files and buffers (#​117)
Fix
  • v1: Unwrap in remove_from_path
  • io::Cursor resize should zero-fill

v1.9.0

Compare Source

Feat
  • Added support for Table of contents frame (CTOC) (#​116)

v1.8.0

Compare Source

Feat
  • Added support for Private Frames (PRIV)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [id3](https://github.com/polyfloyd/rust-id3) | dependencies | minor | `1.7.0` -> `1.13.1` | --- ### Release Notes <details> <summary>polyfloyd/rust-id3 (id3)</summary> ### [`v1.13.1`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#v1131-2024-02-26) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.13.0...v1.13.1) ##### Fix - Allow MSRV 1.63 with range match usize behavioral change ([#&#8203;129](https://github.com/polyfloyd/rust-id3/issues/129)) ### [`v1.13.0`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#v1130-2024-02-18) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.12.0...v1.13.0) ##### Feat - Add Tag::read_from2 that also reads Aiff/Wav - Let write_to_file handle all supported formats ##### Refactor - Split storage.rs ### [`v1.12.0`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#v1120-2023-12-30) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.11.0...v1.12.0) ##### Feat - Add the no_tag_ok helper function (fixes [#&#8203;122](https://github.com/polyfloyd/rust-id3/issues/122)) ### [`v1.11.0`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#v1110-2023-12-29) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.10.0...v1.11.0) ##### Feat - make file-related APIs compatible with io::Cursor ([#&#8203;121](https://github.com/polyfloyd/rust-id3/issues/121)) ##### Refactor - kill redundant array copy ([#&#8203;118](https://github.com/polyfloyd/rust-id3/issues/118)) ### [`v1.10.0`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#v1100-2023-11-16) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.9.0...v1.10.0) ##### Feat - Add write_to_file, for encoding to MP3 files and buffers ([#&#8203;117](https://github.com/polyfloyd/rust-id3/issues/117)) ##### Fix - **v1**: Unwrap in remove_from_path - io::Cursor resize should zero-fill ### [`v1.9.0`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#v190-2023-10-24) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.8.0...v1.9.0) ##### Feat - Added support for Table of contents frame (CTOC) ([#&#8203;116](https://github.com/polyfloyd/rust-id3/issues/116)) ### [`v1.8.0`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#v180-2023-09-21) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.7.0...v1.8.0) ##### Feat - Added support for Private Frames (PRIV) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
pierre changed title from Update Rust crate id3 to 1.8.0 to Update Rust crate id3 to 1.13.1 2024-03-16 00:06:26 +00:00
pierre force-pushed renovate/id3-1.x from 92ffbdeb58 to edb71f281e 2024-03-16 00:06:28 +00:00 Compare
pierre force-pushed renovate/id3-1.x from edb71f281e to 475ad5d15f 2024-03-23 00:26:25 +00:00 Compare
Author
Owner

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ **Warning**: custom changes will be lost.
pierre merged commit 3c4c670fc6 into main 2024-03-25 09:41:17 +00:00
pierre deleted branch renovate/id3-1.x 2024-03-25 09:41:17 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/id3-image-rs#34
No description provided.