Fix platform builds

This commit is contained in:
DecDuck
2025-08-12 15:08:50 +10:00
parent e11db851a5
commit cb55ac2bf5
4 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ version = "2"
features = ["other_errors"] # You can also use "yaml_enc" or "bin_enc"
[dependencies.reqwest]
version = "0.12"
version = "0.12.22"
default-features = false
features = ["json", "http2", "blocking", "rustls-tls", "native-tls-alpn", "rustls-tls-native-roots"]