mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
Merge pull request #19 from mihaid-b/master
Fix Cargo.toml high security issue
This commit is contained in:
@@ -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"]}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user