diff options
author | metamuffin <metamuffin@disroot.org> | 2024-03-30 12:33:43 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-03-30 12:33:43 +0100 |
commit | b9fb4f7803eb648094c268f65ebd2613ca9e0953 (patch) | |
tree | 3beb6fe3d35fb79baad7990503057bbf3d1197a6 /tool/Cargo.toml | |
parent | d2d58e5ce076a00ad97836a036bcdacfb423dfcb (diff) | |
download | jellything-b9fb4f7803eb648094c268f65ebd2613ca9e0953.tar jellything-b9fb4f7803eb648094c268f65ebd2613ca9e0953.tar.bz2 jellything-b9fb4f7803eb648094c268f65ebd2613ca9e0953.tar.zst |
make shows semi-work
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r-- | tool/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 079cc1f..f06c67c 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -13,7 +13,7 @@ log = { workspace = true } env_logger = "0.10.1" anyhow = "1.0.75" clap = { version = "4.4.11", features = ["derive"] } -reqwest = { version = "0.11.22", features = ["blocking", "json"] } +reqwest = { workspace = true } indicatif = "0.17.7" tokio = { workspace = true } |