chore(deps): update rust crate gix to 0.62.0#1001
Merged
Conversation
✅ Deploy Preview for knope canceled.
|
dbanty
approved these changes
Apr 13, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.61.0->0.62.0Release Notes
Byron/gitoxide (gix)
v0.62.0: gix v0.62Compare Source
Please note that this release contains a security fix originally implemented in
gix-transportvia this PR which preventssshoptions to be smuggled into thesshcommand-line invocation with a username provided to a clone or fetch URL.Details can be found in the advisory.
Bug Fixes
into_index_worktree_iter()now takes an iterator, instead of a Vec.This makes the API more consistent, and one can pass
Noneas well.
show submodules in status independently of their active state.
Even inactive submodules are shown in the status by
git status,so
gixshould do the same.First observed in https://github.com/helix-editor/helix/pull/5645#issuecomment-2016798212
forward
curlrustls feature fromgix-transportto avoidcurlingix.This removes the
curldependency just for configuring it, and removesa hazard which became evident with reqwest.
Bug Fixes (BREAKING)
topomore similar toAncestors, but also renameAncestorstoSimpleCommit Statistics
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
curlrustls feature fromgix-transportto avoidcurlingix. (GitoxideLabs/gitoxide@98cfbec)gix-traverse(GitoxideLabs/gitoxide@1cfeb11)topomore similar toAncestors, but also renameAncestorstoSimple(GitoxideLabs/gitoxide@2a9c178)gix-traverse(GitoxideLabs/gitoxide@6154bf3)into_index_worktree_iter()now takes an iterator, instead of a Vec. (GitoxideLabs/gitoxide@18b2921)is_path_excluded()in documentation (GitoxideLabs/gitoxide@c136329)gix-index(GitoxideLabs/gitoxide@1e1fce1)v0.61.1: gix v0.61.1Compare Source
This release also updates
reqwestto v0.12, bringing hyper 1.0 and a more recentrustlsversion.Bug Fixes
Commit Statistics
Commit Details
view details
7018a92)8fde62b)curlinto a workspace package (adee500)369cf1b)3b34699)f1bc4cd)e1fec3c)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.
This PR has been generated by Mend Renovate. View repository job log here.