Skip to content

Commit

Permalink
Update sysinfo to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jun 5, 2023
1 parent a8c8499 commit a22d4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = ["dll-injection", "dll", "injector", "windows", "rpc"]
[dependencies]
winapi = { version = "0.3", features = ["processthreadsapi", "libloaderapi", "memoryapi", "wow64apiset"], default-features = false }
cstr = { version = "0.2", default-features = false }
sysinfo = { version = "0.28", default-features = false }
sysinfo = { version = "0.29", default-features = false }
widestring = { version = "1.0", features = ["std", "alloc"], default-features = false }
path-absolutize = { version = "3.0", default-features = false }
stopwatch2 = { version = "2.0", default-features = false }
Expand Down

0 comments on commit a22d4f7

Please sign in to comment.