Skip to content

Commit d522f44

Browse files
fix(deps): bump winreg from 0.52.0 to 0.55.0 (#416)
Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.52.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](gentoo90/winreg-rs@v0.52.0...v0.55.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>
1 parent e87fa71 commit d522f44

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fig_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ windows = { version = "0.58.0", features = [
5353
"Win32_System_ProcessStatus",
5454
"Win32_System_Threading",
5555
] }
56-
winreg = "0.52.0"
56+
winreg = "0.55.0"
5757

5858
[target.'cfg(unix)'.dependencies]
5959
sysinfo.workspace = true

crates/figterm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ winapi = { version = "0.3", features = [
8282
"namedpipeapi",
8383
"synchapi",
8484
] }
85-
winreg = "0.52.0"
85+
winreg = "0.55.0"
8686

8787
[dev-dependencies]
8888
assert_cmd = "2.0.8"

0 commit comments

Comments
 (0)