diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-06 13:06:25 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-06 13:06:25 +0200 |
commit | b4a6cbfe411f6420922040061c72ffa4febf7111 (patch) | |
tree | 94f755a730b6641c8e5d6399e4c046c92f46aa29 /tool | |
parent | 5ccadd8349d30de62959cb98ece6eebd3d50d40b (diff) | |
download | jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.bz2 jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.zst |
update things
Diffstat (limited to 'tool')
-rw-r--r-- | tool/Cargo.toml | 6 |
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" |