Skip to content

Commit

Permalink
Auto merge of #4591 - rust-lang:renovate/git2-0.x, r=Turbo87
Browse files Browse the repository at this point in the history
Update Rust crate git2 to v0.14.0

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [git2](https://crates.io/crates/git2) | dependencies | minor | `=0.13.25` -> `=0.14.0` |

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
  • Loading branch information
bors committed Feb 26, 2022
2 parents 965a263 + b7a7791 commit 5f6da61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-registry-index/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ testing = ["serde_json"]
anyhow = "=1.0.55"
base64 = "=0.13.0"
dotenv = "=0.15.0"
git2 = "=0.13.25"
git2 = "=0.14.0"
serde = { version = "=1.0.136", features = ["derive"] }
tempfile = "=3.3.0"
url = "=2.2.2"
Expand Down

0 comments on commit 5f6da61

Please sign in to comment.