diff --git a/Cargo.lock b/Cargo.lock index cd419ad..9d7d29c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,9 +192,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 677e50e..4b47950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ dirs = "6" duct = "1.0.0" duct_sh = "1.0.0" duration-string = "0.5.2" -git2 = "0.20.0" +git2 = "0.20.4" gumdrop = "0.8.1" log = "0.4.20" mockall = "0.14"