chore: bump winreg from 0.9.0 to 0.10.1 (#19928)

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

---
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:
Tyera Eulberg
2021-09-16 00:06:45 -05:00
committed by GitHub
parent bd434d92e1
commit c02ecadbf2
2 changed files with 4 additions and 4 deletions

View File

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