-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update cargo pre-1.0 packages (patch) #6515
base: dev
Are you sure you want to change the base?
Conversation
|
✅ Docs Preview ReadyNo new or changed pages found. |
@renovate[bot], please consider creating a changeset entry in |
CI performance tests
|
1e7f76a
to
a7b268f
Compare
a7b268f
to
6ff99ba
Compare
This PR contains the following updates:
0.4.11
->0.4.18
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
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://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.