diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ const_format = "0.2.34" futures = "0.3.31" log = "0.4.22" regex = "1.11.1" -reqwest = { version = "0.12.12", features = ["stream"] } +reqwest = { version = "0.12.12", features = ["json", "stream"] } serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" sha1_smol = { version = "1.0.1", features = ["alloc", "std", "serde"] } |
