Bump winapi from 0.3.7 to 0.3.8

Bumps [winapi](https://github.com/retep998/winapi-rs) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/retep998/winapi-rs/releases)
- [Commits](https://github.com/retep998/winapi-rs/compare/0.3.7...0.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-02 09:11:48 +00:00
committed by GitHub
parent 8965314529
commit 616b768529
6 changed files with 28 additions and 28 deletions

View File

@ -24,7 +24,7 @@ features = ["llvm8-0", "target-x86"]
nix = "0.15.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.7", features = ["memoryapi"] }
winapi = { version = "0.3.8", features = ["memoryapi"] }
[build-dependencies]
cc = "1.0"