diff options
Diffstat (limited to 'tool')
-rw-r--r-- | tool/Cargo.toml | 12 |
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"] } |