diff --git a/.changes/windows-rs-0.57.md b/.changes/windows-rs-0.57.md new file mode 100644 index 00000000..4bf05222 --- /dev/null +++ b/.changes/windows-rs-0.57.md @@ -0,0 +1,5 @@ +--- +"tao": "patch" +--- + +Update `windows` crate to `0.57` diff --git a/Cargo.toml b/Cargo.toml index a10c662b..95f7409c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,10 +58,10 @@ softbuffer = "0.4" parking_lot = "0.12" unicode-segmentation = "1.11" windows-version = "0.1" -windows-core = "0.56" +windows-core = "0.57" [target."cfg(target_os = \"windows\")".dependencies.windows] - version = "0.56" + version = "0.57" features = [ "implement", "Win32_Devices_HumanInterfaceDevice",