mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-01-22 08:55:00 +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
|
# ID3 compressed frames
|
||||||
flate2 = { version = "1.0.26", optional = true }
|
flate2 = { version = "1.0.26", optional = true }
|
||||||
# Proc macros
|
# Proc macros
|
||||||
lofty_attr = { path = "lofty_attr" }
|
lofty_attr = "0.9.0"
|
||||||
# Debug logging
|
# Debug logging
|
||||||
log = "0.4.18"
|
log = "0.4.19"
|
||||||
# OGG Vorbis/Opus
|
# OGG Vorbis/Opus
|
||||||
ogg_pager = "0.5.0"
|
ogg_pager = "0.5.0"
|
||||||
# Key maps
|
# Key maps
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
paste = "1.0.12"
|
paste = "1.0.13"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["id3v2_compression_support"]
|
default = ["id3v2_compression_support"]
|
||||||
|
|
Loading…
Reference in a new issue