Skip to content

Commit 2f3f604

Browse files
committed
misc: Update deps
1 parent d1183c3 commit 2f3f604

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,30 +13,30 @@ include = ["src", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "benches",
1313

1414
[dependencies]
1515
# Vorbis comments pictures
16-
base64 = "0.21.0"
16+
base64 = "0.21.2"
1717
byteorder = "1.4.3"
1818
# ID3 compressed frames
1919
flate2 = { version = "1.0.26", optional = true }
2020
# Proc macros
2121
lofty_attr = "0.8.0"
2222
# Debug logging
23-
log = "0.4.17"
23+
log = "0.4.18"
2424
# OGG Vorbis/Opus
2525
ogg_pager = "0.5.0"
2626
# Key maps
27-
once_cell = "1.17.1"
27+
once_cell = "1.18.0"
2828
paste = "1.0.12"
2929

3030
[features]
3131
default = ["id3v2_compression_support"]
32-
id3v2_compression_support = ["flate2"]
32+
id3v2_compression_support = ["dep:flate2"]
3333

3434
[dev-dependencies]
3535
# WAV properties validity tests
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.5.0"
39+
tempfile = "3.6.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)