Skip to content

fix(deps): update rust crate winreg to 0.56#693

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/winreg-0.x
Open

fix(deps): update rust crate winreg to 0.56#693
renovate[bot] wants to merge 1 commit intomainfrom
renovate/winreg-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 26, 2026

This PR contains the following updates:

Package Type Update Change
winreg dependencies minor 0.550.56

Release Notes

gentoo90/winreg-rs (winreg)

v0.56.0: 0.56.0 (windows-sys)

Compare Source

  • Breaking change: RegValue.bytes is now Cow<[u8]> and not Vec<u8> which introduces a lifetime to the structure (#​64).
  • Breaking change: serialization now opens the key with DELETE, KEY_ENUMERATE_SUB_KEYS and KEY_QUERY_VALUE permissions in addition to KEY_CREATE_SUB_KEY and KEY_SET_VALUE used previously. This is required for:
  • New RegKey methods: encode_destructive() and encode_destructive_transacted() that wipe all subkeys/values of a target key before writing to it (#​76).
  • New RegKey methods: enum_keys_os_string() and enum_values_os_string() return iterators that use OsString for key/value names (#​80).
  • Add consts for predefined registry keys: HKCR, HKCU, HKLM, HKU and HKCC.
  • Implement std traits FromRawHandle, IntoRawHandle and AsRawHandle for Transaction.
  • Set windows-sys version to >=0.59, <=0.61 according to its README recomendation.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.04%. Comparing base (f2d4349) to head (5817ef7).
⚠️ Report is 205 commits behind head on main.

❌ Your project check has failed because the head coverage (53.04%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #693      +/-   ##
==========================================
- Coverage   55.36%   53.04%   -2.33%     
==========================================
  Files         528      372     -156     
  Lines       63045    64500    +1455     
==========================================
- Hits        34907    34215     -692     
- Misses      28138    30285    +2147     
Flag Coverage Δ
unittests 53.04% <ø> (-2.33%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 423 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/winreg-0.x branch from f08c205 to 5817ef7 Compare March 26, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants