diff --git a/Cargo.lock b/Cargo.lock index ce5f22d..d1c052b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index 9fccf07..5e03578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/Piturnah/gex" homepage = "https://github.com/Piturnah/gex" [dependencies] -anyhow = "1.0.80" +anyhow = "1.0.81" clap = { version = "4.5.3", features = ["cargo", "derive"] } crossterm = { version = "0.27.0", features = ["serde"] } dirs = "5.0.1"