feat: update fetch-rs

This commit is contained in:
2023-06-11 22:36:04 +08:00
parent 49fefb745c
commit 8904df2753
2 changed files with 8 additions and 2 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", "rustls-tls"] }
reqwest = { version = "0.11.18", features = ["blocking", "rustls-tls", "native-tls"] }
rust_util = "0.6.41"