fix(deps): update rust crate gix to 0.62.0 #24
Merged
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.0
Release Notes
Byron/gitoxide (gix)
v0.62.0
: gix v0.62Compare Source
Please note that this release contains a security fix originally implemented in
gix-transport
via this PR which preventsssh
options to be smuggled into thessh
command-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
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
forward
curl
rustls feature fromgix-transport
to avoidcurl
ingix
.This removes the
curl
dependency just for configuring it, and removesa hazard which became evident with reqwest.
Bug Fixes (BREAKING)
topo
more similar toAncestors
, but also renameAncestors
toSimple
Commit Statistics
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
curl
rustls feature fromgix-transport
to avoidcurl
ingix
. (GitoxideLabs/gitoxide@98cfbec)gix-traverse
(GitoxideLabs/gitoxide@1cfeb11)topo
more similar toAncestors
, but also renameAncestors
toSimple
(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
reqwest
to v0.12, bringing hyper 1.0 and a more recentrustls
version.Bug Fixes
Commit Statistics
Commit Details
view details
7018a92
)8fde62b
)curl
into 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.