mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
misc: Update dependencies
This commit is contained in:
parent
8d9c06393d
commit
3c6198bbf9
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@ byteorder = "1.4.3"
|
|||
# ID3 compressed frames
|
||||
flate2 = { version = "1.0.26", optional = true }
|
||||
# Proc macros
|
||||
lofty_attr = { path = "lofty_attr" }
|
||||
lofty_attr = "0.9.0"
|
||||
# Debug logging
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
# OGG Vorbis/Opus
|
||||
ogg_pager = "0.5.0"
|
||||
# Key maps
|
||||
once_cell = "1.18.0"
|
||||
paste = "1.0.12"
|
||||
paste = "1.0.13"
|
||||
|
||||
[features]
|
||||
default = ["id3v2_compression_support"]
|
||||
|
|
Loading…
Reference in a new issue