Skip to content

Commit

Permalink
Merge pull request #93 from Ortham/dependabot/cargo/windows-0.56.0
Browse files Browse the repository at this point in the history
Update windows requirement from 0.54.0 to 0.56.0
  • Loading branch information
Ortham committed Apr 15, 2024
2 parents d1d42d1 + e678408 commit a9bcb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ keyvalues-parser = "0.2.0"

[target.'cfg(windows)'.dependencies]
dirs = "5.0"
windows = { version = "0.54.0", features = ["Foundation_Collections", "System_UserProfile"] }
windows = { version = "0.56.0", features = ["Foundation_Collections", "System_UserProfile"] }

[dev-dependencies]
criterion = "0.5.1"
Expand Down

0 comments on commit a9bcb69

Please sign in to comment.