mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-12 21:52:33 +00:00
Misc: Bump deps
This commit is contained in:
parent
c763ab6535
commit
3120e0708b
3 changed files with 7 additions and 7 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -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"]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue