Skip to content

Commit

Permalink
Downgrade to winsafe v0.0.19 (#5233)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jul 19, 2024
1 parent a253913 commit 92e1102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 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 @@ -155,7 +155,7 @@ walkdir = { version = "2.5.0" }
which = { version = "6.0.0", features = ["regex"] }
winapi = { version = "0.3.9", features = ["fileapi", "handleapi", "ioapiset", "winbase", "winioctl", "winnt"] }
winreg = { version = "0.52.0" }
winsafe = { version = "0.0.21", features = ["kernel"] }
winsafe = { version = "0.0.19", features = ["kernel"] }
wiremock = { version = "0.6.0" }
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }

Expand Down

0 comments on commit 92e1102

Please sign in to comment.