diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 537929c46db4..1d25e02003e2 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -73,8 +73,8 @@ muda = { version = "0.8", default-features = false } tray-icon = { version = "0.8", default-features = false, optional = true } [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] -gtk = { version = "0.16", features = [ "v3_24" ] } -glib = "0.16" +gtk = { version = "0.18", features = [ "v3_24" ] } +glib = "0.18" webkit2gtk = { version = "1.1", features = [ "v2_38" ] } [target."cfg(target_os = \"macos\")".dependencies] @@ -86,7 +86,7 @@ objc = "0.2" webview2-com = "0.25" [target."cfg(windows)".dependencies.windows] - version = "0.48" + version = "0.51" features = [ "Win32_Foundation" ] [target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies] @@ -100,7 +100,7 @@ jni = "0.21" libc = "0.2" objc = "0.2" cocoa = "0.25" -swift-rs = "1.0.5" +swift-rs = "1.0.6" [build-dependencies] heck = "0.4"