Skip to content

Commit cd80e76

Browse files
renovate[bot]abose
authored andcommitted
fix(deps): update rust crate winapi to 0.3.9
1 parent 5faaaed commit cd80e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ regex = "1.10.4"
2121
clipboard-files = "0.1.1"
2222
serde = { version = "1.0", features = ["derive"] }
2323
tauri = { version = "1.6.2", features = [ "updater", "cli", "api-all", "devtools", "linux-protocol-headers"] }
24-
winapi = { version = "0.3", features = ["fileapi"] }
24+
winapi = { version = "0.3.9", features = ["fileapi"] }
2525
tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
2626
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
2727
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

0 commit comments

Comments
 (0)