From be24e6673599b67cbf0917c54e4cedf9ca2aa859 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 22 Feb 2026 12:06:25 +0100 Subject: update and clean up dependencies --- tool/Cargo.toml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'tool') diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 546fdc4..02b05a4 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -9,19 +9,18 @@ jellyimport = { path = "../import" } jellycache = { path = "../cache" } log = { workspace = true } -env_logger = "0.11.8" -anyhow = "1.0.100" +env_logger = "0.11.9" +anyhow = { workspace = true } reqwest = { workspace = true } -indicatif = "0.18.3" +indicatif = "0.18.4" tokio = { workspace = true } -clap = { version = "4.5.51", features = ["derive"] } -clap_complete = "4.5.60" +clap = { version = "4.5.60", features = ["derive"] } +clap_complete = "4.5.66" serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.145" -serde_yaml = "0.9.34" -bincode = { version = "2.0.1", features = ["serde"] } +serde_json = "1.0.149" +serde_yaml_ng = "0.10.0" base64 = "0.22.1" -rand = "0.9.2" +rand = "0.10.0" dialoguer = { version = "0.12.0", features = ["fuzzy-select"] } -- cgit v1.3