Browse Source

Bump git2 from 0.14.1 to 0.14.2 (#1919)

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.14.1 to 0.14.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="0443adb538"><code>0443adb</code></a> Bump libgit2-sys to 0.13.2 (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/820">#820</a>)</li>
<li><a href="871788d261"><code>871788d</code></a> Add binding for git_odb_exists_ext (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/818">#818</a>)</li>
<li><a href="d703dd940f"><code>d703dd9</code></a> Update to 1.4.2 (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/815">#815</a>)</li>
<li><a href="8c6a26bd74"><code>8c6a26b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/814">#814</a> from weihanglo/git2-curl-0.15.0</li>
<li><a href="ce54dacf98"><code>ce54dac</code></a> Bump version of git2-curl</li>
<li><a href="64d849b843"><code>64d849b</code></a> Update to 1.4.1 (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/811">#811</a>)</li>
<li><a href="af6fc41c29"><code>af6fc41</code></a> Bump libgit2 in version probe and readme (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/808">#808</a>)</li>
<li><a href="509fe5832e"><code>509fe58</code></a> Bump libgit2 to 1.4.0 (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/806">#806</a>)</li>
<li><a href="58ed9c32e1"><code>58ed9c3</code></a> <code>libgit2-sys</code>: use <code>src</code> instead <code>.git</code> as vendored indicator (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/801">#801</a>)</li>
<li><a href="ae02afdbf0"><code>ae02afd</code></a> Harmonize commitish and committish in docstrings (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/799">#799</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/git2-rs/compare/git2-curl-0.14.1...0.14.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=git2&package-manager=cargo&previous-version=0.14.1&new-version=0.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
pull/1831/head
dependabot[bot] 2 years ago
parent
commit
09bfabb0b0
  1. 8
      Cargo.lock
  2. 2
      boa_tester/Cargo.toml

8
Cargo.lock generated

@ -539,9 +539,9 @@ dependencies = [
[[package]]
name = "git2"
version = "0.14.1"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e7d3b96ec1fcaa8431cf04a4f1ef5caafe58d5cf7bcc31f09c1626adddb0ffe"
checksum = "3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c"
dependencies = [
"bitflags",
"libc",
@ -704,9 +704,9 @@ checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
[[package]]
name = "libgit2-sys"
version = "0.13.1+1.4.2"
version = "0.13.2+1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43e598aa7a4faedf1ea1b4608f582b06f0f40211eec551b7ef36019ae3f62def"
checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
dependencies = [
"cc",
"libc",

2
boa_tester/Cargo.toml

@ -40,7 +40,7 @@ regex = "1.5.5"
once_cell = "1.10.0"
colored = "2.0.0"
fxhash = "0.2.1"
git2 = "0.14.1"
git2 = "0.14.2"
hex = "0.4.3"
num-format = "0.4.0"
gc = { version = "0.4.1", features = ["derive"] }

Loading…
Cancel
Save