diff --git a/Cargo.lock b/Cargo.lock index 101b0c56..e4844c7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,9 +41,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" [[package]] name = "arboard" diff --git a/Cargo.toml b/Cargo.toml index 16168e12..fd099cf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ arboard = "1.2.0" crossterm = "0.19" tokio = { version = "0.2", features = ["full"] } rand = "0.8.3" -anyhow = "1.0.38" +anyhow = "1.0.43" [[bin]] bench = false