Update Rust crate id3 to 1.1.3 #5

Merged
pierre merged 1 commits from renovate/id3-1.x into main 2022-06-07 07:18:48 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
id3 dependencies minor 1.0.2 -> 1.1.3

Release Notes

polyfloyd/rust-id3

v1.1.3

Compare Source

Fix
  • Increase storage copy buffer size to 2^16 bytes (fixes #​94)
  • Require bitflags >1.3 (fixes #​93)

v1.1.2

Compare Source

Fix
  • Fix reading of tags with extended headers (fixes #​91)

v1.1.1

Compare Source

  • Fix wrong implementation of unsynchronization for ID3v2.3
  • Permit unknown frame header flag bits to be set
  • error: Include problematic data in str::Utf8Error derivative error
  • Fix typos in Content docs

v1.1.0

Compare Source

  • Add partial_tag_ok
  • Add helpers to decode multiple artists/genre (when a file has some) (#​87)

v1.0.3

Compare Source

  • Translate text frame nulls to '/' (fixes #​82)
  • Fix chunk length when creating new ID3 for AIFF files (#​83)

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, click this checkbox.

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.0.2` -> `1.1.3` | --- ### Release Notes <details> <summary>polyfloyd/rust-id3</summary> ### [`v1.1.3`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#v113-2022-06-05) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.1.2...v1.1.3) ##### Fix - Increase storage copy buffer size to 2^16 bytes (fixes [#&#8203;94](https://github.com/polyfloyd/rust-id3/issues/94)) - Require bitflags >1.3 (fixes [#&#8203;93](https://github.com/polyfloyd/rust-id3/issues/93)) ### [`v1.1.2`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#v112-2022-06-01) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.1.1...v1.1.2) ##### Fix - Fix reading of tags with extended headers (fixes [#&#8203;91](https://github.com/polyfloyd/rust-id3/issues/91)) ### [`v1.1.1`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#Version-111) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.1.0...v1.1.1) - Fix wrong implementation of unsynchronization for ID3v2.3 - Permit unknown frame header flag bits to be set - error: Include problematic data in str::Utf8Error derivative error - Fix typos in Content docs ### [`v1.1.0`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#Version-110) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.0.3...v1.1.0) - Add partial_tag_ok - Add helpers to decode multiple artists/genre (when a file has some) ([#&#8203;87](https://github.com/polyfloyd/rust-id3/issues/87)) ### [`v1.0.3`](https://github.com/polyfloyd/rust-id3/blob/HEAD/CHANGELOG.md#Version-103) [Compare Source](https://github.com/polyfloyd/rust-id3/compare/v1.0.2...v1.0.3) - Translate text frame nulls to '/' (fixes [#&#8203;82](https://github.com/polyfloyd/rust-id3/issues/82)) - Fix chunk length when creating new ID3 for AIFF files ([#&#8203;83](https://github.com/polyfloyd/rust-id3/issues/83)) </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
pierre added 1 commit 2022-06-06 00:15:05 +00:00
Update Rust crate id3 to 1.1.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
4abd135f11
pierre merged commit 226fb97ded into main 2022-06-07 07:18:48 +00:00
pierre deleted branch renovate/id3-1.x 2022-06-07 07:18:49 +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#5
No description provided.