From 0ec7bd93d8b37447ff6e66d8e3970241bc663378 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 04:16:26 +0000 Subject: [PATCH] Bump git2 from 0.13.1 to 0.13.5 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.1 to 0.13.5. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.1...0.13.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 113c8a9..eb41355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -778,9 +778,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.13.1" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef222034f2069cfc5af01ce423574d3d9a3925bd4052912a14e5bcfd7ca9e47a" +checksum = "e1e02a51cd90229028c9bd8be0a0364f85b6b3199cccaa0ef39005ddbd5ac165" dependencies = [ "bitflags", "libc", @@ -1052,9 +1052,9 @@ checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" [[package]] name = "libgit2-sys" -version = "0.12.2+1.0.0" +version = "0.12.5+1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12c878ccc1a49ff71e264233a66d2114cdcc7fdc44c0ebe2b54075240831238" +checksum = "3eadeec65514971355bf7134967a543f71372f35b53ac6c7143e7bd157f07535" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1533756..dc52266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ actix-web = "2.0.0" badge = "0.2.0" bytes = "0.5.4" futures = "0.3.1" -git2 = "0.13.1" +git2 = "0.13.5" lazy_static = "1.4.0" log = "0.4.8" log4rs = "0.11.0"