diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3ad40fbbf..ce039ddc2 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -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", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b6b2689ef..870903f31 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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 }