aboutsummaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
commitc0365c8c64f403fd9ee75c0db1a9ed6134633e8f (patch)
tree5c51567748c9bbf1b3a9da46a97f52da90cc2ebd /tool
parentd7636b4707f09862577515c87007f3ac0b705ed8 (diff)
downloadjellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.bz2
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.zst
bump versions
Diffstat (limited to 'tool')
-rw-r--r--tool/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index ba74ee9..12b6895 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -11,18 +11,18 @@ jellyclient = { path = "../client" }
log = { workspace = true }
env_logger = "0.11.3"
-anyhow = "1.0.82"
+anyhow = "1.0.86"
reqwest = { workspace = true }
indicatif = "0.17.8"
tokio = { workspace = true }
-clap = { version = "4.5.4", features = ["derive"] }
-clap_complete = "4.5.2"
+clap = { version = "4.5.6", features = ["derive"] }
+clap_complete = "4.5.5"
-serde = { version = "1.0.197", features = ["derive"] }
-serde_json = "1.0.115"
+serde = { version = "1.0.203", features = ["derive"] }
+serde_json = "1.0.117"
serde_yaml = "0.9.34"
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
-base64 = "0.22.0"
+base64 = "0.22.1"
rand = "0.8.5"
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }