Skip to content

Commit e1d99b0

Browse files
Bump windows from 0.54.0 to 0.57.0 (#71)
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.54.0 to 0.57.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.54.0...0.57.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38f388c commit e1d99b0

File tree

5 files changed

+13
-57
lines changed

5 files changed

+13
-57
lines changed

Cargo.lock

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

crates/fig_desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ wry = { version = "0.41.0", default-features = false, features = [
101101
tracing-subscriber.workspace = true
102102

103103
[target.'cfg(target_os = "windows")'.dependencies.windows]
104-
version = "0.54.0"
104+
version = "0.57.0"
105105
features = [
106106
"implement",
107107
"Win32_Foundation",

crates/fig_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ objc.workspace = true
4646
bstr.workspace = true
4747

4848
[target.'cfg(windows)'.dependencies]
49-
windows = { version = "0.54.0", features = [
49+
windows = { version = "0.57.0", features = [
5050
"Win32_Foundation",
5151
"Win32_System_Kernel",
5252
"Win32_System_ProcessStatus",

crates/figterm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ nix.workspace = true
7373
[target.'cfg(windows)'.dependencies]
7474
lazy_static = "1.4"
7575
shared_library = "0.1"
76-
windows = { version = "0.54.0", features = ["Win32_System_Threading"] }
76+
windows = { version = "0.57.0", features = ["Win32_System_Threading"] }
7777
winapi = { version = "0.3", features = [
7878
"winuser",
7979
"winnls",

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ macos-utils = { path = "../macos-utils" }
9595
dbus = { path = "../dbus" }
9696

9797
[target.'cfg(target_os = "windows")'.dependencies]
98-
windows = { version = "0.54.0", features = ["Win32_System_Threading"] }
98+
windows = { version = "0.57.0", features = ["Win32_System_Threading"] }
9999
winapi = { version = "0.3", features = ["consoleapi"] }
100100

101101
[dev-dependencies]

0 commit comments

Comments
 (0)