aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-07-30 10:53:47 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-07-30 10:53:47 -0500
commit93ece888fa73087353242ebecb435cacc0dcacb1 (patch)
tree8466c6d0f0071b435b0b3d154c6d2ab22d818e31 /clients/www/src-tauri/Cargo.toml
parentBump @typescript-eslint/parser from 7.17.0 to 7.18.0 (diff)
downloadzorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.gz
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.bz2
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.lz
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.xz
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.zst
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.zip
Bump all dependencies
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--clients/www/src-tauri/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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" }