mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Update Rust crate flate2 to 1.0.22
This commit is contained in:
parent
f07bcb2d4f
commit
7e4a7cbf3d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ categories = ["accessibility", "multimedia::audio"]
|
|||
|
||||
[dependencies]
|
||||
# ID3 compressed frames
|
||||
flate2 = { version = "1.0.21", optional = true }
|
||||
flate2 = { version = "1.0.22", optional = true }
|
||||
# Vorbis comments pictures
|
||||
base64 = { version = "0.13.0", optional = true }
|
||||
# OGG Vorbis/Opus
|
||||
|
|
Loading…
Reference in a new issue