Skip to content

Commit 6cbc12e

Browse files
Update rust crates
1 parent 808fe91 commit 6cbc12e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ image = { version = "0.25", default-features = false, features = ["gif", "jpeg",
7676
fs_extra = "1.3"
7777
memmap2 = "0.9"
7878
webview2-com = "0.34"
79-
windows = "0.58"
79+
windows = "0.59"
8080
cbindgen = "0.27"
8181
log-panics = "2.1.0"
8282
core-foundation = "0.10"

src/bins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fs_extra.workspace = true
7979
memmap2.workspace = true
8080
image.workspace = true
8181
winsafe = { version = "0.0.20", features = ["gui"] }
82-
windows = { version = "0.58", default-features = false, features = [
82+
windows = { version = "0.59", default-features = false, features = [
8383
"Win32_Foundation",
8484
"Win32_Security",
8585
"Win32_System_Com",

0 commit comments

Comments
 (0)