From f4e65634c01b91cced7d81625dab6e71990b2f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:07:21 +0000 Subject: [PATCH] chore(deps): bump arboard from 3.6.0 to 3.6.1 Bumps [arboard](https://github.com/1Password/arboard) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/1Password/arboard/releases) - [Commits](https://github.com/1Password/arboard/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: arboard dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd448fd..d06032f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,9 +326,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", "image", @@ -340,7 +340,7 @@ dependencies = [ "objc2-foundation 0.3.1", "parking_lot", "percent-encoding", - "windows-sys 0.59.0", + "windows-sys 0.60.2", "wl-clipboard-rs", "x11rb", ] diff --git a/Cargo.toml b/Cargo.toml index a2e157e..aae1f0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ rand_hc = "0.4.0" strum_macros = "0.27.2" rand_xoshiro = "0.7.0" strum = { version = "0.27.2", features = ["phf"] } -arboard = { version = "3.6.0", features = ["wayland-data-control"] } +arboard = { version = "3.6.1", features = ["wayland-data-control"] } env_logger = "0.11.8" simplelog = { version = "0.12" } tracing = { version = "0.1.41" }