diff --git a/Cargo.lock b/Cargo.lock index 458c365..9cfd0b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index 2a9ed63..fe6bda2 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.87" +anyhow = "1.0.89" clap = { version = "4.5.17", features = ["cargo", "derive"] } crossterm = { version = "0.28.1", features = ["serde"] } dirs = "5.0.1"