tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit 7e8ff70cdb48f088cb93e8bce70fa1f8ba1e788b
parent 6b3cc0c9b4f4cee002ab87b8d2692aa945341052
Author: mtmn <miro@haravara.org>
Date:   Fri, 10 Apr 2026 01:08:16 +0200

feat: bump rust packages

Former-commit-id: 6fbca902fa0eeb5e532359052f946385fde687cd
Former-commit-id: 091a12c5b12617d7a8d694bd87e2ebbb873b3360
Former-commit-id: 974fba72a6bd8d15a81bff27ef82b7afac9ab8fc
Diffstat:
MCargo.toml | 1-
Mdiffamer/Cargo.toml | 2+-
Mhakunadata/Cargo.toml | 2+-
Mmack/Cargo.toml | 2+-
Mmatchakey/Cargo.toml | 4++--
Mplants-daemon/Cargo.toml | 2+-
Mvirittaa/Cargo.toml | 2+-
7 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -2,7 +2,6 @@ resolver = "2" members = [ "alafont", - "bliss/blissify", "diffamer", "hakunadata", "lastfm-csv-export", diff --git a/diffamer/Cargo.toml b/diffamer/Cargo.toml @@ -8,5 +8,5 @@ anyhow = "1.0" tempfile = "3.10" clap = { version = "4.5", features = ["derive"] } natord = "1.0" -similar = "2.7.0" +similar = "3.0.0" console = "0.16" diff --git a/hakunadata/Cargo.toml b/hakunadata/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] anyhow = "1.0" clap = { version = "4.4", features = ["derive"] } -lofty = "0.23" +lofty = "0.23.3" reqwest = { version = "0.13", features = ["json", "native-tls", "query"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/mack/Cargo.toml b/mack/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" clap = { version = "4.5.54", features = ["std", "derive", "help"], default-features = false } regex = "1.12.2" anyhow = "1.0.100" -lofty = "0.23" +lofty = "0.23.3" funcfmt = "0.3.0" cow-utils = "0.1.3" rayon = "1.11.0" diff --git a/matchakey/Cargo.toml b/matchakey/Cargo.toml @@ -7,11 +7,11 @@ edition = "2024" anyhow = "1.0.101" clap = { version = "4.5.57", features = ["derive"] } colored = "3.1.1" -lofty = "0.23.1" +lofty = "0.23.3" rand = "0.10.0" rayon = "1.10" regex = "1.12.3" -rusqlite = "0.38.0" +rusqlite = "0.39.0" tracing = "0.1.44" tracing-subscriber = "0.3.18" walkdir = "2.5" diff --git a/plants-daemon/Cargo.toml b/plants-daemon/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread", "time", " toml = "1.0" zbus = { version = "5.9.0", features = ["option-as-array"] } maestro = { git = "https://github.com/qzed/pbpctrl" } -uuid = { version = "=1.21", features = ["v4", "macro-diagnostics"] } +uuid = { version = "=1.23", features = ["v4", "macro-diagnostics"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } clap = { version = "4.5", features = ["derive"] } diff --git a/virittaa/Cargo.toml b/virittaa/Cargo.toml @@ -12,7 +12,7 @@ noisy_float = "0.2.0" anyhow = "1.0.45" clap = { version = "4.5.35", features = ["derive"] } walkdir = "2.5" -lofty = "0.22.4" +lofty = "0.23.3" rayon = "1.10" jemallocator = "0.5" indicatif = "0.18.3"