diff --git a/Cargo.lock b/Cargo.lock index a3ea4e6..56eff0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,11 +554,11 @@ checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" [[package]] name = "windows" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538" +checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" dependencies = [ - "windows-core 0.53.0", + "windows-core 0.54.0", "windows-targets 0.52.3", ] @@ -573,9 +573,9 @@ dependencies = [ [[package]] name = "windows-core" -version = "0.53.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd" +checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" dependencies = [ "windows-result", "windows-targets 0.52.3", diff --git a/Cargo.toml b/Cargo.toml index b0da974..ee76861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ rustix = {version = "0.38.31", features = ["procfs", "fs"]} [target.'cfg(not(target_os = "windows"))'.dependencies] libproc = "0.14.2" [target.'cfg(target_os = "windows")'.dependencies] -windows = { version = "0.53.0", features = ["Win32_Foundation", "Win32_System_Diagnostics_ToolHelp"] } +windows = { version = "0.54.0", features = ["Win32_Foundation", "Win32_System_Diagnostics_ToolHelp"] } procfs = "0.16.0" \ No newline at end of file