mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 23:37:01 +05:30
fix(deps): update rust crate copypasta to 0.10.1
This commit is contained in:
parent
06f6783bc0
commit
356f384297
2 changed files with 14 additions and 54 deletions
|
@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
|||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
argv = "0.1.11"
|
||||
copypasta = { version = "0.10.0", default-features = false, features = ["x11"] }
|
||||
copypasta = { version = "0.10.1", default-features = false, features = ["x11"] }
|
||||
dirs = "5.0.1"
|
||||
regex = "1.10.3"
|
||||
serde = "1.0.196"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue