Skip to content

Commit 3120e07

Browse files
committed
Misc: Bump deps
1 parent c763ab6 commit 3120e07

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ byteorder = "1.4.3"
1818
# TODO: rustfmt only works with cfg_if for now (https://github.com/rust-lang/rustfmt/issues/3253)
1919
cfg-if = "1.0.0"
2020
# ID3 compressed frames
21-
flate2 = { version = "1.0.24", optional = true }
21+
flate2 = { version = "1.0.25", optional = true }
2222
# Proc macros
23-
lofty_attr = { path = "lofty_attr" }
23+
lofty_attr = "0.5.0"
2424
# Debug logging
2525
log = "0.4.17"
2626
# OGG Vorbis/Opus
27-
ogg_pager = { path = "ogg_pager" }
27+
ogg_pager = "0.4.0"
2828
# Key maps
29-
once_cell = "1.13.0"
30-
paste = "1.0.7"
29+
once_cell = "1.16.0"
30+
paste = "1.0.11"
3131

3232
[features]
3333
default = ["mp4_ilst", "vorbis_comments", "ape", "id3v1", "id3v2", "aiff_text_chunks", "riff_info_list"]

lofty_attr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lofty_attr"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

ogg_pager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ogg_pager"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)