Skip to content

Commit 20f7a62

Browse files
committed
misc: Update dependencies
1 parent aa50837 commit 20f7a62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ include = ["src", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "benches",
1313

1414
[dependencies]
1515
# Vorbis comments pictures
16-
base64 = "0.21.2"
16+
base64 = "0.21.4"
1717
byteorder = "1.4.3"
1818
# ID3 compressed frames
19-
flate2 = { version = "1.0.26", optional = true }
19+
flate2 = { version = "1.0.27", optional = true }
2020
# Proc macros
2121
lofty_attr = "0.9.0"
2222
# Debug logging
23-
log = "0.4.19"
23+
log = "0.4.20"
2424
# OGG Vorbis/Opus
2525
ogg_pager = "0.5.0"
2626
# Key maps
2727
once_cell = "1.18.0"
28-
paste = "1.0.13"
28+
paste = "1.0.14"
2929

3030
[features]
3131
default = ["id3v2_compression_support"]
@@ -36,7 +36,7 @@ id3v2_compression_support = ["dep:flate2"]
3636
hound = { git = "https://github.com/ruuda/hound.git", rev = "02e66effb33683dd6acb92df792683ee46ad6a59" }
3737
# tag_writer example
3838
structopt = { version = "0.3.26", default-features = false }
39-
tempfile = "3.6.0"
39+
tempfile = "3.8.0"
4040

4141
# Pretty heavy dependency, we don't want this compiling for test/doc runs
4242
[target.'cfg(bench)'.dev-dependencies]

0 commit comments

Comments
 (0)