diff --git a/Cargo.toml b/Cargo.toml index 4fc2978..d007f59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"] anyhow = "1.0.62" 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.6.0" serde = "1.0.144"