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 f56c7dc..7d3a0a5 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -10,16 +10,16 @@ jellyimport = { path = "../import" } jellyclient = { path = "../client" } log = { workspace = true } -env_logger = "0.11.3" -anyhow = "1.0.86" +env_logger = "0.11.5" +anyhow = "1.0.92" reqwest = { workspace = true } indicatif = "0.17.8" tokio = { workspace = true } -clap = { version = "4.5.8", features = ["derive"] } -clap_complete = "4.5.7" +clap = { version = "4.5.20", features = ["derive"] } +clap_complete = "4.5.36" -serde = { version = "1.0.203", features = ["derive"] } -serde_json = "1.0.120" +serde = { version = "1.0.214", features = ["derive"] } +serde_json = "1.0.132" serde_yaml = "0.9.34" bincode = { version = "2.0.0-rc.3", features = ["serde"] } base64 = "0.22.1" |