Skip to content

Commit

Permalink
chore(deps): update gitoxide packages (#256)
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 |
|---|---|---|---|
| [git-object](https://togithub.com/Byron/gitoxide) | dependencies |
patch | `0.20.2` -> `0.20.3` |
| [git-repository](https://togithub.com/Byron/gitoxide) | dependencies |
minor | `0.22.1` -> `0.23.0` |
| [git-traverse](https://togithub.com/Byron/gitoxide) | dependencies |
patch | `0.16.2` -> `0.16.3` |

---

### Release Notes

<details>
<summary>Byron/gitoxide</summary>

###
[`v0.20.3`](https://togithub.com/Byron/gitoxide/compare/git-object-v0.20.2...git-object-v0.20.3)

[Compare
Source](https://togithub.com/Byron/gitoxide/compare/git-object-v0.20.2...git-object-v0.20.3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE3Ni4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 28, 2022
1 parent b2e0c28 commit 892d4ad
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ itertools = "0.10.3"
miette = { version = "5.3.0", features = ["fancy"] }
thiserror = "1.0.32"
velcro = "0.5.3"
git-repository = "0.22.1"
git-repository = "0.23.0"
log = "0.4.17"
env_logger = "0.9.0"
git-traverse = "0.16.2"
git-object = "0.20.2"
git-traverse = "0.16.3"
git-object = "0.20.3"

[dev-dependencies]
rstest = "0.15.0"
Expand Down

0 comments on commit 892d4ad

Please sign in to comment.