Skip to content

Commit

Permalink
chore: update windows-registry and windows-result crates (#10532)
Browse files Browse the repository at this point in the history
## Summary

Closes #10517
Closes #10516

They need to be updated together.
  • Loading branch information
samypr100 authored Jan 13, 2025
1 parent f261c65 commit 73f60bb
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 15 deletions.
99 changes: 86 additions & 13 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ urlencoding = { version = "2.1.3" }
version-ranges = { git = "https://github.com/astral-sh/pubgrub", rev = "648aa343486e5529953153781fc86025c73c4a61" }
walkdir = { version = "2.5.0" }
which = { version = "7.0.0", features = ["regex"] }
windows-registry = { version = "0.3.0" }
windows-result = { version = "0.2.0" }
windows-registry = { version = "0.4.0" }
windows-result = { version = "0.3.0" }
windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Ioctl", "Win32_System_IO"] }
winreg = { version = "0.53.0" }
winsafe = { version = "0.0.22", features = ["kernel"] }
Expand Down

0 comments on commit 73f60bb

Please sign in to comment.