feat: swap ureq for reqwest

This commit is contained in:
2024-10-15 11:27:29 +01:00
parent 5453205a58
commit c86631423d
6 changed files with 241 additions and 92 deletions

View File

@ -41,7 +41,7 @@ config = { version = "0.14.0", features = ["toml"] }
chrono = { version = "0.4.38", features = ["serde"] }
url = "2.5.0"
serde_with = { version = "3.8.1", features = ["hex"] }
ureq = { version = "2.9.7", features = ["json"] }
reqwest = "0.12.8"
libc = { version = "0.2.153", optional = true }
blurhash = { version = "0.2.1", optional = true }
@ -51,5 +51,4 @@ candle-nn = { git = "https://github.com/huggingface/candle.git", version = "^0.6
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "^0.6.1", optional = true }
clap = { version = "4.5.18", features = ["derive"], optional = true }
sqlx-postgres = { version = "0.8.2", optional = true, features = ["chrono", "uuid"] }
clap_derive = { version = "4.5.18", optional = true }
clap_derive = { version = "4.5.18", optional = true }