Skip to content

Commit 0726909

Browse files
committed
Auto merge of rust-lang#107139 - rust-lang:pa-bump-git2, r=Mark-Simulacrum
[master] Update git2 version This PR bumps the version of the `git2` and `libgit2-sys` crates to pull in fixes for GHSA-m4ch-rfv5-x5g3. This **does not fix any security vulnerability**: Cargo is already protected thanks to the fixes we implemented as part of CVE-2022-46176. The only purpose of this PR is to avoid dependency scanners from flagging vulnerabilities.
2 parents 94a300b + 6f1795a commit 0726909

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1799,9 +1799,9 @@ dependencies = [
17991799

18001800
[[package]]
18011801
name = "git2"
1802-
version = "0.16.0"
1802+
version = "0.16.1"
18031803
source = "registry+https://github.com/rust-lang/crates.io-index"
1804-
checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b"
1804+
checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
18051805
dependencies = [
18061806
"bitflags",
18071807
"libc",
@@ -2365,9 +2365,9 @@ dependencies = [
23652365

23662366
[[package]]
23672367
name = "libgit2-sys"
2368-
version = "0.14.1+1.5.0"
2368+
version = "0.14.2+1.5.1"
23692369
source = "registry+https://github.com/rust-lang/crates.io-index"
2370-
checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17"
2370+
checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
23712371
dependencies = [
23722372
"cc",
23732373
"libc",

0 commit comments

Comments
 (0)