chore(deps): bump clipboard-win from 4.2.1 to 4.3.0

Bumps [clipboard-win](https://github.com/DoumanAsh/clipboard-win) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/DoumanAsh/clipboard-win/releases)
- [Commits](https://github.com/DoumanAsh/clipboard-win/commits)

---
updated-dependencies:
- dependency-name: clipboard-win
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-03 21:12:05 +00:00 committed by GitHub
parent e3311d72de
commit bf398edeb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -153,9 +153,9 @@ dependencies = [
[[package]]
name = "clipboard-win"
version = "4.2.1"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4ea1881992efc993e4dc50a324cdbd03216e41bdc8385720ff47efc9bd2ca8"
checksum = "1951fb8aa063a2ee18b4b4d217e4aa2ec9cc4f2430482983f607fa10cd36d7aa"
dependencies = [
"error-code",
"str-buf",
@ -1310,7 +1310,7 @@ version = "0.4.3"
dependencies = [
"anyhow",
"clipboard",
"clipboard-win 4.2.1",
"clipboard-win 4.3.0",
"conv",
"dirs",
"env_logger",

View File

@ -25,7 +25,7 @@ rayon = "1.5.1"
pasteboard = "0.1.3"
[target.'cfg(target_os = "windows")'.dependencies]
clipboard-win = "4.0.2"
clipboard-win = "4.3.0"
image = { version = "0.23", default-features = false, features = ["jpeg", "bmp", "jpeg_rayon"] }
[dependencies.image]