misc: Update dependencies

This commit is contained in:
Serial 2024-07-29 07:38:21 -04:00
parent 9ff01c18b4
commit 18c9ea0511
No known key found for this signature in database
GPG key ID: DA95198DC17C4568
3 changed files with 6 additions and 6 deletions

View file

@ -67,7 +67,7 @@ bench_tag_write!([
);
}),
(id3v2, Id3v2Tag, |tag| {
use lofty::id3::v2::{Frame, FrameFlags, TextInformationFrame};
use lofty::id3::v2::{Frame, TextInformationFrame};
use lofty::TextEncoding;
let picture = Picture::new_unchecked(

View file

@ -20,7 +20,7 @@ flate2 = { version = "1.0.30", optional = true }
# Proc macros
lofty_attr = "0.11.0"
# Debug logging
log = "0.4.21"
log = "0.4.22"
# OGG Vorbis/Opus
ogg_pager = "0.6.1"
# Key maps
@ -36,7 +36,7 @@ hound = { git = "https://github.com/ruuda/hound.git", rev = "02e66effb33683d
# tag_writer example
structopt = { version = "0.3.26", default-features = false }
tempfile = "3.10.1"
iai-callgrind = "0.11.0"
iai-callgrind = "0.12.0"
[lints]
workspace = true

View file

@ -10,9 +10,9 @@ readme = "README.md"
include = ["src", "Cargo.toml", "../LICENSE-*"]
[dependencies]
syn = { version = "2.0.25", features = ["full", "parsing"] }
quote = "1.0.29"
proc-macro2 = "1.0.64"
syn = { version = "2.0.72", features = ["full", "parsing"] }
quote = "1.0.36"
proc-macro2 = "1.0.86"
[lints]
workspace = true