Skip to content

Commit

Permalink
build(deps): bump winreg from 0.51.0 to 0.52.0 in /nym-vpn-core (#1354)
Browse files Browse the repository at this point in the history
Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.51.0 to 0.52.0.
- [Release notes](https://github.com/gentoo90/winreg-rs/releases)
- [Changelog](https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md)
- [Commits](gentoo90/winreg-rs@v0.51.0...v0.52.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and jmwample committed Oct 30, 2024
1 parent 26c2086 commit 7ce931d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions nym-vpn-core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nym-vpn-core/crates/nym-dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ duct.workspace = true

[target.'cfg(windows)'.dependencies]
once_cell = "1.16"
winreg = { version = "0.51", features = ["transactions"] }
winreg = { version = "0.52", features = ["transactions"] }

nym-windows = { path = "../nym-windows" }
nym-common = { path = "../nym-common" }
Expand Down

0 comments on commit 7ce931d

Please sign in to comment.