Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate gix to 0.63.0 (#1055)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gix](https://togithub.com/Byron/gitoxide) | dependencies | minor | `0.62.0` -> `0.63.0` | --- ### Release Notes <details> <summary>Byron/gitoxide (gix)</summary> ### [`v0.63.0`](https://togithub.com/Byron/gitoxide/releases/tag/gix-v0.63.0): gix v0.63.0 [Compare Source](https://togithub.com/Byron/gitoxide/compare/gix-v0.62.0...gix-v0.63.0) ##### New Features - checkout respects options for `core.protectHFS` and `core.protectNTFS`. This also adds `gitoxide.core.protectWindows` as a way to enforce additional restrictions that are usually only available on Windows. Note that `core.protectNFS` is always enabled by default, just like [it is in Git](https://togithub.com/git/git/commit/9102f958ee5254b10c0be72672aa3305bf4f4704). ##### Bug Fixes - empty paths as configured will not be an error with lenient configuration enabled. When using `gix::open_opts(path, options.strict_config(false))`, empty `core.excludesFile` values will not cause an error anymore. Note that in strict mode, the behaviour is unchanged so invalid configuration can rather be fixed than ignored. - don't unwrap when reading possibly left-over bytes from pack-stream ##### Commit Statistics - 23 commits contributed to the release over the course of 38 calendar days. - 38 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 2 unique issues were worked on: [#​1352](https://togithub.com/Byron/gitoxide/issues/1352), [#​1370](https://togithub.com/Byron/gitoxide/issues/1370) ##### Commit Details <csr-read-only-do-not-edit/> <details><summary>view details</summary> - **[#​1352](https://togithub.com/Byron/gitoxide/issues/1352)** - Don't unwrap when reading possibly left-over bytes from pack-stream ([`88a6a4e`](https://togithub.com/Byron/gitoxide/commit/88a6a4e)) - **[#​1370](https://togithub.com/Byron/gitoxide/issues/1370)** - Empty paths as configured will not be an error with lenient configuration enabled. ([`3c7b7b3`](https://togithub.com/Byron/gitoxide/commit/3c7b7b3)) - **Uncategorized** - Adjust changelogs prior to release ([`9511416`](https://togithub.com/Byron/gitoxide/commit/9511416)) - Merge branch 'various-fixes' ([`d6cd449`](https://togithub.com/Byron/gitoxide/commit/d6cd449)) - Update dependencies ([`cd4de83`](https://togithub.com/Byron/gitoxide/commit/cd4de83)) - Fix-CI ([`6f55f2a`](https://togithub.com/Byron/gitoxide/commit/6f55f2a)) - Merge pull request from GHSA-7w47-3wg8-547c ([`79dce79`](https://togithub.com/Byron/gitoxide/commit/79dce79)) - Adapt to changes in `gix-ref` ([`d2ae9d5`](https://togithub.com/Byron/gitoxide/commit/d2ae9d5)) - Adapt to changes in `gix-index` ([`5f86e6b`](https://togithub.com/Byron/gitoxide/commit/5f86e6b)) - Fix compile warnings ([`f961687`](https://togithub.com/Byron/gitoxide/commit/f961687)) - Address review comments ([`fcc3b69`](https://togithub.com/Byron/gitoxide/commit/fcc3b69)) - Apply suggestions from code review ([`bad9a79`](https://togithub.com/Byron/gitoxide/commit/bad9a79)) - Checkout respects options for `core.protectHFS` and `core.protectNTFS`. ([`886d6b5`](https://togithub.com/Byron/gitoxide/commit/886d6b5)) - Adapt to changes in `gix-worktree` ([`1ca6a3c`](https://togithub.com/Byron/gitoxide/commit/1ca6a3c)) - Merge pull request [#​1371](https://togithub.com/Byron/gitoxide/issues/1371) from Byron/fix-empty-excludes-file ([`3c21741`](https://togithub.com/Byron/gitoxide/commit/3c21741)) - Release gix-date v0.8.6 ([`d3588ca`](https://togithub.com/Byron/gitoxide/commit/d3588ca)) - Merge branch 'status' ([`04ef31e`](https://togithub.com/Byron/gitoxide/commit/04ef31e)) - Improve docs to be more approachable from `git2` ([`5197b5a`](https://togithub.com/Byron/gitoxide/commit/5197b5a)) - Merge branch 'status' ([`e791bc5`](https://togithub.com/Byron/gitoxide/commit/e791bc5)) - Merge branch 'cargo-fixes' ([`977346e`](https://togithub.com/Byron/gitoxide/commit/977346e)) - Release gix-index v0.32.1, gix-pathspec v0.7.4, gix-worktree v0.33.1, gix-dir v0.4.1 ([`54ac559`](https://togithub.com/Byron/gitoxide/commit/54ac559)) - Merge pull request [#​1345](https://togithub.com/Byron/gitoxide/issues/1345) from EliahKagan/shell-scripts ([`fe24c89`](https://togithub.com/Byron/gitoxide/commit/fe24c89)) - Add missing +x bit on scripts that are run and not sourced ([`41bf65a`](https://togithub.com/Byron/gitoxide/commit/41bf65a)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information