chore(deps): update rust crate gix-features-for-configuration-only to 0.33.0 #12612
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.30.0
->0.33.0
Release Notes
Byron/gitoxide (gix-features-for-configuration-only)
v0.33.0
: gix-features v0.33.0Compare Source
A maintenance release without user-facing changes.
Commit Statistics
Commit Details
view details
f23ea88
)v0.32.1
: gix-features v0.32.1Compare Source
New Features
interrupt::Write
to auto-fail writes on interrupt.Commit Statistics
Commit Details
view details
c4cc5f2
)5cb3589
)2fc66b5
)1dda48b
)interrupt::Write
to auto-fail writes on interrupt. (7179509
)9064ea3
)v0.32.0
: gix-features v0.32.0Compare Source
New Features
in_parallel_with_finalize
to support a usecase forgix-worktree
Changed (BREAKING)
zlib::stream::inflate::ReadBoxed
.It was a special-case type that was only used in one spot, and thus
not really that interesting to have in a shared place.
Commit Statistics
Commit Details
view details
c70e54f
)e4dded0
)8a46a7e
)zlib::stream::inflate::ReadBoxed
. (032cea3
)b19a56d
)in_parallel_with_finalize
to support a usecase forgix-worktree
(2a76929
)v0.31.1
: gix-features v0.31.1Compare Source
A maintenance release without user-facing changes.
Commit Statistics
Commit Details
view details
4bf355a
)gix-trace
to the latest version. (353df4b
)v0.31.0
: gix-features v0.31.0Compare Source
Chore
clippy::redundant-closure-for-method-calls
lintNew Features
add
tracing
feature toggle to provide minimal tracing APIThis API is based on
tracing-core
, not on tracing, and provides a limitedAPI that is always available, while being a no-op if
tracing
isn't enabled.That way, plumbing crates can add instrumentation at will.
Bug Fixes (BREAKING)
new_thread_state()
functions are nowFnOnce
across the board.This properly communicates that they will only be called once per thread,
while providing more options to the implementor.
Commit Statistics
Commit Details
view details
18b0a37
)aa16c8c
)4f635fc
)tracing
feature toggle to provide minimal tracing API (093efaf
)new_thread_state()
functions are nowFnOnce
across the board. (bc69804
)fe59956
)clippy::redundant-closure-for-method-calls
lint (bcad5c2
)Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), 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.