Update Rust crate copypasta to 0.8.1

(cherry picked from commit 4a4037bdb5)
This commit is contained in:
renovate[bot] 2022-12-17 11:55:39 +00:00 committed by Harsh Shandilya
parent 341a85ad5c
commit 8b0c570c98
2 changed files with 26 additions and 6 deletions

View file

@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
anyhow = "1.0.66"
argv = "0.1.6"
clipboard-master = "3.1.3"
copypasta = { version = "0.7.1", default-features = false, features = ["x11"] }
copypasta = { version = "0.8.1", default-features = false, features = ["x11"] }
dirs = "4.0.0"
regex = "1.7.0"
serde = "1.0.151"