diff --git a/tauri/src-tauri/Cargo.toml b/tauri/src-tauri/Cargo.toml index 2797b40..d059735 100644 --- a/tauri/src-tauri/Cargo.toml +++ b/tauri/src-tauri/Cargo.toml @@ -10,12 +10,12 @@ edition = "2021" # 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.4", features = [] } [dependencies] -tauri = { version = "1.5.4", features = ["shell-open"] } -serde = { version = "1.0.193", features = ["derive"] } -serde_json = "1.0.108" +tauri = { version = "1.7.2", features = ["shell-open"] } +serde = { version = "1.0.209", features = ["derive"] } +serde_json = "1.0.127" [features] custom-protocol = ["tauri/custom-protocol"]