Merge pull request #19 from mihaid-b/master

Fix  Cargo.toml high security issue
This commit is contained in:
trickster0
2022-06-17 11:45:35 +03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ author = "Furkan Ayar ( @frknayar )"
[dependencies]
bindings = { path = "bindings" }
windows = { version = "0.21.1" }
windows = { version = "0.32.0" }
winapi = {version = "0.3.9", features = ["heapapi","handleapi","winnls","winnt","rpcdce"]}
+2 -2
View File
@@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2018"
[dependencies]
windows = "0.21.1"
windows = "0.32.0"
[build-dependencies]
windows = "0.21.1"
windows = "0.32.0"