From 3120e0708bec87c3223e05187cf5e778c5ca657b Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Tue, 27 Dec 2022 15:47:59 -0500 Subject: [PATCH] Misc: Bump deps --- Cargo.toml | 10 +++++----- lofty_attr/Cargo.toml | 2 +- ogg_pager/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index da62464f..d45fa47f 100644 --- a/Cargo.toml +++ b/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"] diff --git a/lofty_attr/Cargo.toml b/lofty_attr/Cargo.toml index e13c3dca..0513bd0f 100644 --- a/lofty_attr/Cargo.toml +++ b/lofty_attr/Cargo.toml @@ -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" diff --git a/ogg_pager/Cargo.toml b/ogg_pager/Cargo.toml index 843cd1b5..5c952ac5 100644 --- a/ogg_pager/Cargo.toml +++ b/ogg_pager/Cargo.toml @@ -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"