fix: use rust-tls inistead of openssl
This commit is contained in:
parent
1b0284b00b
commit
f3e84f63f9
2 changed files with 184 additions and 307 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue