diff --git a/Cargo.toml b/Cargo.toml index 2b49616837..38dbcc73e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,9 +34,9 @@ syn = { version = "2.0", default-features = false } toml = { version = "0.8", features = ["parse"] } serde_json = {version = "1.0", default-features = false } # generated dependencies -cppwinrt = { version = "0.3.0", path = "crates/libs/cppwinrt", default-features = false } +cppwinrt = { version = "0.3.1", path = "crates/libs/cppwinrt", default-features = false } windows = { version = "0.61.2", path = "crates/libs/windows", default-features = false } -windows-bindgen = { version = "0.62.0", path = "crates/libs/bindgen", default-features = false } +windows-bindgen = { version = "0.62.1", path = "crates/libs/bindgen", default-features = false } windows-collections = { version = "0.2.0", path = "crates/libs/collections", default-features = false } windows-core = { version = "0.61.2", path = "crates/libs/core", default-features = false } windows-future = { version = "0.2.1", path = "crates/libs/future", default-features = false } @@ -49,7 +49,7 @@ windows-registry = { version = "0.5.2", path = "crates/libs/registry", default-f windows-result = { version = "0.3.4", path = "crates/libs/result", default-features = false } windows-services = { version = "0.24.0", path = "crates/libs/services", default-features = false } windows-strings = { version = "0.4.2", path = "crates/libs/strings", default-features = false } -windows-sys = { version = "0.60.0", path = "crates/libs/sys", default-features = false } +windows-sys = { version = "0.60.1", path = "crates/libs/sys", default-features = false } windows-targets = { version = "0.53.1", path = "crates/libs/targets", default-features = false } windows-threading = { version = "0.1.0", path = "crates/libs/threading", default-features = false } windows-version = { version = "0.1.4", path = "crates/libs/version", default-features = false } diff --git a/crates/libs/bindgen/Cargo.toml b/crates/libs/bindgen/Cargo.toml index ed9e48788d..27c6eeba89 100644 --- a/crates/libs/bindgen/Cargo.toml +++ b/crates/libs/bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-bindgen" -version = "0.62.0" +version = "0.62.1" edition = "2021" rust-version = "1.74" license = "MIT OR Apache-2.0" diff --git a/crates/libs/bindgen/readme.md b/crates/libs/bindgen/readme.md index 702dc71dac..cbc119b6a8 100644 --- a/crates/libs/bindgen/readme.md +++ b/crates/libs/bindgen/readme.md @@ -13,7 +13,7 @@ Start by adding the following to your Cargo.toml file: version = "0.1" [build-dependencies.windows-bindgen] -version = "0.61" +version = "0.62" ``` Generate Rust bindings in a build script as follows: diff --git a/crates/libs/cppwinrt/Cargo.toml b/crates/libs/cppwinrt/Cargo.toml index 2357cc1300..cc59dfbe9b 100644 --- a/crates/libs/cppwinrt/Cargo.toml +++ b/crates/libs/cppwinrt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cppwinrt" -version = "0.3.0" +version = "0.3.1" authors = ["Microsoft"] edition = "2021" rust-version = "1.74" diff --git a/crates/libs/cppwinrt/readme.md b/crates/libs/cppwinrt/readme.md index f23e732428..ed81ae6e46 100644 --- a/crates/libs/cppwinrt/readme.md +++ b/crates/libs/cppwinrt/readme.md @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.cppwinrt] -version = "0.2" +version = "0.3" ``` Use `cppwinrt` function as needed: diff --git a/crates/libs/sys/Cargo.toml b/crates/libs/sys/Cargo.toml index 3dc4ed6cea..d1041f7eae 100644 --- a/crates/libs/sys/Cargo.toml +++ b/crates/libs/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-sys" -version = "0.60.0" +version = "0.60.1" authors = ["Microsoft"] edition = "2021" rust-version = "1.60" diff --git a/crates/libs/sys/readme.md b/crates/libs/sys/readme.md index f0e328f707..0c9268e0c7 100644 --- a/crates/libs/sys/readme.md +++ b/crates/libs/sys/readme.md @@ -11,7 +11,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-sys] -version = "0.59" +version = "0.60" features = [ "Win32_Security", "Win32_System_Threading", diff --git a/crates/samples/components/json_validator_winrt/src/bindings.rs b/crates/samples/components/json_validator_winrt/src/bindings.rs index 9db6a9a7b6..56bba9723e 100644 --- a/crates/samples/components/json_validator_winrt/src/bindings.rs +++ b/crates/samples/components/json_validator_winrt/src/bindings.rs @@ -1,4 +1,4 @@ -// Bindings generated by `windows-bindgen` 0.62.0 +// Bindings generated by `windows-bindgen` 0.62.1 #![allow( non_snake_case, diff --git a/crates/samples/components/json_validator_winrt_client/src/bindings.rs b/crates/samples/components/json_validator_winrt_client/src/bindings.rs index c57efebeed..95b871e7d7 100644 --- a/crates/samples/components/json_validator_winrt_client/src/bindings.rs +++ b/crates/samples/components/json_validator_winrt_client/src/bindings.rs @@ -1,4 +1,4 @@ -// Bindings generated by `windows-bindgen` 0.62.0 +// Bindings generated by `windows-bindgen` 0.62.1 #![allow( non_snake_case, diff --git a/crates/tests/libs/bindgen/src/comment.rs b/crates/tests/libs/bindgen/src/comment.rs index 103e469eaa..0f8771c205 100644 --- a/crates/tests/libs/bindgen/src/comment.rs +++ b/crates/tests/libs/bindgen/src/comment.rs @@ -1,4 +1,4 @@ -// Bindings generated by `windows-bindgen` 0.62.0 +// Bindings generated by `windows-bindgen` 0.62.1 #![allow( non_snake_case, diff --git a/crates/tests/libs/bindgen/src/comment_no_allow.rs b/crates/tests/libs/bindgen/src/comment_no_allow.rs index b5297e927d..9c01a75b4e 100644 --- a/crates/tests/libs/bindgen/src/comment_no_allow.rs +++ b/crates/tests/libs/bindgen/src/comment_no_allow.rs @@ -1,3 +1,3 @@ -// Bindings generated by `windows-bindgen` 0.62.0 +// Bindings generated by `windows-bindgen` 0.62.1 windows_link::link!("kernel32.dll" "system" fn GetTickCount() -> u32);