aboutsummaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-22 12:06:25 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-22 12:06:25 +0100
commitbe24e6673599b67cbf0917c54e4cedf9ca2aa859 (patch)
treef1a2766bf5495fa7126fc0c713155fec7472e6c1 /tool
parentaa13fade6fcabf9122babac7ac812a433a81b627 (diff)
downloadjellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.bz2
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.zst
update and clean up dependencies
Diffstat (limited to 'tool')
-rw-r--r--tool/Cargo.toml17
1 files changed, 8 insertions, 9 deletions
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"] }