diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 6da8551edfcd..ec54b534742a 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -164,6 +164,7 @@ fs-extract-api = [ "zip" ] reqwest-client = [ "http-api" ] reqwest-native-tls-vendored = [ "native-tls-vendored" ] native-tls-vendored = [ "reqwest/native-tls-vendored" ] +rustls-tls = ["reqwest/rustls-tls"] process-command-api = [ "shared_child", "os_pipe" ] global-shortcut = [ "tauri-runtime/global-shortcut",