-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit 37e7f3c
authored
chore(deps): update rust crate gix to 0.62.0 (#1001)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [gix](https://togithub.com/Byron/gitoxide) | dependencies | minor |
`0.61.0` -> `0.62.0` |
---
### Release Notes
<details>
<summary>Byron/gitoxide (gix)</summary>
###
[`v0.62.0`](https://togithub.com/Byron/gitoxide/releases/tag/gix-v0.62.0):
gix v0.62
[Compare
Source](https://togithub.com/Byron/gitoxide/compare/gix-v0.61.1...gix-v0.62.0)
Please note that this release contains a security fix originally
implemented in `gix-transport` via [this
PR](https://togithub.com/Byron/gitoxide/pull/1342) which prevents `ssh`
options to be smuggled into the `ssh` command-line invocation with a
username provided to a clone or fetch URL.
Details can be found [in the
advisory](https://togithub.com/Byron/gitoxide/security/advisories/GHSA-98p4-xjmm-8mfh).
##### Bug Fixes
- `into_index_worktree_iter()` now takes an iterator, instead of a Vec.
This makes the API more consistent, and one can pass `None`
as well.
- show submodules in status independently of their active state.
Even inactive submodules are shown in the status by `git status`,
so `gix` should do the same.
First observed in
[https://github.com/helix-editor/helix/pull/5645#issuecomment-2016798212](https://togithub.com/helix-editor/helix/pull/5645#issuecomment-2016798212)
- forward `curl` rustls feature from `gix-transport` to avoid `curl` in
`gix`.
This removes the `curl` dependency just for configuring it, and removes
a hazard which became evident with reqwest.
##### Bug Fixes (BREAKING)
- Make `topo` more similar to `Ancestors`, but also rename `Ancestors`
to `Simple`
##### Commit Statistics
- 16 commits contributed to the release over the course of 20 calendar
days.
- 22 days passed between releases.
- 4 commits were understood as
[conventional](https://www.conventionalcommits.org/).
- 1 unique issue was worked on:
[https://github.com/Byron/gitoxide/issues/1328](https://togithub.com/Byron/gitoxide/issues/1328)
##### Thanks Clippy
[Clippy](https://togithub.com/rust-lang/rust-clippy) helped 1 time to
make code idiomatic.
##### Commit Details
-
**[https://github.com/Byron/gitoxide/issues/1328](https://togithub.com/Byron/gitoxide/issues/1328)**
- Forward `curl` rustls feature from `gix-transport` to avoid `curl` in
`gix`.
(GitoxideLabs/gitoxide@98cfbec)
- **Uncategorized**
- Prepare changelogs prior to release
(GitoxideLabs/gitoxide@5755271)
- Merge pull request
[https://github.com/Byron/gitoxide/pull/1341](https://togithub.com/Byron/gitoxide/pull/1341)
from szepeviktor/typos
(GitoxideLabs/gitoxide@55f379b)
- Fix typos
(GitoxideLabs/gitoxide@f72ecce)
- Merge branch 'add-topo-walk'
(GitoxideLabs/gitoxide@b590a9d)
- Adapt to changes in `gix-traverse`
(GitoxideLabs/gitoxide@1cfeb11)
- Make `topo` more similar to `Ancestors`, but also rename `Ancestors`
to `Simple`
(GitoxideLabs/gitoxide@2a9c178)
- Adapt to changes in `gix-traverse`
(GitoxideLabs/gitoxide@6154bf3)
- Thanks clippy
(GitoxideLabs/gitoxide@7f6bee5)
- Merge branch 'status'
(GitoxideLabs/gitoxide@45edd2e)
- `into_index_worktree_iter()` now takes an iterator, instead of a Vec.
(GitoxideLabs/gitoxide@18b2921)
- Show submodules in status independently of their active state.
(GitoxideLabs/gitoxide@719ced8)
- Make it easier to discover `is_path_excluded()` in documentation
(GitoxideLabs/gitoxide@c136329)
- Adapt to changes in `gix-index`
(GitoxideLabs/gitoxide@1e1fce1)
- Merge branch 'patch-1'
(GitoxideLabs/gitoxide@9e9c653)
- Remove dep reqwest from gix
(GitoxideLabs/gitoxide@e3eedd8)
###
[`v0.61.1`](https://togithub.com/Byron/gitoxide/releases/tag/gix-v0.61.1):
gix v0.61.1
[Compare
Source](https://togithub.com/Byron/gitoxide/compare/gix-v0.61.0...gix-v0.61.1)
This release also updates `reqwest` to v0.12, bringing hyper 1.0 and a
more recent `rustls` version.
##### Bug Fixes
- missing closing backtick in gix lib documentation
##### Commit Statistics
- 7 commits contributed to the release over the course of 2 calendar
days.
- 3 days passed between releases.
- 1 commit was understood as
[conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
##### Commit Details
<csr-read-only-do-not-edit/>
<details><summary>view details</summary>
- **Uncategorized**
- Prepare changelogs prior to release
([`7018a92`](https://togithub.com/Byron/gitoxide/commit/7018a92))
- Merge branch 'patch-1'
([`8fde62b`](https://togithub.com/Byron/gitoxide/commit/8fde62b))
- Turn`curl` into a workspace package
([`adee500`](https://togithub.com/Byron/gitoxide/commit/adee500))
- Make reqwest a workspace package
([`369cf1b`](https://togithub.com/Byron/gitoxide/commit/369cf1b))
- Merge pull request
[#​1325](https://togithub.com/Byron/gitoxide/issues/1325) from
kdelorey/fix/simple-docs-formatting
([`3b34699`](https://togithub.com/Byron/gitoxide/commit/3b34699))
- Fixed opening of backtick in documentation.
([`f1bc4cd`](https://togithub.com/Byron/gitoxide/commit/f1bc4cd))
- Missing closing backtick in gix lib documentation
([`e1fec3c`](https://togithub.com/Byron/gitoxide/commit/e1fec3c))
</details>
</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.
🔕 **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://developer.mend.io/github/knope-dev/knope).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent a07ab22 commit 37e7f3cCopy full SHA for 37e7f3c
2 files changed
+22
-21
lines changed+21-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
0 commit comments