Skip to content

Commit

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

Bump windows from 0.56.0 to 0.57.0 in /rust
  • Loading branch information
MolotovCherry authored Jun 10, 2024
2 parents 9eadb9c + 0e47b39 commit 6b09f70
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 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.203", features = ["derive"] }
thiserror = "1.0.61"
owo-colors = "4.0.0"
serde_json = "1.0.117"
windows = { version = "0.56.0", features = ["Win32_Foundation"] }
windows = { version = "0.57.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.61"

[dependencies.windows]
version = "0.56.0"
version = "0.57.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.117"

[dependencies.windows]
version = "0.56.0"
version = "0.57.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.38.0", features = [
] }

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

0 comments on commit 6b09f70

Please sign in to comment.