Skip to content

Commit

Permalink
chore(deps) Update Tauri Core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 16, 2023
1 parent 6177150 commit 152a199
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand All @@ -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"
Expand Down

0 comments on commit 152a199

Please sign in to comment.