Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
uklotzde committed Jan 11, 2025
1 parent 013e1e1 commit 7337653
Showing 6 changed files with 231 additions and 89 deletions.
306 changes: 224 additions & 82 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -43,14 +43,14 @@ aoide-websrv-warp-sqlite = { version = "=0.8.0", path = "crates/websrv-warp-sqli
# Also serves for documenting the opionionated selection of third-party crates.
aho-corasick = "1.1.3"
anyhow = "1.0.95"
bitflags = "2.6.0"
bitflags = "2.7.0"
data-encoding = "2.6.0"
derive_more = "1.0.0"
diesel = { version = "2.2.6", default-features = false, features = ["sqlite"] }
digest = "0.10.7"
image = "0.25.5"
jiff = "0.1.21"
log = "0.4.22"
log = "0.4.24"
mime = "0.3.17"
nonicle = "0.1.1"
regex = "1.11.1"
@@ -61,7 +61,7 @@ static_assertions = "1.1.0"
strum = "0.26.3"
tantivy = "0.22.0"
time = "0.3.37"
thiserror = "2.0.10"
thiserror = "2.0.11"
tokio = "1.43.0"
url = "2.5.4"

2 changes: 1 addition & 1 deletion crates/backend-webapi-json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ url.workspace = true

# tracing
tracing = { version = "0.1.41", features = ["log"] }
uuid = { version = "1.11.0", features = ["v4"] }
uuid = { version = "1.11.1", features = ["v4"] }

# JSON Schema (optional)
schemars = { version = "0.8.21", optional = true }
2 changes: 1 addition & 1 deletion crates/desktop-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ workspace = true
[dependencies]
anyhow.workspace = true
discro = { version = "0.29.4", features = ["tokio"] }
highway = { version = "1.2.0" }
highway = { version = "1.3.0" }
log.workspace = true
ron = "0.8.1"
serde = { workspace = true, features = ["derive"] }
2 changes: 1 addition & 1 deletion crates/media-file/Cargo.toml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ data-encoding.workspace = true
digest.workspace = true
image = { workspace = true, features = ["default-formats"] }
kmeans_colors = { version = "0.6.0", default-features = false, features = ["palette_color"] }
lofty = "0.22.0"
lofty = "0.22.1"
# Use main branch of lofty-rs for testing unreleased features.
#lofty = { git = "https://github.com/Serial-ATA/lofty-rs", branch = "main" }
log.workspace = true
2 changes: 1 addition & 1 deletion websrv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ anyhow.workspace = true
directories = "5.0.1"
discro = { version = "0.29.4", features = ["tokio"] }
dotenvy = "0.15.7"
log = { version = "0.4.22", features = ["release_max_level_debug"] }
log = { version = "0.4.24", features = ["release_max_level_debug"] }
parking_lot = "0.12.3"
ron = "0.8.1"
serde = { workspace = true, features = ["derive"] }

0 comments on commit 7337653

Please sign in to comment.