diff --git a/Cargo.lock b/Cargo.lock index 10f10f5..210e7e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142" +checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" [[package]] name = "argv" diff --git a/Cargo.toml b/Cargo.toml index 01b3672..6e8ebc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" include = ["src/**/*", "LICENSE-*", "README.md"] [dependencies] -anyhow = "1.0.60" +anyhow = "1.0.61" argv = "0.1.6" clipboard-master = "3.1.3" copypasta = { version = "0.7.1", default-features = false, features = ["x11"] }