summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-04 11:11:22 +0000
committerSascha Grunert <sgrunert@redhat.com>2021-10-04 15:39:39 +0200
commit800d456af6d78daec23bd0039e8081b78b73f191 (patch)
tree3ddec0e439b2d62e480f0b29c5f540d2cd5d6fd6
parent9e744d15604206bdb9f2a46337316d53885a0ff2 (diff)
Bump libgit2-sys from 0.12.23+1.2.0 to 0.12.24+1.3.0
Bumps [libgit2-sys](https://github.com/rust-lang/git2-rs) from 0.12.23+1.2.0 to 0.12.24+1.3.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/commits) --- updated-dependencies: - dependency-name: libgit2-sys dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8619972..03478be 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -380,9 +380,9 @@ checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
[[package]]
name = "libgit2-sys"
-version = "0.12.23+1.2.0"
+version = "0.12.24+1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "29730a445bae719db3107078b46808cc45a5b7a6bae3f31272923af969453356"
+checksum = "ddbd6021eef06fb289a8f54b3c2acfdd85ff2a585dfbb24b8576325373d2152c"
dependencies = [
"cc",
"libc",