aboutsummaryrefslogtreecommitdiff
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tool/Cargo.toml')
-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"] }