-
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) #6492
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
|
c0d9b27
to
d54cf90
Compare
d54cf90
to
c76e6f0
Compare
This PR contains the following updates:
0.4.11
->0.4.18
0.1.81
->0.1.83
0.1.81
->0.1.83
0.15.8
->0.15.10
0.5.13
->0.5.14
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.15
0.32.0
->0.32.1
0.3.36
->0.3.37
0.1.15
->0.1.17
0.7.11
->0.7.13
0.8.15
->0.8.19
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.83
Compare Source
v0.1.82
Compare Source
console-rs/console (console)
v0.15.10
Compare Source
What's Changed
v0.15.9
Compare Source
What's Changed
crossbeam-rs/crossbeam (crossbeam-channel)
v0.5.14
: crossbeam-channel 0.5.14Compare Source
Select::new_biased
function. (#1150)clippy::zero_repeat_side_effects
lint in macro generated code. (#1123)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.15
Compare Source
Unpin
implementations. (#84)GuillaumeGomez/sysinfo (sysinfo)
v0.32.1
Compare Source
libc
update.time-rs/time (time)
v0.3.37
Compare Source
Added
Time::MAX
, equivalent totime!(23:59:59.999999999)
[year repr:century]
is now supported in format descriptions. When used in conjunction with[year repr:last_two]
, there is sufficient information to parse a date. Note that with thelarge-date
feature enabled, there is an ambiguity when parsing the two back-to-back.strftime
-style format descriptions, located attime::format_description::parse_strftime_borrowed
andtime::format_description::parse_strftime_owned
time::util::refresh_tz
andtime::util::refresh_tz_unchecked
, which updates informationobtained via the
TZ
environment variable. This is equivalent to thetzset
syscall on Unix-likesystems, with and without built-in soundness checks, respectively.
Month::length
andutil::days_in_month
, replacingutil::days_in_year_month
.time::serde::format_description!
rather than only paths. This alsodrastically improves diagnostics when an invalid value is provided.
Changed
Obtaining the system UTC offset on Unix-like systems should now succeed when multi-threaded.
However, if the
TZ
environment variable is altered, the program will not be aware of this untiltime::util::refresh_tz
ortime::util::refresh_tz_unchecked
is called.refresh_tz
has thesame soundness requirements as obtaining the system UTC offset previously did, with the
requirements still being automatically enforced.
refresh_tz_unchecked
does not enforce theserequirements at the expense of being
unsafe
. Most programs should not need to call eitherfunction.
Due to this change, the
time::util::local_offset
module has been deprecated in its entirety. Theget_soundness
andset_soundness
functions are now no-ops.Note that while calls should succeed, success is not guaranteed in any situation. Downstream
users should always be prepared to handle the error case.
Fixed
Duration
s less than one second is now correct. It previously omittedthe negative sign.
From<js_sys::Date> for OffsetDateTime
now ensures sub-millisecond values are not erroneouslyreturned.
tokio-rs/tokio (tokio-stream)
v0.1.17
Compare Source
v0.1.16
Compare Source
toml-rs/toml (toml)
v0.8.19
Compare Source
v0.8.18
Compare Source
v0.8.17
Compare Source
v0.8.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.