From 12e414e1d0e17ac244e7992d84cf0fd25865f709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 05:12:16 +0000 Subject: Update tauri requirement from 1.7.1 to 2.0.0 in the cargo-deps group Updates the requirements on [tauri](https://github.com/tauri-apps/tauri) to permit the latest version. Updates `tauri` to 1.8.0 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.7.1...tauri-v1.8.0) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] --- clients/www/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients') diff --git a/clients/www/src-tauri/Cargo.toml b/clients/www/src-tauri/Cargo.toml index 7c116fc..26e7bd0 100644 --- a/clients/www/src-tauri/Cargo.toml +++ b/clients/www/src-tauri/Cargo.toml @@ -17,7 +17,7 @@ tauri-build = { version = "1.5.3", features = [] } [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = { version = "1.7.1", features = [] } +tauri = { version = "2.0.0", features = [] } specta = "1.0.5" tauri-specta = { version = "1.0.2", features = ["javascript", "typescript"] } zora-rs = { path = "../../../libs/zora-rs" } -- cgit v1.2.3