fix(deps): update rust crate copypasta to 0.8.2

This commit is contained in:
renovate[bot] 2023-02-17 02:42:51 +00:00 committed by GitHub
parent 02e0569dbc
commit 62fbc874c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 70 additions and 19 deletions

View file

@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
anyhow = "1.0.69"
argv = "0.1.7"
clipboard-master = "3.1.3"
copypasta = { version = "0.8.1", default-features = false, features = ["x11"] }
copypasta = { version = "0.8.2", default-features = false, features = ["x11"] }
dirs = "4.0.0"
regex = "1.7.1"
serde = "1.0.152"