Bump deps

This commit is contained in:
Serial 2022-07-08 21:22:14 -04:00
parent c4947fb183
commit c6aa4c1c49
No known key found for this signature in database
GPG key ID: DA95198DC17C4568

View file

@ -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 }