diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
commit | 5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0 (patch) | |
tree | dfd6143383bfd42f138fd69b1cd0fc6ad4beedbc /tool | |
parent | b4a6cbfe411f6420922040061c72ffa4febf7111 (diff) | |
download | jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.bz2 jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.zst |
update deps
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" |