fix(deps): update all dependencies #30
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.0.97
->1.0.98
0.1.87
->0.1.88
0.9.0
->0.9.1
1.43.0
->1.44.2
0.7.13
->0.7.14
Release Notes
dtolnay/anyhow (anyhow)
v1.0.98
Compare Source
self.into_boxed_dyn_error()
andself.reallocate_into_boxed_dyn_error_without_backtrace()
methods for anyhow::Error (#415)dtolnay/async-trait (async-trait)
v0.1.88
Compare Source
rust-random/rand (rand)
v0.9.1
Compare Source
Security and unsafe
zerocopy
dependency fromrand
(#1579)Fixes
simd_support
for recent nightly rust (#1586)Changes
fn rand::seq::index::sample_weighted
andfn IndexedRandom::choose_multiple_weighted
to return fewer thanamount
results (#1623), reverting an undocumented change (#1382) to the previous release.Additions
rand::distr::Alphabetic
distribution. (#1587)rand_core
(#1604)tokio-rs/tokio (tokio)
v1.44.2
: Tokio v1.44.2Compare Source
This release fixes a soundness issue in the broadcast channel. The channel
accepts values that are
Send
but!Sync
. Previously, the channel calledclone()
on these values without synchronizing. This release fixes the channelby synchronizing calls to
.clone()
(Thanks Austin Bonander for finding andreporting the issue).
Fixed
clone()
call in broadcast channel (#7232)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)v1.43.1
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 has been generated by Renovate Bot.
9931ba271c
toa82c6d6791
a82c6d6791
toa07473ac0b
a07473ac0b
to8224c745d4
8224c745d4
to7f8b0f96d8
7f8b0f96d8
to0e119b000e
0e119b000e
toa66c5c59f9
a66c5c59f9
toba1ea8b01f
ba1ea8b01f
to5d2315bcc9
5d2315bcc9
tob9eb389d2e
b9eb389d2e
to5a64fb2fb4
5a64fb2fb4
to6dcdb087a5
6dcdb087a5
to106495904c
106495904c
to9294e3ad77
9294e3ad77
to6e41f90a25
6e41f90a25
to28af0ed627
28af0ed627
toe30c33a509
e30c33a509
to994ffa001b
994ffa001b
to3150b34217
3150b34217
to3606f31be6
3606f31be6
tocb2f0754b4
cb2f0754b4
to45bb8e4c13
45bb8e4c13
to7b8239ca61
7b8239ca61
to2ec45e1c72
2ec45e1c72
tod3a8533ef7
d3a8533ef7
to86d2dbde71
86d2dbde71
to1c0cebacce
1c0cebacce
to06553436a5
06553436a5
to0b0aa9d57d
0b0aa9d57d
toeee8a0e17e
eee8a0e17e
toc0ca8f2213
Checkout
From your project repository, check out a new branch and test the changes.