aboutsummaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index 12b6895..f56c7dc 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -15,11 +15,11 @@ anyhow = "1.0.86"
reqwest = { workspace = true }
indicatif = "0.17.8"
tokio = { workspace = true }
-clap = { version = "4.5.6", features = ["derive"] }
-clap_complete = "4.5.5"
+clap = { version = "4.5.8", features = ["derive"] }
+clap_complete = "4.5.7"
serde = { version = "1.0.203", features = ["derive"] }
-serde_json = "1.0.117"
+serde_json = "1.0.120"
serde_yaml = "0.9.34"
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
base64 = "0.22.1"