chore(deps): bump winreg from 0.53.0 to 0.55.0

Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.53.0 to 0.55.0.
- [Release notes](https://github.com/gentoo90/winreg-rs/releases)
- [Changelog](https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gentoo90/winreg-rs/compare/v0.53.0...v0.55.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-13 14:38:22 +00:00
committed by Jeezy
parent eb6e12e2bd
commit 129dc5d43f
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -6354,12 +6354,12 @@ dependencies = [
[[package]]
name = "winreg"
version = "0.53.0"
version = "0.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89a47b489f8fc5b949477e89dca4d1617f162c6c53fbcbefde553ab17b342ff9"
checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
dependencies = [
"cfg-if 1.0.0",
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@@ -47,7 +47,7 @@ windows-core = { workspace = true }
windows-implement = { workspace = true }
windows-interface = { workspace = true }
winput = "0.2"
winreg = "0.53"
winreg = "0.55"
[build-dependencies]
shadow-rs = { workspace = true }