From 3ad5c6f52e999dbfb44b926fd8563d779c5e8a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:18:39 +0300 Subject: [PATCH] build(deps): bump arboard from 3.4.0 to 3.4.1 (#149) Bumps [arboard](https://github.com/1Password/arboard) from 3.4.0 to 3.4.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.4.0...v3.4.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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ded2361..3f4e59c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,9 +70,9 @@ dependencies = [ [[package]] name = "arboard" -version = "3.4.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89" +checksum = "df099ccb16cd014ff054ac1bf392c67feeef57164b05c42f037cd40f5d4357f4" dependencies = [ "clipboard-win", "log", diff --git a/Cargo.toml b/Cargo.toml index 60cf00b..141d160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["command-line-utilities", "text-editors"] [dependencies] ratatui = "0.28.1" clap = { version = "4.5.15", features = ["derive"] } -arboard = { version = "3.4.0", default-features = false } +arboard = { version = "3.4.1", default-features = false } memmap2 = "0.9.4" crossbeam = "0.8.4" hex = "0.4.3"