Merge pull request #38 from Frost/dependabot/cargo/git2-0.16.1

Bump git2 from 0.16.0 to 0.16.1
This commit is contained in:
Martin Frost 2023-01-21 16:01:29 +01:00 committed by GitHub
commit 85d1ae136c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -124,9 +124,9 @@ dependencies = [
[[package]] [[package]]
name = "git2" name = "git2"
version = "0.16.0" version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b" checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"libc", "libc",