mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 00:08:10 +00:00
feat: swap ureq for reqwest
This commit is contained in:
@ -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 }
|
Reference in New Issue
Block a user