From 7e8aec30006a1066da20baa7dc6c7abac8859751 Mon Sep 17 00:00:00 2001 From: krut_ni Date: Tue, 1 Apr 2025 17:18:22 +0200 Subject: [PATCH] reordered crates --- runtime/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"] }