Skip to content

Commit aafae1f

Browse files
authored
Release 70 (#3771)
1 parent eeac55a commit aafae1f

File tree

16 files changed

+25
-25
lines changed

16 files changed

+25
-25
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ syn = { version = "2.0", default-features = false }
3333
serde_json = {version = "1.0", default-features = false }
3434
# generated dependencies
3535
cppwinrt = { version = "0.3.3", path = "crates/libs/cppwinrt", default-features = false }
36-
windows = { version = "0.62.0", path = "crates/libs/windows", default-features = false }
37-
windows-bindgen = { version = "0.63.0", path = "crates/libs/bindgen", default-features = false }
38-
windows-collections = { version = "0.3.0", path = "crates/libs/collections", default-features = false }
39-
windows-core = { version = "0.62.0", path = "crates/libs/core", default-features = false }
40-
windows-future = { version = "0.3.0", path = "crates/libs/future", default-features = false }
41-
windows-implement = { version = "0.60.0", path = "crates/libs/implement", default-features = false }
42-
windows-interface = { version = "0.59.1", path = "crates/libs/interface", default-features = false }
36+
windows = { version = "0.62.1", path = "crates/libs/windows", default-features = false }
37+
windows-bindgen = { version = "0.64.0", path = "crates/libs/bindgen", default-features = false }
38+
windows-collections = { version = "0.3.1", path = "crates/libs/collections", default-features = false }
39+
windows-core = { version = "0.62.1", path = "crates/libs/core", default-features = false }
40+
windows-future = { version = "0.3.1", path = "crates/libs/future", default-features = false }
41+
windows-implement = { version = "0.60.1", path = "crates/libs/implement", default-features = false }
42+
windows-interface = { version = "0.59.2", path = "crates/libs/interface", default-features = false }
4343
windows-link = { version = "0.2.0", path = "crates/libs/link", default-features = false }
4444
windows-metadata = { version = "0.59.0", path = "crates/libs/metadata", default-features = false }
4545
windows-numerics = { version = "0.3.0", path = "crates/libs/numerics", default-features = false }
4646
windows-registry = { version = "0.6.0", path = "crates/libs/registry", default-features = false }
4747
windows-result = { version = "0.4.0", path = "crates/libs/result", default-features = false }
4848
windows-services = { version = "0.26.0", path = "crates/libs/services", default-features = false }
4949
windows-strings = { version = "0.5.0", path = "crates/libs/strings", default-features = false }
50-
windows-sys = { version = "0.61.0", path = "crates/libs/sys", default-features = false }
51-
windows-targets = { version = "0.53.3", path = "crates/libs/targets", default-features = false }
50+
windows-sys = { version = "0.61.1", path = "crates/libs/sys", default-features = false }
51+
windows-targets = { version = "0.53.4", path = "crates/libs/targets", default-features = false }
5252
windows-threading = { version = "0.2.0", path = "crates/libs/threading", default-features = false }
53-
windows-version = { version = "0.1.5", path = "crates/libs/version", default-features = false }
53+
windows-version = { version = "0.1.6", path = "crates/libs/version", default-features = false }

crates/libs/bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-bindgen"
3-
version = "0.63.0"
3+
version = "0.64.0"
44
edition = "2021"
55
rust-version = "1.82"
66
license = "MIT OR Apache-2.0"

crates/libs/collections/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-collections"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
rust-version = "1.82"
66
license = "MIT OR Apache-2.0"

crates/libs/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-core"
3-
version = "0.62.0"
3+
version = "0.62.1"
44
edition = "2021"
55
rust-version = "1.82"
66
license = "MIT OR Apache-2.0"

crates/libs/future/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-future"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
rust-version = "1.82"
66
license = "MIT OR Apache-2.0"

crates/libs/implement/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-implement"
3-
version = "0.60.0"
3+
version = "0.60.1"
44
edition = "2021"
55
rust-version = "1.74"
66
license = "MIT OR Apache-2.0"

crates/libs/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-interface"
3-
version = "0.59.1"
3+
version = "0.59.2"
44
edition = "2021"
55
rust-version = "1.74"
66
license = "MIT OR Apache-2.0"

crates/libs/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-sys"
3-
version = "0.61.0"
3+
version = "0.61.1"
44
edition = "2021"
55
rust-version = "1.71"
66
license = "MIT OR Apache-2.0"

crates/libs/targets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "windows-targets"
4-
version = "0.53.3"
4+
version = "0.53.4"
55
edition = "2021"
66
rust-version = "1.60"
77
license = "MIT OR Apache-2.0"

crates/libs/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-version"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
rust-version = "1.74"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)