mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): Bump winreg from 0.51.0 to 0.52.0 in /rust (#3420)
Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.51.0 to 0.52.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gentoo90/winreg-rs/releases">winreg's releases</a>.</em></p> <blockquote> <h2>0.52.0 (windows-rs)</h2> <ul> <li>Breaking change: <code>.commit()</code> and <code>.rollback()</code> now consume the transaction (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/62">#62</a>)</li> <li>Add <code>RegKey::rename_subkey()</code> method (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/58">#58</a>)</li> <li>Make serialization modules public (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/59">#59</a>)</li> <li>Fix UB in <code>FromRegValue</code> for <code>u32</code> and <code>u64</code> (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/61">#61</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md">winreg's changelog</a>.</em></p> <blockquote> <h2>0.52.0</h2> <ul> <li>Breaking change: <code>.commit()</code> and <code>.rollback()</code> now consume the transaction (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/62">#62</a>)</li> <li>Add <code>RegKey::rename_subkey()</code> method (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/58">#58</a>)</li> <li>Make serialization modules public (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/59">#59</a>)</li> <li>Fix UB in <code>FromRegValue</code> for <code>u32</code> and <code>u64</code> (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/61">#61</a>)</li> </ul> <h2>0.14.0</h2> <ul> <li>Breaking change: increase MSRV to 1.34</li> <li>Fix UB in <code>FromRegValue</code> for <code>u32</code> and <code>u64</code> (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/61">#61</a>)</li> </ul> <h2>0.13.0</h2> <ul> <li>Breaking change: <code>.commit()</code> and <code>.rollback()</code> now consume the transaction (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/62">#62</a>)</li> <li>Add <code>RegKey::rename_subkey()</code> method (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/58">#58</a>)</li> <li>Make serialization modules public (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/59">#59</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1c56127adf"><code>1c56127</code></a> Merge branch 'winapi'. Bump version to 0.52.0</li> <li><a href="4b0ba3e243"><code>4b0ba3e</code></a> Bump version to 0.14.0</li> <li><a href="7634148bca"><code>7634148</code></a> Fix UB in <code>FromRegValue</code> for <code>u32</code> and <code>u64</code></li> <li><a href="9aea2ad818"><code>9aea2ad</code></a> Bump version to 0.13.0</li> <li><a href="53125816b2"><code>5312581</code></a> Fix build with rust 1.31</li> <li><a href="ecda4989e9"><code>ecda498</code></a> Make serialization modules public.</li> <li><a href="0fd5bb8823"><code>0fd5bb8</code></a> <code>.commit()</code> and <code>.rollback()</code> now consume the transaction</li> <li><a href="fa2f1c851a"><code>fa2f1c8</code></a> Add <code>RegKey::rename_subkey()</code> method</li> <li>See full diff in <a href="https://github.com/gentoo90/winreg-rs/compare/v0.51.0...v0.52.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> 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:
12
rust/Cargo.lock
generated
12
rust/Cargo.lock
generated
@@ -2181,7 +2181,7 @@ dependencies = [
|
||||
"uuid",
|
||||
"windows 0.52.0",
|
||||
"windows-implement 0.52.0",
|
||||
"winreg 0.51.0",
|
||||
"winreg 0.52.0",
|
||||
"wintun",
|
||||
"zip",
|
||||
]
|
||||
@@ -8388,6 +8388,16 @@ dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "winreg"
|
||||
version = "0.52.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wintun"
|
||||
version = "0.4.0"
|
||||
|
||||
@@ -53,7 +53,7 @@ bincode = "1.3.3"
|
||||
# Tauri works fine on Linux, but it requires a lot of build-time deps like glib and gdk, so I've blocked it out for now.
|
||||
tauri = { version = "1.5", features = [ "dialog", "notification", "shell-open-api", "system-tray" ] }
|
||||
tauri-utils = "1.5.1"
|
||||
winreg = "0.51.0"
|
||||
winreg = "0.52.0"
|
||||
wintun = "0.4.0"
|
||||
|
||||
[target.'cfg(windows)'.dependencies.windows]
|
||||
|
||||
Reference in New Issue
Block a user