Skip to content

Commit

Permalink
Merge pull request #119 from MolotovCherry/dependabot/cargo/rust/wind…
Browse files Browse the repository at this point in the history
…ows-0.56.0

Bump windows from 0.54.0 to 0.56.0 in /rust
  • Loading branch information
MolotovCherry authored Apr 22, 2024
2 parents d2c42f3 + df28e2c commit 75ff360
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
32 changes: 28 additions & 4 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/driver-ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ serde = { version = "1.0.198", features = ["derive"] }
thiserror = "1.0.59"
owo-colors = "4.0.0"
serde_json = "1.0.116"
windows = { version = "0.54.0", features = ["Win32_Foundation"] }
windows = { version = "0.56.0", features = ["Win32_Foundation"] }
lazy_format = "2.0.3"
joinery = "3.1.0"
winreg = "0.52.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/driver-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ winreg = "0.52.0"
thiserror = "1.0.59"

[dependencies.windows]
version = "0.54.0"
version = "0.56.0"
features = ["Win32_System_Diagnostics_Debug"]

[dependencies.windows-sys]
Expand Down
2 changes: 1 addition & 1 deletion rust/vdd-user-session-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ winreg = "0.52.0"
serde_json = "1.0.116"

[dependencies.windows]
version = "0.54.0"
version = "0.56.0"
features = [
"Win32_Foundation",
"Win32_System_RemoteDesktop",
Expand Down
2 changes: 1 addition & 1 deletion rust/virtual-display-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tokio = { version = "1.37.0", features = [
] }

[dependencies.windows]
version = "0.54.0"
version = "0.56.0"
features = [
"Win32_Foundation",
"Win32_Security",
Expand Down

0 comments on commit 75ff360

Please sign in to comment.