From 314716e0dea9877459b5e5ac8fad133c1fd4990d Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 31 Aug 2022 11:11:03 +0530 Subject: [PATCH] feat(cargo): update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"