fix(deps): update all dependencies #84
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
4.5.31
->4.5.36
0.28.0
->0.29.0
0.43.0
->0.44.0
0.23.0
->0.23.3
1.43.0
->1.44.2
1.15.1
->1.16.0
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
clap-rs/clap (clap)
v4.5.36
Compare Source
Fixes
v4.5.35
Compare Source
Fixes
help_heading
v4.5.34
Compare Source
Fixes
flatten_help(true)
and subcommands without argumentsv4.5.33
Compare Source
Fixes
v4.5.32
Compare Source
Features
Error::remove
Documentation
humantime
tojiff
Internal
pulldown-cmark
XAMPPRocky/octocrab (octocrab)
v0.44.0
Compare Source
Added
Fixed
sha
is optional inDiffEntry
if file contents are unchanged (#750)visibility
can benull
(#756)wezterm/wezterm (termwiz)
v0.23.3
Compare Source
v0.23.2
Compare Source
v0.23.1
Compare Source
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
uuid-rs/uuid (uuid)
v1.16.0
Compare Source
What's Changed
Uuid::new_v8
const by @tguichaoua in https://github.com/uuid-rs/uuid/pull/815New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0
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.
ec80c34a54
to83726e57f1
83726e57f1
tofccf564754
fccf564754
to4ae693225e
4ae693225e
to7ec3fa7d87
7ec3fa7d87
to691122a5be
691122a5be
tofb337fb987
fb337fb987
to83608b6d96
83608b6d96
to2da1d6c528
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: Cargo.lock
2da1d6c528
tof239e039d9
f239e039d9
to26bd848604
26bd848604
toc2f6f96320
c2f6f96320
to73f5abeee7
73f5abeee7
to44eb0f3b5c
44eb0f3b5c
to2c314fff5a
2c314fff5a
to86b46e9cc7
86b46e9cc7
to16d7b615a1
16d7b615a1
tof59350ad45
f59350ad45
to21b39655bc
21b39655bc
to6d2eded40a
6d2eded40a
to965fdbc0e3
965fdbc0e3
to77dbba69be
77dbba69be
tocee43482ea
cee43482ea
to16255da010
16255da010
to690aec78eb
690aec78eb
to6637ef717e
6637ef717e
to2f8adc2384
2f8adc2384
to55354433b6
55354433b6
to54942c35e6
54942c35e6
to35da4f7c47
Checkout
From your project repository, check out a new branch and test the changes.