This commit is contained in:
DecDuck
2025-08-11 14:37:46 +10:00
committed by GitHub
parent 16365713cf
commit e11db851a5
2 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ features = ["other_errors"] # You can also use "yaml_enc" or "bin_enc"
[dependencies.reqwest]
version = "0.12"
default-features = false
features = ["json", "http2", "blocking", "rustls-tls", "native-tls-alpn", "rustls-tls-webpki-roots"]
features = ["json", "http2", "blocking", "rustls-tls", "native-tls-alpn", "rustls-tls-native-roots"]
[dependencies.serde]
version = "1"