diff --git a/findlib/Cargo.toml b/findlib/Cargo.toml index 83f8f6ca..b3f2ec0d 100644 --- a/findlib/Cargo.toml +++ b/findlib/Cargo.toml @@ -9,7 +9,7 @@ description = "Crate that exposes GetProcAddress and GetModuleHandleW to detect repository = "https://github.com/spyder-ide/pywinpty" [dependencies] -windows = "0.17.0" +windows = "0.19.0" [build-dependencies] -windows = "0.17.0" +windows = "0.19.0"