diff options
Diffstat (limited to 'tool')
-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 } |