aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-03 05:12:16 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-03 05:13:00 +0000
commit12e414e1d0e17ac244e7992d84cf0fd25865f709 (patch)
treee137b5cdcb818fbe8d11185593968c8a6329989b
parentBump @tauri-apps/cli from 1.6.2 to 2.0.0 in the node-deps group (diff)
downloadzorascript-12e414e1d0e17ac244e7992d84cf0fd25865f709.tar
zorascript-12e414e1d0e17ac244e7992d84cf0fd25865f709.tar.gz
zorascript-12e414e1d0e17ac244e7992d84cf0fd25865f709.tar.bz2
zorascript-12e414e1d0e17ac244e7992d84cf0fd25865f709.tar.lz
zorascript-12e414e1d0e17ac244e7992d84cf0fd25865f709.tar.xz
zorascript-12e414e1d0e17ac244e7992d84cf0fd25865f709.tar.zst
zorascript-12e414e1d0e17ac244e7992d84cf0fd25865f709.zip
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] <support@github.com>
Diffstat (limited to '')
-rw-r--r--clients/www/src-tauri/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }