chore: bump winreg from 0.7.0 to 0.9.0 (#18061)

Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.7.0 to 0.9.0.
- [Release notes](https://github.com/gentoo90/winreg-rs/releases)
- [Commits](https://github.com/gentoo90/winreg-rs/compare/v0.7.0...v0.9.0)

---
updated-dependencies:
- dependency-name: winreg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-06-18 15:29:59 -06:00
committed by GitHub
parent 83a6c669a5
commit 2b39eb6412
2 changed files with 12 additions and 3 deletions

View File

@ -38,7 +38,7 @@ url = "2.1.1"
[target."cfg(windows)".dependencies]
winapi = "0.3.8"
winreg = "0.7"
winreg = "0.9"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]