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 Sep 21, 2022
1 parent 1d7171a commit 929b812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ os_pipe = { version = "1.0", optional = true }
raw-window-handle = "0.5"
minisign-verify = { version = "0.2", optional = true }
time = { version = "0.3", features = [ "parsing", "formatting" ], optional = true }
os_info = { version = "3.5.0", optional = true }
os_info = { version = "3.5.1", optional = true }
regex = { version = "1.6.0", optional = true }
glob = "0.3"
data-url = { version = "0.2", optional = true }
Expand Down Expand Up @@ -105,7 +105,7 @@ webview2-com = "0.19.1"
win7-notifications = { version = "0.3.1", optional = true }

[target."cfg(windows)".dependencies.windows]
version = "0.39.0"
version = "0.40.0"
features = [ "Win32_Foundation" ]

[build-dependencies]
Expand Down

0 comments on commit 929b812

Please sign in to comment.