refactor: do not use aws-lc-rs

This commit is contained in:
zhom
2026-02-02 03:29:23 +04:00
parent e992531e51
commit c36569d5a3
2 changed files with 6 additions and 194 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ log = "0.4"
env_logger = "0.11"
directories = "6"
reqwest = { version = "0.13", features = ["json", "stream", "socks"] }
reqwest = { version = "0.13", default-features = false, features = ["native-tls", "json", "stream", "socks", "charset", "http2", "system-proxy"] }
tokio = { version = "1", features = ["full", "sync"] }
tokio-util = "0.7"
sysinfo = "0.38"