Bump git2 from 0.16.0 to 0.16.1 (#7807)

This commit is contained in:
dependabot[bot] 2023-01-21 13:25:52 +00:00 committed by GitHub
parent 625fe8866c
commit 166a927c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -15,4 +15,4 @@ nu-plugin = { path="../nu-plugin", version = "0.74.1" }
nu-protocol = { path="../nu-protocol", version = "0.74.1" }
nu-engine = { path="../nu-engine", version = "0.74.1" }
git2 = "0.16.0"
git2 = "0.16.1"