From cbfe4e7473c951f5fa8e9f44990d7d5f08abe47d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Dec 2021 17:12:07 +0000 Subject: [PATCH] Update Rust crate git2 to 0.13.25 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2759f0151d..fd84c103156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1073,9 +1073,9 @@ checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" [[package]] name = "git2" -version = "0.13.24" +version = "0.13.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "845e007a28f1fcac035715988a234e8ec5458fd825b20a20c7dec74237ef341f" +checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6" dependencies = [ "bitflags", "libc", @@ -1380,9 +1380,9 @@ checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" [[package]] name = "libgit2-sys" -version = "0.12.25+1.3.0" +version = "0.12.26+1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f68169ef08d6519b2fe133ecc637408d933c0174b23b80bb2f79828966fbaab" +checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 6558c95225c..215b6ae0e08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ dotenv = "0.15" flate2 = "1.0" futures-channel = { version = "0.3.18", default-features = false } futures-util = "0.3" -git2 = "0.13.24" +git2 = "0.13.25" hex = "0.4" http = "0.2" hyper = { version = "0.14", features = ["client", "http1"] }