refactor: migrate to reqwest-only

This commit is contained in:
Ivan Gabriele
2024-03-04 06:28:41 +01:00
parent a862b92c98
commit 75788b9395
3 changed files with 114 additions and 71 deletions

View File

@@ -15,8 +15,7 @@ readme = "README.md"
repository = "https://github.com/ivangabriele/mistralai-client-rs"
[dependencies]
minreq = { version = "2.11.0", features = ["https-rustls", "json-using-serde"] }
reqwest = { version = "0.11.24", features = ["json"] }
reqwest = { version = "0.11.24", features = ["json", "blocking"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
thiserror = "1.0.57"