Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Apr 13, 2023
1 parent a1ff83f commit 3a0acd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ categories = ["os", "api-bindings"]
rust-version = "1.64"

[target.'cfg(not(windows))'.dependencies]
libc = "0.2.139"
libc = "0.2.141"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.44.0", features = [
windows = { version = "0.48.0", features = [
"Win32_System_SystemInformation",
"Win32_Foundation",
] }

0 comments on commit 3a0acd6

Please sign in to comment.