Skip to content

Commit

Permalink
Update id3 requirement from =1.12.0 to =1.14.0 in /sdk
Browse files Browse the repository at this point in the history
Updates the requirements on [id3](https://github.com/polyfloyd/rust-id3) to permit the latest version.
- [Changelog](https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md)
- [Commits](polyfloyd/rust-id3@v1.12.0...v1.14.0)

---
updated-dependencies:
- dependency-name: id3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent a539aae commit 56535ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ed25519-dalek = "2.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"
log = "0.4.8"
Expand Down

0 comments on commit 56535ef

Please sign in to comment.