fix(deps): update cargo pre-1.0 packages (patch) #6505
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.4.11
->0.4.18
0.1.84
->0.1.85
0.1.84
->0.1.85
0.15.8
->0.15.10
0.11.5
->0.11.6
0.3.30
->0.3.31
0.3.30
->0.3.31
0.24.1
->0.24.2
0.14.31
->0.14.32
0.2.167
->0.2.169
0.4.7
->0.4.8
0.3.27
->0.3.31
0.12.3
->0.12.5
0.13.0
->0.13.1
0.13.0
->0.13.1
0.2.14
->0.2.16
0.32.0
->0.32.1
0.1.15
->0.1.17
0.7.11
->0.7.13
0.3.2
->0.3.3
Release Notes
Nullus157/async-compression (async-compression)
v0.4.18
Compare Source
Fixed
Level::Precise
clamp range for flate2.v0.4.17
Compare Source
Fixed
v0.4.16
Compare Source
Other
AsyncBufRead
on write-based encoders & decoders.v0.4.15
Compare Source
Feature
AsyncRead
orAsyncWrite
where appropriate.AsyncRead
/AsyncWrite
bounds on*::{get_ref, get_mut, get_pin_mut, into_inner}()
methods.v0.4.14
Compare Source
Fixed
v0.4.13
Compare Source
Feature
brotli
dependency to to7
.v0.4.12
Compare Source
Feature
dtolnay/async-trait (async-trait)
v0.1.85
Compare Source
Self: 'async_trait
bound in impl when not needed by signature (#284)console-rs/console (console)
v0.15.10
Compare Source
What's Changed
v0.15.9
Compare Source
What's Changed
rust-cli/env_logger (env_logger)
v0.11.6
Compare Source
Features
rust-lang/futures-rs (futures)
v0.3.31
Compare Source
FuturesUnordered
when dropped future panics (#2886)task::waker_ref
(#2830)This is a breaking change but allowed because it is soundness bug fix.
AsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)select!
/select_biased!
(#2832)This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
Waker::will_wake
change (#2865)stream::Iter::{get_ref,get_mut,into_inner}
(#2875)future::AlwaysReady
(#2825)io::{BufReader,BufWriter}
(#2848)hickory-dns/hickory-dns (hickory-resolver)
v0.24.2
Compare Source
What's Changed
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
rust-lang/libc (libc)
v0.2.169
Compare Source
Added
sockaddr_vm
definition #4194Fixed
Breaking: rust-lang/rust#132975 corrected the signedness of
core::ffi::c_char
on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes tolibc
, including the following specific pull requests:c_char
with a reexport #4195c_char
on various targets #4199c_char
configuration fromrust-lang/rust
#4198Cleanup
c_void
in target-specific code #4200v0.2.168
Compare Source
Added
IFA_*
constants available on all Linux targets #4185MAP_DROPPABLE
#4173SIGRTMIN
andSIGRTMAX
#4171memccpy
andmempcpy
GNU extension [https://github.com/rust-lang/libc/pull/4186](https://redirect.github.com/rust-lang/libc/pull/4186)6.Deprecated
Fixed
Debug
implementation for unions opaque (#4176)Other
unpredictable_function_pointer_comparisons
lint where needed #4177rust-fuzz/libfuzzer (libfuzzer-sys)
v0.4.8
Compare Source
Released 2024-11-07.
Added
LLVMFuzzerCustomCrossOver
through thefuzz_crossover
macro. See the
example_crossover
directory in this crate's repo for acomplete example.
Changed
libFuzzer
commitab51eccf88f5321e7c60591c5546b254b6afab99
(
release/19.x
).dtolnay/linkme (linkme)
v0.3.31
Compare Source
ref_option_ref
pedantic clippy lint from triggering inside generated code (#103)v0.3.30
Compare Source
v0.3.29
Compare Source
v0.3.28
Compare Source
jeromefroe/lru-rs (lru)
v0.12.5
Compare Source
v0.12.4
Compare Source
asomers/mockall (mockall)
v0.13.1
Compare Source
Fixed
Suppress warnings about the
#[expect]
lint, new in Rust 1.81.0, ingenerated code.
(#619)
Suppress the
#[clippy::ref_option]
warning, new in Rust 1.83.0, ingenerated code.
(#618)
When mocking functions with a closure argument, but not using
#[concretize]
, include any additional trait bounds in the trait objectargument passed to
.with
and.returning
.(#606)
Fixed naming conflict when mocking multiple traits with same name but from
different modules.
(#601)
taiki-e/pin-project-lite (pin-project-lite)
v0.2.16
Compare Source
clippy::absolute_paths
,clippy::min_ident_chars
, andclippy::single_char_lifetime_names
lints in generated code.v0.2.15
Compare Source
Unpin
implementations. (#84)GuillaumeGomez/sysinfo (sysinfo)
v0.32.1
Compare Source
libc
update.tokio-rs/tokio (tokio-stream)
v0.1.17
Compare Source
v0.1.16
Compare Source
tower-rs/tower (tower-service)
v0.3.3
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.