diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8766120..a98df1e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -18,12 +18,12 @@ name = "rust_tauri_nextjs_template_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] -tauri-build = { version = "2.0.3", features = [] } +tauri-build = { version = "2.0.4", features = [] } [dependencies] -tauri = { version = "2.1.1", features = [] } -tauri-plugin-shell = "2.0.2" +tauri = { version = "2.2.0", features = [] } +tauri-plugin-shell = "2.2.0" serde = { version = "1", features = ["derive"] } serde_json = "1" -sqlx = { version = "0.8.2", features = ["runtime-tokio-native-tls", "sqlite"] } -tokio = { version = "1.41.1", features = ["tokio-macros", "macros"] } +sqlx = { version = "0.8.3", features = ["runtime-tokio-native-tls", "sqlite"] } +tokio = { version = "1.42.0", features = ["tokio-macros", "macros"] }