diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 3b65d881..a094ae36 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -33,13 +33,13 @@ rcgen = { version = "0.13.2", features = ["pem"] } file-format = "0.26.0" calamine = "0.22" pdfium-render = "0.8.27" - -# Fixes security vulnerability downstream, where the upstream is not fixed yet: -url = "2.5" async-stream = "0.3" futures = "0.3" tokio-stream = "0.1" +# Fixes security vulnerability downstream, where the upstream is not fixed yet: +url = "2.5" + [target.'cfg(target_os = "linux")'.dependencies] # See issue https://github.com/tauri-apps/tauri/issues/4470 reqwest = { version = "0.12", features = ["native-tls-vendored"] }