mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump arboard from 3.5.0 to 3.6.0 in /rust (#9721)
Bumps [arboard](https://github.com/1Password/arboard) from 3.5.0 to 3.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/1Password/arboard/releases">arboard's releases</a>.</em></p> <blockquote> <h2>v3.6.0</h2> <h3>Added</h3> <ul> <li>Add support for excluding data from clipboard history on Linux.</li> <li><code>arboard</code>, in debug builds, now attempts to call out clipboard lifetime mishandling. <ul> <li>This is a debugging feature, and as such has no absolute or promised behavior.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>The background thread in the X11 backend no longer exits on every selection request failure.</li> </ul> <h3>Fixed</h3> <ul> <li>Handled cases where using an unsupported Primary clipboard on Wayland would return the wrong error.</li> <li>Clearing the clipboard on Linux now behaves correctly when interacting with other apps on the system.</li> <li>Pasting text with an explicit locale ID on Windows now works as intended.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MrSmoer"><code>@MrSmoer</code></a> made their first contribution in <a href="https://redirect.github.com/1Password/arboard/pull/155">1Password/arboard#155</a></li> <li><a href="https://github.com/crumblingstatue"><code>@crumblingstatue</code></a> made their first contribution in <a href="https://redirect.github.com/1Password/arboard/pull/186">1Password/arboard#186</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/1Password/arboard/compare/v3.5.0...v3.6.0">https://github.com/1Password/arboard/compare/v3.5.0...v3.6.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/1Password/arboard/blob/master/CHANGELOG.md">arboard's changelog</a>.</em></p> <blockquote> <h2>3.6.0 on 2025-06-27</h2> <h3>Added</h3> <ul> <li>Add support for excluding data from clipboard history on Linux.</li> <li><code>arboard</code>, in debug builds, now attempts to call out clipboard lifetime mishandling. <ul> <li>This is a debugging feature, and as such has no absolute or promised behavior.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>The background thread in the X11 backend no longer exits on every selection request failure.</li> </ul> <h3>Fixed</h3> <ul> <li>Handled cases where using an unsupported Primary clipboard on Wayland would return the wrong error.</li> <li>Clearing the clipboard on Linux now behaves correctly when interacting with other apps on the system.</li> <li>Pasting text with an explicit locale ID on Windows now works as intended.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4f9bff86dc"><code>4f9bff8</code></a> Release 3.6.0</li> <li><a href="380d2a691b"><code>380d2a6</code></a> Remove deprecated authors Cargo manifest field</li> <li><a href="68ea2074ac"><code>68ea207</code></a> Resolve new Clippy lints</li> <li><a href="8f6bab7d48"><code>8f6bab7</code></a> Add README section about Linux clipboard ownership</li> <li><a href="b704da3cea"><code>b704da3</code></a> Add debug helper for too-early Linux clipboard dropping</li> <li><a href="1040043ca4"><code>1040043</code></a> Reword README sections and elaborate on Linux support</li> <li><a href="5f80bc1ddf"><code>5f80bc1</code></a> linux/x11: Don't stop worker thread if handling selection request fails (<a href="https://redirect.github.com/1Password/arboard/issues/186">#186</a>)</li> <li><a href="b1e6720c3e"><code>b1e6720</code></a> Fix getting text on Windows when locale identifiers differ</li> <li><a href="6b0e47ac8a"><code>6b0e47a</code></a> Reimplement Linux clipboard clearing with correct primitives</li> <li><a href="825026572a"><code>8250265</code></a> Refactor Wayland error handling to better account for missing Primary clipboard</li> <li>Additional commits viewable in <a href="https://github.com/1Password/arboard/compare/v3.5.0...v3.6.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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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:
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -360,9 +360,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "arboard"
|
||||
version = "3.5.0"
|
||||
version = "3.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c1df21f715862ede32a0c525ce2ca4d52626bb0007f8c18b87a384503ac33e70"
|
||||
checksum = "55f533f8e0af236ffe5eb979b99381df3258853f00ba2e44b6e1955292c75227"
|
||||
dependencies = [
|
||||
"clipboard-win",
|
||||
"log",
|
||||
|
||||
@@ -41,7 +41,7 @@ edition = "2024"
|
||||
admx-macro = { path = "gui-client/src-admx-macro" }
|
||||
anyhow = "1.0.98"
|
||||
apple-client-ffi = { path = "apple-client-ffi" }
|
||||
arboard = { version = "3.5.0", default-features = false }
|
||||
arboard = { version = "3.6.0", default-features = false }
|
||||
async-trait = { version = "0.1", default-features = false }
|
||||
atomicwrites = "0.4.4"
|
||||
axum = { version = "0.8.4", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user