diff --git a/Cargo.lock b/Cargo.lock index 552637cf..6adf6d97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,9 +268,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdfc6e264105ef4bf1f5c9a0907f285b43ed2ede987b4876556d0478359f0a0f" +checksum = "2be62b002b81549c68d31792d7dce5752c3658ea85715f4032ebbf9a6fdb0bb6" dependencies = [ "bitflags", "libc", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index a721c4d6..7a70387b 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" categories = ["concurrency","asynchronous"] [dependencies] -git2 = { version = "0.13.3", default-features = false } +git2 = { version = "0.13.4", default-features = false } rayon-core = "1.7" crossbeam-channel = "0.4" log = "0.4"