fix(deps): update rust crate arboard to 2.1.1

This commit is contained in:
Renovate Bot 2022-05-19 00:20:38 +00:00 committed by renovate[bot]
parent aac9819bc5
commit 5d3f5ed27b
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -40,9 +40,9 @@ checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
[[package]]
name = "arboard"
version = "2.1.0"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6045ca509e4abacde2b884ac4618a51d0c017b5d85a3ee84a7226eb33b3154a9"
checksum = "dc120354d1b5ec6d7aaf4876b602def75595937b5e15d356eb554ab5177e08bb"
dependencies = [
"clipboard-win",
"core-graphics",
@ -51,7 +51,6 @@ dependencies = [
"objc",
"objc-foundation",
"objc_id",
"once_cell",
"parking_lot 0.12.0",
"thiserror",
"winapi",

View File

@ -36,7 +36,7 @@ clap_mangen = "0.1.6"
discord-webhook = "0.1.0"
[target.'cfg(not(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten")))))'.dependencies]
arboard = "2.1.0"
arboard = "2.1.1"
[dependencies.clap]
version = "3.1.18"