Skip to content

Commit

Permalink
chore(deps): update rust crate git2 to 0.17.2 (#449)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [git2](https://togithub.com/rust-lang/git2-rs) | dependencies | patch
| `0.17.1` -> `0.17.2` |

---

### Release Notes

<details>
<summary>rust-lang/git2-rs</summary>

###
[`v0.17.2`](https://togithub.com/rust-lang/git2-rs/blob/HEAD/CHANGELOG.md#&#8203;0172---2023-05-27)

[Compare
Source](https://togithub.com/rust-lang/git2-rs/compare/0.17.1...0.17.2)


[0.17.1...0.17.2](https://togithub.com/rust-lang/git2-rs/compare/0.17.1...0.17.2)

##### Added

- Added support for stashing with options (which can support partial
stashing).
    [#&#8203;930](https://togithub.com/rust-lang/git2-rs/pull/930)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/knope-dev/knope).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 31, 2023
1 parent 7bb8252 commit b09098e
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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ console = "0.15.7"
dialoguer = "0.10.4"
toml = "0.7.4"
serde_json = { version = "1.0.96", features = ["preserve_order"] }
git2 = { version = "0.17.1", default-features = false }
git2 = { version = "0.17.2", default-features = false }
execute = "0.2.12"
platform-dirs = "0.3.0"
git-conventional = "0.12.3"
Expand Down

0 comments on commit b09098e

Please sign in to comment.