mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
misc: Update dependencies
This commit is contained in:
parent
9ff01c18b4
commit
18c9ea0511
3 changed files with 6 additions and 6 deletions
|
@ -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(
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue