chore: Use synchronous http library (ureq) instead

This commit is contained in:
sprites0
2025-06-22 19:08:34 -04:00
parent 70ac0abe8c
commit b1fbe436b1
2 changed files with 41 additions and 2 deletions

View File

@ -91,7 +91,7 @@ tokio-stream = "0.1"
tracing = "0.1"
rmp-serde = "1.0.0"
lz4_flex = "0.11.3"
reqwest = { version = "0.12", default-features = false }
ureq = "3.0.12"
[target.'cfg(unix)'.dependencies]