From 93ece888fa73087353242ebecb435cacc0dcacb1 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 30 Jul 2024 10:53:47 -0500 Subject: Bump all dependencies Signed-off-by: Matt Strapp --- clients/www/src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clients/www/src-tauri/Cargo.toml') diff --git a/clients/www/src-tauri/Cargo.toml b/clients/www/src-tauri/Cargo.toml index bdb35e7..7c116fc 100644 --- a/clients/www/src-tauri/Cargo.toml +++ b/clients/www/src-tauri/Cargo.toml @@ -12,12 +12,12 @@ rust-version = "1.60" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -tauri-build = { version = "1.5.1", features = [] } +tauri-build = { version = "1.5.3", features = [] } [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = { version = "1.6.1", features = [] } +tauri = { version = "1.7.1", features = [] } specta = "1.0.5" tauri-specta = { version = "1.0.2", features = ["javascript", "typescript"] } zora-rs = { path = "../../../libs/zora-rs" } -- cgit v1.2.3