From fcffc19cae7ae75e96f5ccccbc32ff745adf2587 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Mon, 8 May 2023 09:30:38 -0400 Subject: [PATCH] misc: Update deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42854e2f..a36ffd2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = ["src", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "benches", base64 = "0.21.0" byteorder = "1.4.3" # ID3 compressed frames -flate2 = { version = "1.0.25", optional = true } +flate2 = { version = "1.0.26", optional = true } # Proc macros lofty_attr = { path = "lofty_attr" } # Debug logging @@ -24,8 +24,8 @@ log = "0.4.17" # OGG Vorbis/Opus ogg_pager = "0.5.0" # Key maps -once_cell = "1.16.0" -paste = "1.0.11" +once_cell = "1.17.1" +paste = "1.0.12" [features] default = ["id3v2_compression_support"] @@ -36,7 +36,7 @@ id3v2_compression_support = ["flate2"] hound = { git = "https://github.com/ruuda/hound.git", rev = "02e66effb33683dd6acb92df792683ee46ad6a59" } # tag_writer example structopt = { version = "0.3.26", default-features = false } -tempfile = "3.3.0" +tempfile = "3.5.0" # Pretty heavy dependency, we don't want this compiling for test/doc runs [target.'cfg(bench)'.dev-dependencies]