Misc: Bump deps

This commit is contained in:
Serial 2022-12-27 15:47:59 -05:00
parent c763ab6535
commit 3120e0708b
No known key found for this signature in database
GPG key ID: DA95198DC17C4568
3 changed files with 7 additions and 7 deletions

View file

@ -18,16 +18,16 @@ 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.24", optional = true }
flate2 = { version = "1.0.25", optional = true }
# Proc macros
lofty_attr = { path = "lofty_attr" }
lofty_attr = "0.5.0"
# Debug logging
log = "0.4.17"
# OGG Vorbis/Opus
ogg_pager = { path = "ogg_pager" }
ogg_pager = "0.4.0"
# Key maps
once_cell = "1.13.0"
paste = "1.0.7"
once_cell = "1.16.0"
paste = "1.0.11"
[features]
default = ["mp4_ilst", "vorbis_comments", "ape", "id3v1", "id3v2", "aiff_text_chunks", "riff_info_list"]

View file

@ -1,6 +1,6 @@
[package]
name = "lofty_attr"
version = "0.4.0"
version = "0.5.0"
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "ogg_pager"
version = "0.3.2"
version = "0.4.0"
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"