misc: Update dependencies

This commit is contained in:
Serial 2023-07-11 18:48:23 -04:00 committed by Alex
parent 8d9c06393d
commit 3c6198bbf9

View file

@ -18,14 +18,14 @@ byteorder = "1.4.3"
# ID3 compressed frames # ID3 compressed frames
flate2 = { version = "1.0.26", optional = true } flate2 = { version = "1.0.26", optional = true }
# Proc macros # Proc macros
lofty_attr = { path = "lofty_attr" } lofty_attr = "0.9.0"
# Debug logging # Debug logging
log = "0.4.18" log = "0.4.19"
# OGG Vorbis/Opus # OGG Vorbis/Opus
ogg_pager = "0.5.0" ogg_pager = "0.5.0"
# Key maps # Key maps
once_cell = "1.18.0" once_cell = "1.18.0"
paste = "1.0.12" paste = "1.0.13"
[features] [features]
default = ["id3v2_compression_support"] default = ["id3v2_compression_support"]