Skip to content

Commit 4154edd

Browse files
build(deps): bump windows from 0.61.3 to 0.62.0
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.61.3 to 0.62.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.62.0) --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd43129 commit 4154edd

File tree

3 files changed

+93
-10
lines changed

3 files changed

+93
-10
lines changed

Cargo.lock

Lines changed: 91 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ironrdp-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ x509-cert = { version = "0.2", default-features = false, features = ["std"] }
8888
url = "2"
8989

9090
[target.'cfg(windows)'.dependencies]
91-
windows = { version = "0.61", features = ["Win32_Foundation"] }
91+
windows = { version = "0.62", features = ["Win32_Foundation"] }
9292

9393
[lints]
9494
workspace = true

crates/ironrdp-cliprdr-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ironrdp-core = { path = "../ironrdp-core", version = "0.1" }
2121
tracing = { version = "0.1", features = ["log"] }
2222

2323
[target.'cfg(windows)'.dependencies]
24-
windows = { version = "0.61", features = [
24+
windows = { version = "0.62", features = [
2525
"Win32_Foundation",
2626
"Win32_Graphics_Gdi",
2727
"Win32_System_DataExchange",

0 commit comments

Comments
 (0)