Skip to content

Commit e74b9ab

Browse files
Update windows-sys requirement from 0.59 to 0.60
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.59.0...0.59.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.59.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50ad55f commit e74b9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ crossbeam-utils = "0.8"
4545
crossbeam-skiplist = "0.1"
4646
nix = "0.30"
4747
io-uring = "0.7"
48-
windows-sys = "0.59"
48+
windows-sys = "0.60"
4949
anyhow = "1.0"
5050
slab = "0.4"
5151
backtrace = "0.3"

0 commit comments

Comments
 (0)