aboutsummaryrefslogtreecommitdiff
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index 7d3a0a5..1383ee6 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -10,19 +10,19 @@ jellyimport = { path = "../import" }
jellyclient = { path = "../client" }
log = { workspace = true }
-env_logger = "0.11.5"
-anyhow = "1.0.92"
+env_logger = "0.11.6"
+anyhow = "1.0.95"
reqwest = { workspace = true }
-indicatif = "0.17.8"
+indicatif = "0.17.11"
tokio = { workspace = true }
-clap = { version = "4.5.20", features = ["derive"] }
-clap_complete = "4.5.36"
+clap = { version = "4.5.27", features = ["derive"] }
+clap_complete = "4.5.43"
-serde = { version = "1.0.214", features = ["derive"] }
-serde_json = "1.0.132"
+serde = { version = "1.0.217", features = ["derive"] }
+serde_json = "1.0.138"
serde_yaml = "0.9.34"
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
base64 = "0.22.1"
-rand = "0.8.5"
+rand = "0.9.0"
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }