Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }

# XML
quick-xml = { version = "0.39", features = ["serialize"] }
quick-xml = { version = "0.40", features = ["serialize"] }

# Errors
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion bins/opc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ libc = "0.2"
# (locale-independent — pnputil's text labels are translated on non-en-US
# Windows) and Toolhelp32 for sibling-process checks (no PowerShell
# cold-start).
windows-sys = { version = "0.59", features = [
windows-sys = { version = "0.61", features = [
"Win32_Foundation",
"Win32_Devices_DeviceAndDriverInstallation",
"Win32_System_Diagnostics_ToolHelp",
Expand Down
2 changes: 1 addition & 1 deletion crates/gp-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_urlencoded = "0.7"
# blocked in `ReadFile` forever holding stdin's internal lock —
# perfectly fine for a one-shot connect but deadlocks on re-auth.
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59", features = [
windows-sys = { version = "0.61", features = [
"Win32_Foundation",
"Win32_System_IO",
"Win32_System_Threading",
Expand Down
4 changes: 2 additions & 2 deletions crates/gp-dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ tracing = { workspace = true }
# in a kernel-mode wait we can't `taskkill`). See:
# https://www.island.io/blog/man-7-windows-nrpt
[target.'cfg(windows)'.dependencies]
winreg = "0.55"
windows-sys = { version = "0.59", features = [
winreg = "0.56"
windows-sys = { version = "0.61", features = [
"Win32_Foundation",
"Win32_System_Services",
"Win32_Security_Cryptography",
Expand Down
Loading