Use arboard in servoshell instead of rust-clipboard (#30274)

rust-clipboard is unmaintained, which means that it pulls in very old
dependencies (including a version xcb with 3 critical security
vulnerabilities). In addition, we already depend on arboard. This
removes four crates from our dependency graph.
This commit is contained in:
Martin Robinson 2023-09-06 11:15:21 +02:00 committed by GitHub
parent 8d5dc7a0bb
commit 0cf84f9f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 63 deletions

View file

@ -20,6 +20,7 @@ rand = [
[ignore]
# Ignored packages with duplicated versions
packages = [
"ahash",
"arrayvec",
"base64",
"cfg-if",
@ -81,10 +82,6 @@ packages = [
# Temporarily duplicated until gleam can be upgrded.
"uuid",
# winit port minibrowser (servo/servo#30049)
"clipboard-win",
"ahash",
]
# Files that are ignored for all tidy and lint checks.
files = [