From 213b233f46ac2e534c2ae5f66d2749c170ed734b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:27:30 +0000 Subject: [PATCH] chore(deps): update rust crate tauri to v2 --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 776c002..bb16c95 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -14,7 +14,7 @@ tauri-build = { version = "1.5", features = [] } [dependencies] serde = { version = "1.0", features = ["derive"] } # For serialization serde_json = "1.0" # For json serialization -tauri = { version = "1.7", features = ["dialog-open", "fs-read-file", "fs-write-file", "updater"] } # As UI framework +tauri = { version = "2.0", features = ["dialog-open", "fs-read-file", "fs-write-file", "updater"] } # As UI framework image = "0.25" # Image lib, here used for binarizing and scaling images vtracer = { git = "https://github.com/RouHim/vtracer" } # Generates vector images from raster images visioncortex = "0.8" # Helper library for vtracer