mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-04 18:09:11 +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| {
|
(id3v2, Id3v2Tag, |tag| {
|
||||||
use lofty::id3::v2::{Frame, FrameFlags, TextInformationFrame};
|
use lofty::id3::v2::{Frame, TextInformationFrame};
|
||||||
use lofty::TextEncoding;
|
use lofty::TextEncoding;
|
||||||
|
|
||||||
let picture = Picture::new_unchecked(
|
let picture = Picture::new_unchecked(
|
||||||
|
|
|
@ -20,7 +20,7 @@ flate2 = { version = "1.0.30", optional = true }
|
||||||
# Proc macros
|
# Proc macros
|
||||||
lofty_attr = "0.11.0"
|
lofty_attr = "0.11.0"
|
||||||
# Debug logging
|
# Debug logging
|
||||||
log = "0.4.21"
|
log = "0.4.22"
|
||||||
# OGG Vorbis/Opus
|
# OGG Vorbis/Opus
|
||||||
ogg_pager = "0.6.1"
|
ogg_pager = "0.6.1"
|
||||||
# Key maps
|
# Key maps
|
||||||
|
@ -36,7 +36,7 @@ hound = { git = "https://github.com/ruuda/hound.git", rev = "02e66effb33683d
|
||||||
# tag_writer example
|
# tag_writer example
|
||||||
structopt = { version = "0.3.26", default-features = false }
|
structopt = { version = "0.3.26", default-features = false }
|
||||||
tempfile = "3.10.1"
|
tempfile = "3.10.1"
|
||||||
iai-callgrind = "0.11.0"
|
iai-callgrind = "0.12.0"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
|
@ -10,9 +10,9 @@ readme = "README.md"
|
||||||
include = ["src", "Cargo.toml", "../LICENSE-*"]
|
include = ["src", "Cargo.toml", "../LICENSE-*"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "2.0.25", features = ["full", "parsing"] }
|
syn = { version = "2.0.72", features = ["full", "parsing"] }
|
||||||
quote = "1.0.29"
|
quote = "1.0.36"
|
||||||
proc-macro2 = "1.0.64"
|
proc-macro2 = "1.0.86"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
Loading…
Reference in a new issue