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] authored Feb 7, 2024
1 parent aa06a05 commit 31e67b4
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 @@ -47,7 +47,7 @@ serde = { version = "1.0", features = [ "derive", "rc" ] }
tokio = { version = "1", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
futures-util = "0.3"
uuid = { version = "1", features = [ "v4" ], optional = true }
url = { version = "2.4" }
url = { version = "2.5" }
anyhow = "1.0"
thiserror = "1.0"
tauri-runtime = { version = "2.0.0-beta.1", path = "../tauri-runtime" }
Expand All @@ -62,7 +62,7 @@ dirs-next = "2.0"
percent-encoding = "2.3"
reqwest = { version = "0.11", default-features = false, features = [ "json", "stream" ] }
bytes = { version = "1", features = [ "serde" ] }
raw-window-handle = "0.5"
raw-window-handle = "0.6"
glob = "0.3"
mime = "0.3"
data-url = { version = "0.3", optional = true }
Expand All @@ -86,11 +86,11 @@ webkit2gtk = { version = "=2.0.1", features = [ "v2_38" ] }
embed_plist = "1.2"
cocoa = "0.25"
objc = "0.2"
window-vibrancy = "0.4"
window-vibrancy = "0.5"

[target."cfg(windows)".dependencies]
webview2-com = "0.28"
window-vibrancy = "0.4"
window-vibrancy = "0.5"

[target."cfg(windows)".dependencies.windows]
version = "0.52"
Expand Down

0 comments on commit 31e67b4

Please sign in to comment.