chore(deps): lock file maintenance rust crates #9814
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:
2.8.0
->2.9.0
0.9.16
->0.9.19
0.8.1
->0.9.0
0.15.10
->0.15.11
0.7.1
->0.8.0
0.4.4
->0.4.5
1.0.35
->1.1.0
0.4.15
->0.4.16
6.3.1
->6.3.2
2.7.1
->2.8.0
1.42.1
->1.42.2
1.0.14
->1.0.15
1.0.0-alpha.22
->1.0.0-alpha.23
0.2.0
->0.2.1
0.2.29
->0.2.31
1.0.93
->1.0.94
1.0.38
->1.0.40
0.8.21
->0.8.22
0.3.5
->0.3.6
1.0.218
->1.0.219
1.0.139
->1.0.140
1.6.1
->1.7.0
2.0.98
->2.0.100
3.17.1
->3.19.0
1.43.0
->1.44.1
3.0.6
->3.0.9
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
bitflags/bitflags (bitflags)
v2.9.0
Compare Source
What's Changed
Flags
trait: addclear(&mut self)
method by @wysiwys in https://github.com/bitflags/bitflags/pull/437Full Changelog: bitflags/bitflags@2.8.0...2.9.0
pacak/bpaf (bpaf)
v0.9.19
Compare Source
fallback_to_usage
- it should no overrideinner parser printing usage or version info
v0.9.18
Compare Source
thanks @yerke
fallback_to_usage
only applies if parser fails (#415)Previously it would print a usage info even if parser can succeed without any input
v0.9.17
Compare Source
format_fallback
allows to format fallback values usinga custom formatting function. This extends functionality offered by
format_debug
andformat_display
that useDebug
andDisplay
instances respectivelythanks @antalsz
ParkMyCar/compact_str (compact_str)
v0.9.0
Compare Source
February 24, 2025
Breaking Changes 💥
CompactString::new_inline(...)
andCompactString::from_static_str(...)
.fix: delete methods that are documented as deprecated in v0.9.0
CompactStringExt::join_compact
andCompactStringExt::concat_compact
to take areference (i.e.
&C
) to a typeC: IntoIterator<Item = &str>
instead of ownership of a typeC
where
&C: IntoIterator<Item = &str>
.issue#412
which made theCompactStringExt
more ergonomic.feat: tweak the CompactStringExt trait so join_compact and concat_compact work better
Changes
borsch
feature inno_std
environments.fix: The borsch feature with no-std
.zeroize::Zeroize
trait forCompactString
.feat: Add support for zeroize::Zeroize
.CompactString::retain
method to not set length if the predicate panics.fix: retain not set len if predicate panics
.sqlx::postgres::PgHasArrayType
forCompactString
.impl sqlx::postgres::PgHasArrayType
.markup
dependency tov0.15
.deps: upgrade to markup v0.8
.rkyv
dependency tov0.8
.deps: upgrade to rkyv v0.8
.sqlx
dependency tov0.8
.deps: upgrade to sqlx v0.8
.console-rs/console (console)
v0.15.11
Compare Source
What's Changed
oxc-project/fast-glob (fast-glob)
v0.4.5
Other
glob_match
rust-lang/flate2-rs (flate2)
v1.1.0
Compare Source
What's Changed
Clone
forCompressError
andDecompressError
by @mkrasnitski in https://github.com/rust-lang/flate2-rs/pull/445R: Read
toR: BufRead
by @JonathanBrouwer in https://github.com/rust-lang/flate2-rs/pull/4530.4.2
by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/466New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.35...1.1.0
sunng87/handlebars-rust (handlebars)
v6.3.2
Compare Source
indexmap-rs/indexmap (indexmap)
v2.8.0
Compare Source
indexmap_with_default!
andindexset_with_default!
to be used withalternative hashers, especially when using the crate without
std
.PartialEq
between eachSlice
and[]
/arrays.rustc-rayon
feature and dependency.mitsuhiko/insta (insta)
v1.42.2
Compare Source
unseen
option in CLI, as it's pending deprecation. #732\t
and\x1b
(ANSI color escape) from causing snapshots to be escaped. #715allow_duplicates! { .. }
. #712dtolnay/itoa (itoa)
v1.0.15
Compare Source
wooorm/markdown-rs (markdown)
v1.0.0-alpha.23
Compare Source
Add
e923a3c
Addallow_any_img_src
optionby @lovasoa in https://github.com/wooorm/markdown-rs/pull/165
Full Changelog: https://github.com/wooorm/markdown-rs/compare/mdast_util_to_markdown@0.0.1...1.0.0-alpha.23
ibraheemdev/papaya (papaya)
v0.2.1
: 0.2.1Compare Source
HashMap::retain
that may lead to memory corruption (https://github.com/ibraheemdev/papaya/issues/63).dtolnay/prettyplease (prettyplease)
v0.2.31
Compare Source
v0.2.30
Compare Source
dtolnay/proc-macro2 (proc-macro2)
v1.0.94
Compare Source
dtolnay/quote (quote)
v1.0.40
Compare Source
v1.0.39
Compare Source
GREsau/schemars (schemars)
v0.8.22
Compare Source
Fixed:
dtolnay/seq-macro (seq-macro)
v0.3.6
Compare Source
serde-rs/serde (serde)
v1.0.219
Compare Source
absolute_paths
Clippy restriction being triggered inside macro-generated code (#2906, thanks @davidzeng0)serde-rs/json (serde_json)
v1.0.140
Compare Source
mitsuhiko/similar-asserts (similar-asserts)
v1.7.0
Compare Source
SIMILAR_ASSERTS_CONTEXT_SIZE
. #13dtolnay/syn (syn)
v2.0.100
Compare Source
Visit::visit_token_stream
,VisitMut::visit_token_stream_mut
,Fold::fold_token_stream
for processing TokenStream during syntax tree traversals (#1852)v2.0.99
Compare Source
Stebalien/tempfile (tempfile)
v3.19.0
Compare Source
cfg-if
. It's still in the tree, but we didn't really need to use it in this crate.unstable-windows-keep-open-tempfile
) to test a potential fix to #339.v3.18.0
Compare Source
rustix
to 1.0.0.NamedTempFile::persist_noclobber
atomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).tokio-rs/tokio (tokio)
v1.44.1
: Tokio v1.44.1Compare Source
1.44.1 (March 13th, 2025)
Fixed
block_in_place
context (#7216)v1.44.0
: Tokio v1.44.0Compare Source
1.44.0 (March 7th, 2025)
This release changes the
from_std
method on sockets to panic if a blocking socket is provided. We determined this change is not a breaking change as Tokio is not intended to operate using blocking sockets. Doing so results in runtime hangs and should be considered a bug. Accidentally passing a blocking socket to Tokio is one of the most common user mistakes. If this change causes an issue for you, please comment on #7172.Added
task::coop
module (#7116)Command::get_kill_on_drop()
(#7086)broadcast::Sender::closed
(#6685, #7090)broadcast::WeakSender
(#7100)oneshot::Receiver::is_empty()
(#7153)oneshot::Receiver::is_terminated()
(#7152)Fixed
File
should not start a background read (#7139)start_kill
on exited child should not fail (#7160)CTRL_CLOSE
,CTRL_LOGOFF
,CTRL_SHUTDOWN
on windows (#7122)Changes
select!
budget-aware (#7164)from_std
(#7166)Changes to unstable APIs
Documented
select!
alternatives (#7110)send_to
(#7146)Child
stdout (#7141)Child::kill
behavior (#7162)ChildStdin
struct doc comment (#7192)worker_threads
instead ofcore_threads
(#7186)algesten/ureq (ureq)
v3.0.9
Compare Source
v3.0.8
Compare Source
v3.0.7
Compare Source
Configuration
📅 Schedule: Branch creation - "before 10pm on monday" in timezone Asia/Shanghai, Automerge - "before 10pm on monday" in timezone Asia/Shanghai.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.