feat: update fetch-rs

This commit is contained in:
2023-06-11 22:21:29 +08:00
parent 38b8fbe37f
commit 49fefb745c
3 changed files with 165 additions and 3 deletions

View File

@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.18", features = ["blocking"] }
reqwest = { version = "0.11.18", features = ["blocking", "rustls-tls"] }
rust_util = "0.6.41"