Skip to content

Commit

Permalink
Update windows-sys requirement from 0.45 to 0.48 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 31, 2023
1 parent 16372f4 commit a87fc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ serde = { version = "1.0", optional = true }
uniquote = { version = "3.2", optional = true }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.45", features = ["Win32_Storage_FileSystem"] }
windows-sys = { version = "0.48", features = ["Win32_Storage_FileSystem"] }

[dev-dependencies]
bincode = "1.3"
tempfile = "3.2"

[target.'cfg(windows)'.dev-dependencies]
windows-sys = { version = "0.45", features = ["Win32_Foundation"] }
windows-sys = { version = "0.48", features = ["Win32_Foundation"] }

[target.'cfg(not(windows))'.dev-dependencies]
libc = "0.2"
Expand Down

0 comments on commit a87fc00

Please sign in to comment.