From abe29b11ce8ece3030d0fdd41f6658a27da5e486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:06:39 -0400 Subject: [PATCH] build(deps): bump arboard from 3.2.0 to 3.2.1 (#88) Bumps [arboard](https://github.com/1Password/arboard) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/1Password/arboard/releases) - [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md) - [Commits](https://github.com/1Password/arboard/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: arboard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb5f93a..7bcddce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,16 +53,15 @@ dependencies = [ [[package]] name = "arboard" -version = "3.2.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854" +checksum = "ac57f2b058a76363e357c056e4f74f1945bf734d37b8b3ef49066c4787dde0fc" dependencies = [ "clipboard-win", "log", "objc", "objc-foundation", "objc_id", - "once_cell", "parking_lot", "thiserror", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 5f69460..accc282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.65.0" tui = {package = "ratatui", version = "0.22.0", default-features = false, features = ["crossterm"]} crossterm = "0.27.0" clap = { version = "4.3.19", features = ["derive"] } -arboard = { version = "3.2.0", default-features = false } +arboard = { version = "3.2.1", default-features = false } memmap2 = "0.7.1" crossbeam = "0.8.2"