reordered crates

This commit is contained in:
krut_ni 2025-04-01 17:18:22 +02:00
parent 0e4c49d3c0
commit 7e8aec3000

View File

@ -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"] }