chore(ci): Update Cargo #169
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.1.88
->0.1.88
0.4.41
->0.4.41
4.5.37
->4.5.38
3.0.2
->3.0.3
2.9.0
->2.9.0
1.43.1
->1.43.1
0.4.27
->0.4.27
7.6.0
->7.6.0
2.9.0
->2.10.2
0.12.15
->0.12.15
0.4.2
->0.4.2
3.19.1
->3.20.0
1.44.2
->1.45.1
0.22.26
->0.22.26
0.22.26
->0.22.26
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
clap-rs/clap (clap)
v4.5.38
Compare Source
Fixes
--
or-
clap-rs/clap-verbosity-flag (clap-verbosity-flag)
v3.0.3
Compare Source
mitsuhiko/minijinja (minijinja)
v2.10.2
Compare Source
next-generation trait resolver to fail. #787
v2.10.1
Compare Source
v2.10.0
Compare Source
--output
is used in the CLI. #772mj_err_get_debug_info
to the C-ABI. #775means that if you do
{% import 'template.j2' as x %}
and youthen render
{{ x }}
the output oftemplate.j2
is rendered asif it was included. #778
are now correctly handled. Additionally slicing on bytes now
correctly handles steps other than 1. #781
Stebalien/tempfile (tempfile)
v3.20.0
Compare Source
This release mostly unifies the behavior/capabilities around "keeping" temporary files:
Builder::keep(bool)
(via deprecation) toBuilder::disable_cleanup(bool)
to make it clear that behaves differently fromNamedTempFile::keep()
. The former disables automatic cleanup while the latter consumes theNamedTempFile
object entirely and unsets the "temporary file" attribute (on Windows).TempDir::into_path
(via deprecation) toTempDir::keep
to mirrorNamedTempFile::keep
.TempDir::disable_cleanup
,NamedTempFile::disable_cleanup
, andTempPath::disable_cleanup
making it possible to disable automatic cleanup in-place after creating a temporary file/directory (equivalent to callingBuilder::disable_cleanup
before creating the file/directory).Additionally, it adds a few spooled temporary file features:
SpooledTempFile::into_file
for turning aSpooledTempFile
into a regular unnamed temporary file, writing it to the backing storage ("rolling" it) if it was still stored in-memory.spooled_tempfile_in
andSpooledTempFile::new_in
methods for creating spooled temporary files in a specific directory. This makes it possible to choose the backing device for your spooled temporary file which is rather important on Linux where the default temporary directory is likely backed by memory (defeating the entire point of having a spooled temporary file).Finally, this release improves documentation, especially the top-level documentation explaining which temporary file type to use.
BREAKING for those with
deny(warnings)
:Builder::keep
deprecated in favor ofBuilder::disable_cleanup
.TempDir::into_path
is deprecated in favor ofTempDir::keep
.BREAKING:
tokio-rs/tokio (tokio)
v1.45.1
: Tokio v1.45.1Compare Source
1.45.1 (May 24th, 2025)
This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to
Instant::now()
started failing. This is due to the stabilization of the first time-based metric.Fixed
v1.45.0
: Tokio v1.45.0Compare Source
Added
worker_total_busy_duration
,worker_park_count
, andworker_unpark_count
(#6899, #7276)Command::spawn_with
(#7249)Changed
Unpin
for some trait impls (#7204)runtime::Handle
as unwind safe (#7230)Unstable
Configuration
📅 Schedule: Branch creation - "on tuesday" (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.