mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Bump deps
This commit is contained in:
parent
c4947fb183
commit
c6aa4c1c49
1 changed files with 3 additions and 3 deletions
|
@ -18,11 +18,11 @@ byteorder = "1.4.3"
|
|||
# TODO: rustfmt only works with cfg_if for now (https://github.com/rust-lang/rustfmt/issues/3253)
|
||||
cfg-if = "1.0.0"
|
||||
# ID3 compressed frames
|
||||
flate2 = { version = "1.0.23", optional = true }
|
||||
flate2 = { version = "1.0.24", optional = true }
|
||||
# OGG Vorbis/Opus
|
||||
ogg_pager = "0.3.2"
|
||||
# Key maps
|
||||
once_cell = "1.10.0"
|
||||
once_cell = "1.13.0"
|
||||
paste = "1.0.7"
|
||||
|
||||
[features]
|
||||
|
@ -37,7 +37,7 @@ aiff_text_chunks = []
|
|||
riff_info_list = []
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.3.5", features = ["html_reports"] }
|
||||
criterion = { version = "0.3.6", features = ["html_reports"] }
|
||||
tempfile = "3.3.0"
|
||||
# tag_writer example
|
||||
structopt = { version = "0.3.26", default-features = false }
|
||||
|
|
Loading…
Reference in a new issue