update Cargo.lock

This commit is contained in:
Simon Gardling 2022-05-18 22:37:37 -04:00
parent 3191915b54
commit 7e4affcf4f

5
Cargo.lock generated
View File

@ -71,16 +71,15 @@ dependencies = [
[[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",
"log",
"objc",
"objc-foundation",
"objc_id",
"once_cell",
"parking_lot 0.12.0",
"thiserror",
"winapi",