Skip to content

Commit e073afc

Browse files
authored
fix: Update id3 crate (#875)
fix: Update id3 crate. New update has these fixes: polyfloyd/rust-id3#150 polyfloyd/rust-id3#149 polyfloyd/rust-id3#148
1 parent 00263a1 commit e073afc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ extfmt = "0.1.1"
9696
ed25519-dalek = "2.1.1"
9797
quick-xml = "0.37.1"
9898
hex = "0.4.3"
99-
# Version 1.13.0 doesn't compile under Rust < 1.75, pinning to 1.12.0
100-
id3 = "=1.14.0"
99+
id3 = "=1.16.1"
101100
img-parts = "0.3.2"
102101
jfifdump = "0.6.0"
103102
log = "0.4.8"

0 commit comments

Comments
 (0)