fix: use rust-tls inistead of openssl

This commit is contained in:
Jet Pham 2025-06-04 22:02:57 -07:00
parent 1b0284b00b
commit f3e84f63f9
No known key found for this signature in database
2 changed files with 184 additions and 307 deletions

View file

@ -9,7 +9,7 @@ tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
rppal = "0.22"
reqwest = { version = "0.12", features = ["json"] }
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features=false}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4"