Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Bump windows from 0.48.0 to 0.51.1 in /src/agent
Browse files Browse the repository at this point in the history
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.48.0 to 0.51.1.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.48.0...0.51.1)

---
updated-dependencies:
- dependency-name: windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 59c52d6 commit d11abc3
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 39 deletions.
85 changes: 52 additions & 33 deletions src/agent/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 src/agent/debugger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ serde = { version = "1.0", features = ["derive"] }
win-util = { path = "../win-util" }

[dependencies.windows]
version = "0.48"
version = "0.51"
2 changes: 1 addition & 1 deletion src/agent/dynamic-library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ debugger = { path = "../debugger" }
winreg = "0.50"

[dependencies.windows]
version = "0.48"
version = "0.51"

[[bin]]
name = "dynamic-library"
2 changes: 1 addition & 1 deletion src/agent/input-tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sha2 = "0.10.2"
win-util = { path = "../win-util" }

[dependencies.windows]
version = "0.48"
version = "0.51"
features = [
"Win32_System_SystemServices"
]
2 changes: 1 addition & 1 deletion src/agent/onefuzz-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ azure_storage_blobs = { version = "0.14", default-features = false, features = [
nix = "0.26"

[target.'cfg(target_family = "windows")'.dependencies]
windows = "0.48"
windows = "0.51"
2 changes: 1 addition & 1 deletion src/agent/onefuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ backoff = { version = "0.4", features = ["tokio"] }
winreg = "0.50"
input-tester = { path = "../input-tester" }
debugger = { path = "../debugger" }
windows = { version = "0.48", features = [
windows = { version = "0.51", features = [
"Win32_System_ProcessStatus",
"Win32_Foundation",
] }
Expand Down
2 changes: 1 addition & 1 deletion src/agent/win-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ os_pipe = "1.1"
winreg = "0.50"

[dependencies.windows]
version = "0.48"
version = "0.51"
features = [
"Win32_Foundation",
"Win32_Security",
Expand Down

0 comments on commit d11abc3

Please sign in to comment.