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:
1.0.91
->1.0.97
0.1.83
->0.1.87
1.21.0
->1.22.0
0.4.39
->0.4.40
4.5.20
->4.5.31
2.1.0
->2.2.0
1.0.128
->1.0.143
1.0.128
->1.0.143
0.3.9
->0.3.10
0.11.5
->0.11.6
0.11.0
->0.11.1
7.6.1
->7.6.3
2.3.0
->2.6.0
0.3.1
->0.3.2
0.14.30
->0.14.32
2.6.0
->2.7.1
0.4.22
->0.4.26
1.20.2
->1.20.3
1.0.92
->1.0.94
8.3.4
->8.3.5
1.0.37
->1.0.39
0.12.8
->0.12.12
0.9.6
->0.9.9
0.8.21
->0.8.22
1.0.23
->1.0.26
1.0.214
->1.0.218
1.0.128
->1.0.140
1.4.0
->1.4.1
1.0.66
->1.0.69
1.41.0
->1.43.0
1.41.0
->1.43.0
0.1.16
->0.1.17
0.1.16
->0.1.17
0.1.40
->0.1.41
0.1.40
->0.1.41
0.3.18
->0.3.19
2.5.2
->2.5.4
1.11.0
->1.15.1
1.11.0
->1.15.1
Release Notes
dtolnay/anyhow (anyhow)
v1.0.97
Compare Source
v1.0.96
Compare Source
v1.0.95
Compare Source
Error::from_boxed
(#401, #402)v1.0.94
Compare Source
v1.0.93
Compare Source
thiserror
v2v1.0.92
Compare Source
&raw const
and&raw mut
syntax insideensure!
(#390)dtolnay/async-trait (async-trait)
v0.1.87
Compare Source
v0.1.86
Compare Source
v0.1.85
Compare Source
Self: 'async_trait
bound in impl when not needed by signature (#284)v0.1.84
Compare Source
impl Trait
in return type (#282)Lokathor/bytemuck (bytemuck)
v1.22.0
Compare Source
chronotope/chrono (chrono)
v0.4.40
: 0.4.40Compare Source
What's Changed
write_to
forDelayedFormat
by @tugtugtug in https://github.com/chronotope/chrono/pull/1654clap-rs/clap (clap)
v4.5.31
Compare Source
Features
ValueParserFactory
forSaturating<T>
v4.5.30
Compare Source
Fixes
num_args(0..=1)
to be used withSetTrue
takes_values
assertionsv4.5.29
Compare Source
Fixes
ArgMatches::args_present
so not-present flags are considered not-present (matching the documentation)v4.5.28
Compare Source
Features
unstable-markdown
v4.5.27
Compare Source
Documentation
v4.5.26
Compare Source
Fixes
suggestions
featurev4.5.25
Compare Source
Fixes
v4.5.24
Compare Source
Fixes
ignore_errors(true)
and when a suggestion is provided for an unknown argumentv4.5.23
Compare Source
Fixes
allow_negative_numbers
, allowE
againv4.5.22
Compare Source
Fixes
v4.5.21
Compare Source
Fixes
ignore_errors(true)
mackwic/colored (colored)
v2.2.0
Compare Source
ColoredString
's role in theColorize
pipeline as well as link to it to suggest learning more about how to manipulate existingColoredString
's.ColoredString
:fgcolor
,bgcolor
, andstyle
due to their obsolescence in the face of the exposing of their represented fields.fgcolor
,bgcolor
, andstyle
.DerefMut
.Style
:Default
forStyle
(returnsCLEAR
). This exposes a method by which users can create plainStyle
's from scratch.From<Styles>
forStyle
. This lets users easily createStyle
's from specific styles.add
.remove
which essentially does the opposite.Colorize
to add stylings (e.g.bold
,underline
,italic
,strikethrough
).BitAnd
,BitOr
,BitXor
, andNot
as well as their representative assignment operators. You can also use aStyles
as an operand for these.FromIterator<Styles>
for Style.Styles
:BitAnd
,BitOr
,BitXor
, andNot
which all combineStyles
's and outputStyle
's. These can also take aStyle
as an operand.with_style
andwith_color_and_style
toColorize
.dtolnay/cxx (cxx)
v1.0.143
Compare Source
v1.0.142
Compare Source
v1.0.141
Compare Source
#include <ranges>
(#1442, #1443, thanks @atetubou)v1.0.140
Compare Source
rust::String(const char8_t *)
andrust::String(const char8_t *, size_t)
constructors (#1437, thanks @anforowicz)operator+(ptrdiff_t, Slice<T>::iterator)
to benoexcept
(#1440)v1.0.139
Compare Source
rust::Slice
satisfy C++20contiguous_range
concept (#1432, thanks @anforowicz)v1.0.138
Compare Source
&CxxString
to&CStr
(#1431, thanks @nyurik)v1.0.137
Compare Source
v1.0.136
Compare Source
UniquePtr::as_ptr
andUniquePtr::as_mut_ptr
(#892, thanks @adetaylor)rust_cxx_bridge
(#1416, thanks @wmatthews-google)v1.0.135
Compare Source
cxx::CxxString
is used in a#[cxx::bridge]
(#1414, thanks @anforowicz)unused_unsafe
warnings within the generated code (#1415, thanks @anforowicz)v1.0.134
Compare Source
v1.0.133
Compare Source
v1.0.132
Compare Source
v1.0.131
Compare Source
v1.0.130
Compare Source
#[cxx::bridge]
generated code compatible with Rust 2024 edition crates (#1395)v1.0.129
Compare Source
rust-cli/env_logger (env_logger)
v0.11.6
Compare Source
Features
zesterer/flume (flume)
v0.11.1
Added
SendSink::sender
SendFut
,SendSink
,RecvFut
,RecvStream
,WeakSender
,Iter
,TryIter
, andIntoIter
now implementDebug
Removed
Changed
WeakSender
is nowClone
spin
feature no longer usesstd::thread::sleep
for locking except on Unix-like operating systems and WindowsFixed
yoshuawuyts/futures-concurrency (futures-concurrency)
v7.6.3
Compare Source
What's Changed
clippy::needless_lifetimes
warnings by @crepererum in https://github.com/yoshuawuyts/futures-concurrency/pull/200New Contributors
Full Changelog: yoshuawuyts/futures-concurrency@v7.6.2...v7.6.3
v7.6.2
Compare Source
What's Changed
clippy::doc_lazy_continuation
by @crepererum in https://github.com/yoshuawuyts/futures-concurrency/pull/192bitvec
withfixedbitset
by @crepererum in https://github.com/yoshuawuyts/futures-concurrency/pull/191FromConcurrentStream
forResult<Vec<T>, E>
by @tyilo in https://github.com/yoshuawuyts/futures-concurrency/pull/193ConsumerState::Break
doc by @tyilo in https://github.com/yoshuawuyts/futures-concurrency/pull/194no_std
by @Easyoakland in https://github.com/yoshuawuyts/futures-concurrency/pull/196New Contributors
Full Changelog: yoshuawuyts/futures-concurrency@v7.6.1...v7.6.2
smol-rs/futures-lite (futures-lite)
v2.6.0
Compare Source
Stream::map_while()
combinator. (#116)AsyncRead::read_exact
(#121)v2.5.0
Compare Source
Unpin
bound from theLines
I/O adapter. (#113)v2.4.0
Compare Source
Future
returnsPoll::Pending
forever after it returns
Poll::Pending
once. (#101)Stream
until aFuture
completes. (#103)Zip
/TryZip
drop completed futures. (#106)rust-lang/glob (glob)
v0.3.2
Compare Source
hyperium/hyper (hyper)
v0.14.32
Compare Source
Features
Builder::max_pending_accept_reset_streams(num)
option (a24f0c0)Bug Fixes
New Contributors
Full Changelog: hyperium/hyper@v0.14.31...v0.14.32
v0.14.31
Compare Source
Bug Fixes
indexmap-rs/indexmap (indexmap)
v2.7.1
Compare Source
#[track_caller]
to functions that may panic.insert_entry
.v2.7.0
Compare Source
Entry::insert_entry
andVacantEntry::insert_entry
, returningan
OccupiedEntry
after insertion.rust-lang/log (log)
v0.4.26
Compare Source
v0.4.25
Compare Source
v0.4.24
Compare Source
v0.4.23
Compare Source
matklad/once_cell (once_cell)
v1.20.3
Compare Source
dtolnay/proc-macro2 (proc-macro2)
v1.0.94
Compare Source
v1.0.93
Compare Source
pytest-dev/pytest (pytest)
v8.3.5
Compare Source
pytest 8.3.5 (2025-03-02)
Bug fixes
-vv
verbosity.libedit
build of Python, such as on macOS or with uv-managed Python binaries from thepython-build-standalone
project. This could manifest e.g. by a broken prompt when usingPdb
, or seeing empty inputs with manual usage ofinput()
and suspended capturing.AttributeError
{.interpreted-text role="class"} crash when using--import-mode=importlib
when top-level directory same name as another module of the standard library.--import-mode=importlib
, a directory containing py file with the same name would cause anImportError
Improved documentation
#12842: Added dedicated page about using types with pytest.
See
types
{.interpreted-text role="ref"} for detailed usage.Contributor-facing changes
test_terminal.py
with Pygments >= 2.19.0when building Sphinx docs -- by
webknjaz
{.interpreted-text role="user"}.dtolnay/quote (quote)
v1.0.39
Compare Source
v1.0.38
Compare Source
seanmonstar/reqwest (reqwest)
v0.12.12
Compare Source
tokio/time
on WASM.v0.12.11
Compare Source
v0.12.10
Compare Source
ClientBuilder::connector_layer()
to allow customizing the connector stack.ClientBuilder::http2_max_header_list_size()
option.content-length
) information when wrapping bodies.v0.12.9
Compare Source
tls::CertificateRevocationLists
support.connection_verbose()
to output read logs.multipart::Part::file()
to automatically include conteConfiguration
📅 Schedule: Branch creation - "on monday" (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.