Skip to content

Commit ace222b

Browse files
committed
misc: Update dependencies
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
1 parent ed623c4 commit ace222b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

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

1414
[dependencies]
1515
# Vorbis comments pictures
16-
base64 = "0.21.4"
17-
byteorder = "1.4.3"
16+
base64 = "0.21.5"
17+
byteorder = "1.5.0"
1818
# ID3 compressed frames
19-
flate2 = { version = "1.0.27", optional = true }
19+
flate2 = { version = "1.0.28", optional = true }
2020
# Proc macros
2121
lofty_attr = "0.9.0"
2222
# Debug logging
@@ -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.8.0"
39+
tempfile = "3.8.1"
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)