Skip to content

Commit

Permalink
fix(deps): update rust crate winapi to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and abose committed May 2, 2024
1 parent 5faaaed commit cd80e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ regex = "1.10.4"
clipboard-files = "0.1.1"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.2", features = [ "updater", "cli", "api-all", "devtools", "linux-protocol-headers"] }
winapi = { version = "0.3", features = ["fileapi"] }
winapi = { version = "0.3.9", features = ["fileapi"] }
tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
Expand Down

0 comments on commit cd80e76

Please sign in to comment.