Skip to content

Commit 18c9ea0

Browse files
committed
misc: Update dependencies
1 parent 9ff01c1 commit 18c9ea0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

benches/create_tag.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bench_tag_write!([
6767
);
6868
}),
6969
(id3v2, Id3v2Tag, |tag| {
70-
use lofty::id3::v2::{Frame, FrameFlags, TextInformationFrame};
70+
use lofty::id3::v2::{Frame, TextInformationFrame};
7171
use lofty::TextEncoding;
7272

7373
let picture = Picture::new_unchecked(

lofty/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ flate2 = { version = "1.0.30", optional = true }
2020
# Proc macros
2121
lofty_attr = "0.11.0"
2222
# Debug logging
23-
log = "0.4.21"
23+
log = "0.4.22"
2424
# OGG Vorbis/Opus
2525
ogg_pager = "0.6.1"
2626
# Key maps
@@ -36,7 +36,7 @@ hound = { git = "https://github.com/ruuda/hound.git", rev = "02e66effb33683d
3636
# tag_writer example
3737
structopt = { version = "0.3.26", default-features = false }
3838
tempfile = "3.10.1"
39-
iai-callgrind = "0.11.0"
39+
iai-callgrind = "0.12.0"
4040

4141
[lints]
4242
workspace = true

lofty_attr/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ readme = "README.md"
1010
include = ["src", "Cargo.toml", "../LICENSE-*"]
1111

1212
[dependencies]
13-
syn = { version = "2.0.25", features = ["full", "parsing"] }
14-
quote = "1.0.29"
15-
proc-macro2 = "1.0.64"
13+
syn = { version = "2.0.72", features = ["full", "parsing"] }
14+
quote = "1.0.36"
15+
proc-macro2 = "1.0.86"
1616

1717
[lints]
1818
workspace = true

0 commit comments

Comments
 (0)