From 5c8017eaf8989b9b45fe58ec660ff418003c35b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 21:27:17 +0000 Subject: [PATCH] fix(deps): bump arboard from 3.5.0 to 3.6.0 --- updated-dependencies: - dependency-name: arboard dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a7a787f22..79192f894b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,9 +244,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/Cargo.toml b/Cargo.toml index 5f28a8152e..8e042bf657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ amzn-consolas-client = { path = "crates/amzn-consolas-client" } amzn-qdeveloper-streaming-client = { path = "crates/amzn-qdeveloper-streaming-client" } amzn-toolkit-telemetry-client = { path = "crates/amzn-toolkit-telemetry-client" } anstream = "0.6.13" -arboard = { version = "3.5.0", default-features = false } +arboard = { version = "3.6.0", default-features = false } assert_cmd = "2.0" async-trait = "0.1.87" aws-config = "1.0.3"