From cc19fca6301dbe7ec7ccb460834537580cb3eebd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 08:13:27 +0000 Subject: [PATCH] Bump git2 from 0.13.2 to 0.13.3 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.2...0.13.3) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- asyncgit/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fe00731..552637cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,9 +268,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cfb93ca10f2934069c3aaafb753fbe0663f08ee009a01b6d62e062391447b15" +checksum = "bdfc6e264105ef4bf1f5c9a0907f285b43ed2ede987b4876556d0478359f0a0f" dependencies = [ "bitflags", "libc", @@ -378,9 +378,9 @@ checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" [[package]] name = "libgit2-sys" -version = "0.12.3+1.0.0" +version = "0.12.4+1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7637dc15e7f05a16011723e0448655081fc01a374bcd368e2c9b9c7f5c5ab3ea" +checksum = "ef2870ecd7b50a76391b108edc2c62283ad2b62e5b1ab4d5263ef1cd04ef1c44" dependencies = [ "cc", "libc", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 07e50fbb..a721c4d6 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" categories = ["concurrency","asynchronous"] [dependencies] -git2 = { version = "0.13.2", default-features = false } +git2 = { version = "0.13.3", default-features = false } rayon-core = "1.7" crossbeam-channel = "0.4" log = "0.4"