mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): Bump arboard from 3.3.2 to 3.4.0 in /rust (#5038)
Bumps [arboard](https://github.com/1Password/arboard) from 3.3.2 to 3.4.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.4.0</h2> <h3>Added</h3> <ul> <li>Added a <code>wait_until</code> method for Linux, as a superset of the existing <code>wait</code> functionality. This is a helper for letting an application wait without manual timeout handling.</li> </ul> <h3>Fixed</h3> <ul> <li>Transparency in copied images now behaves better in certain Windows apps.</li> </ul> <h3>Changed</h3> <ul> <li>Updated <code>image</code> to <code>0.25</code>.</li> <li>Removed direct <code>thiserror</code> dependency.</li> <li>Fixed Linux documentation links</li> <li>Raised MSRV to 1.67.1</li> <li>Reverted timeout behavior of <code>Clipboard::new()</code> on platforms using X11. Applications are encouraged to wrap constructor calls in their own thread/channel timeout mechanisms instead to make sure the behavior matches each usecase.</li> <li>Migrated away from <code>objc</code> to the <code>objc2</code> ecosystem for the Apple clipboard implementation.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/1Password/arboard/compare/v3.3.2...v3.4.0">https://github.com/1Password/arboard/compare/v3.3.2...v3.4.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.4.0 on 2024-29-04</h2> <h3>Added</h3> <ul> <li>Added a <code>wait_until</code> method for Linux, as a superset of the existing <code>wait</code> functionality. This is a helper for letting an application wait without manual timeout handling.</li> </ul> <h3>Fixed</h3> <ul> <li>Transparency in copied images now behaves better in certain Windows apps.</li> </ul> <h3>Changed</h3> <ul> <li>Updated <code>image</code> to <code>0.25</code>.</li> <li>Removed direct <code>thiserror</code> dependency.</li> <li>Fixed Linux documentation links</li> <li>Raised MSRV to 1.67.1</li> <li>Reverted timeout behavior of <code>Clipboard::new()</code> on platforms using X11. Applications are encouraged to wrap constructor calls in their own thread/channel timeout mechanisms instead to make sure the behavior matches each usecase.</li> <li>Migrated away from <code>objc</code> to the <code>objc2</code> ecosystem for the Apple clipboard implementation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="151e679ee5"><code>151e679</code></a> Release 3.4.0</li> <li><a href="610e29ba81"><code>610e29b</code></a> Remove direct thiserror dependency</li> <li><a href="83740b7ab0"><code>83740b7</code></a> Copy image as PNG file on Windows (<a href="https://redirect.github.com/1Password/arboard/issues/141">#141</a>)</li> <li><a href="0bff1e07ea"><code>0bff1e0</code></a> Use objc2 and its framework crates</li> <li><a href="1cca83d7e5"><code>1cca83d</code></a> Revert "add timeout to RustConnection::connect to X11 server"</li> <li><a href="b4646f6c5f"><code>b4646f6</code></a> Increase version of clipboard-win used by default</li> <li><a href="e2846f9288"><code>e2846f9</code></a> Fix clippy errors</li> <li><a href="2f4b502508"><code>2f4b502</code></a> Move <code>WaitConfig</code> to src/platform/linux/mod.rs, use <code>WaitConfig</code> inside `stru...</li> <li><a href="6cf324cc44"><code>6cf324c</code></a> Added <code>WaitConfig</code>, fix <code>wait_until</code> note in docs</li> <li><a href="eabb191df0"><code>eabb191</code></a> add notice for X11 in <code>SetExtLinux#wait_until</code> docs</li> <li>Additional commits viewable in <a href="https://github.com/1Password/arboard/compare/v3.3.2...v3.4.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> Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>
This commit is contained in:
79
rust/Cargo.lock
generated
79
rust/Cargo.lock
generated
@@ -159,17 +159,16 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "arboard"
|
||||
version = "3.3.2"
|
||||
version = "3.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a2041f1943049c7978768d84e6d0fd95de98b76d6c4727b09e78ec253d29fa58"
|
||||
checksum = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89"
|
||||
dependencies = [
|
||||
"clipboard-win",
|
||||
"log",
|
||||
"objc",
|
||||
"objc-foundation",
|
||||
"objc_id",
|
||||
"objc2",
|
||||
"objc2-app-kit",
|
||||
"objc2-foundation",
|
||||
"parking_lot",
|
||||
"thiserror",
|
||||
"x11rb",
|
||||
]
|
||||
|
||||
@@ -676,6 +675,15 @@ version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
|
||||
|
||||
[[package]]
|
||||
name = "block2"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "43ff7d91d3c1d568065b06c899777d1e48dcf76103a672a0adbc238a7f247f1e"
|
||||
dependencies = [
|
||||
"objc2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "blocking"
|
||||
version = "1.5.1"
|
||||
@@ -1007,9 +1015,9 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
||||
|
||||
[[package]]
|
||||
name = "clipboard-win"
|
||||
version = "5.3.0"
|
||||
version = "5.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d517d4b86184dbb111d3556a10f1c8a04da7428d2987bf1081602bf11c3aa9ee"
|
||||
checksum = "79f4473f5144e20d9aceaf2972478f06ddf687831eafeeb434fbaf0acc4144ad"
|
||||
dependencies = [
|
||||
"error-code",
|
||||
]
|
||||
@@ -4090,6 +4098,61 @@ dependencies = [
|
||||
"objc_id",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "objc-sys"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "da284c198fb9b7b0603f8635185e85fbd5b64ee154b1ed406d489077de2d6d60"
|
||||
|
||||
[[package]]
|
||||
name = "objc2"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4b25e1034d0e636cd84707ccdaa9f81243d399196b8a773946dcffec0401659"
|
||||
dependencies = [
|
||||
"objc-sys",
|
||||
"objc2-encode",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "objc2-app-kit"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fb79768a710a9a1798848179edb186d1af7e8a8679f369e4b8d201dd2a034047"
|
||||
dependencies = [
|
||||
"block2",
|
||||
"objc2",
|
||||
"objc2-core-data",
|
||||
"objc2-foundation",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "objc2-core-data"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6e092bc42eaf30a08844e6a076938c60751225ec81431ab89f5d1ccd9f958d6c"
|
||||
dependencies = [
|
||||
"block2",
|
||||
"objc2",
|
||||
"objc2-foundation",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "objc2-encode"
|
||||
version = "4.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "88658da63e4cc2c8adb1262902cd6af51094df0488b760d6fd27194269c0950a"
|
||||
|
||||
[[package]]
|
||||
name = "objc2-foundation"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cfaefe14254871ea16c7d88968c0ff14ba554712a20d76421eec52f0a7fb8904"
|
||||
dependencies = [
|
||||
"block2",
|
||||
"objc2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "objc_exception"
|
||||
version = "0.1.2"
|
||||
|
||||
@@ -12,7 +12,7 @@ anyhow = { version = "1.0" }
|
||||
tauri-build = { version = "1.5", features = [] }
|
||||
|
||||
[dependencies]
|
||||
arboard = { version = "3.3.2", default-features = false }
|
||||
arboard = { version = "3.4.0", default-features = false }
|
||||
anyhow = { version = "1.0" }
|
||||
arc-swap = "1.7.0"
|
||||
chrono = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user