diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f86198884..2052f2b7b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -360,9 +360,9 @@ dependencies = [ [[package]] name = "arboard" -version = "3.6.0" +version = "3.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55f533f8e0af236ffe5eb979b99381df3258853f00ba2e44b6e1955292c75227" +checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" dependencies = [ "clipboard-win", "log", @@ -371,6 +371,7 @@ dependencies = [ "objc2-foundation", "parking_lot", "percent-encoding", + "windows-sys 0.59.0", "x11rb", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 30f952f93..482855394 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -44,7 +44,7 @@ admx-macro = { path = "gui-client/src-admx-macro" } anyhow = "1.0.99" apple-client-ffi = { path = "apple-client-ffi" } arbitrary = "1.4.2" -arboard = { version = "3.6.0", default-features = false } +arboard = { version = "3.6.1", default-features = false } async-trait = { version = "0.1", default-features = false } atomicwrites = "0.4.4" axum = { version = "0.8.4", default-features = false }