diff --git a/Cargo.lock b/Cargo.lock index 8972a35..2ee3251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,9 +180,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.20.3" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c" +checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" dependencies = [ "bitflags", "libc", diff --git a/Cargo.toml b/Cargo.toml index 5ca0f54..77b8e9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "Scan local git repositories and show their status (check untracke [dependencies] clap = { version = "4.5.56", features = ["derive"] } colored = "3.1.1" -git2 = { version = "0.20.3", default-features = false } +git2 = { version = "0.20.4", default-features = false } walkdir = "2.5.0" home = "0.5.12" threadpool = "1.8.1"