From 2311098a1793bdbed7efa6d799f9d221d26557f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2020 08:06:43 +0000 Subject: [PATCH] Bump git2 from 0.13.3 to 0.13.4 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.3 to 0.13.4. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.3...0.13.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- asyncgit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"