Skip to content

Commit a991cd3

Browse files
committed
Update to lofty v0.18.2
1 parent d9c9b3b commit a991cd3

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/core-json/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ url = { version = "2.5.0", features = ["serde"] }
2424

2525
# JSON Schema (optional)
2626
schemars = { version = "0.8.16", optional = true, features = ["chrono", "url"] }
27-
chrono = { version = "0.4.31", optional = true, default-features = false }
27+
chrono = { version = "0.4.32", optional = true, default-features = false }
2828

2929
# Workspace dependencies
3030
aoide-core = { version = "=0.8.0", path = "../core", features = ["serde"] }

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image = { version = "0.24.8", default-features = false, features = ["png"] }
2323
mime = "0.3.17"
2424
nonicle = "0.1.0"
2525
rand = "0.8.5"
26-
regex = "1.10.2"
26+
regex = "1.10.3"
2727
semval = "0.5.1"
2828
strum = { version = "0.25.0", features = ["derive"] }
2929
time = { version = "0.3.31", features = [

crates/media-file/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data-encoding = "2.5.0"
2121
digest = "0.10.7"
2222
image = "0.24.8"
2323
kmeans_colors = { version = "0.6.0", default-features = false, features = ["palette_color"] }
24-
lofty = "0.18.0"
24+
lofty = "0.18.2"
2525
# Use main branch of lofty-rs for testing unreleased features.
2626
#lofty = { git = "https://github.com/Serial-ATA/lofty-rs", branch = "main" }
2727
log = "0.4.20"

0 commit comments

Comments
 (0)