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.41
0.28.0
->0.29.0
0.43.0
->0.44.0
0.23.0
->0.23.3
1.43.0
->1.46.1
0.8.19
->0.9.0
1.15.1
->1.17.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.41
Compare Source
Features
Styles::context
andStyles::context_value
to customize the styling of[default: value]
like notes in the--help
v4.5.40
Compare Source
Features
arg!()
macro (e.g.arg!("check-config": ...)
)v4.5.39
Compare Source
Fixes
v4.5.38
Compare Source
Fixes
--
or-
v4.5.37
Compare Source
Features
ArgMatches::try_clear_id()
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.1
Compare Source
Fixed
Other
name
field toAuthor
struct (#771)EventInstallation::id()
helper (#763)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.46.1
: Tokio v1.46.1Compare Source
1.46.1 (July 4th, 2025)
This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using
tokio::spawn
rather thanRuntime::spawn
. This issue only effected the spawn location inTaskMeta::spawned_at
, and did not effect task locations in Tracing events.Unstable
TaskMeta::spawn_location
tracking where a task was spawned (#7440)v1.46.0
: Tokio v1.46.0Compare Source
1.46.0 (July 2nd, 2025)
Fixed
TcpStream::shutdown
incorrectly returning an error on macOS (#7290)Added
mpsc::OwnedPermit::{same_channel, same_channel_as_sender}
methods (#7389)biased
option forjoin!
andtry_join!
, similar toselect!
(#7307)pope::OpenOptions::read_write
on Android (#7426)Clone
implementation fornet::unix::SocketAddr
(#7422)Changed
queue::Local<T>
(#7340)LocalSet::{poll,drop}
(#7372)Unstable
TaskMeta::spawn_location
tracking where a task was spawned (#7417)LocalOptions
parameter toruntime::Builder::build_local
(#7346)Documented
start_seek
is not used (#7366)AsyncWriteExt::flush
(#7364)recv_buffer_size
method (#7336)RawFd
inTcpSocket
docs (#7416)AsRawFd
doc link to current Rust stdlib location (#7429)on_*_task_poll
is unstable (#7311)time::advance
(#7394)v1.45.1
: Tokio v1.45.1Compare Source
1.45.1 (May 24th, 2025)
This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to
Instant::now()
started failing. This is due to the stabilization of the first time-based metric.Fixed
v1.45.0
: Tokio v1.45.0Compare Source
Added
worker_total_busy_duration
,worker_park_count
, andworker_unpark_count
(#6899, #7276)Command::spawn_with
(#7249)Changed
Unpin
for some trait impls (#7204)runtime::Handle
as unwind safe (#7230)Unstable
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
toml-rs/toml (toml)
v0.9.2
Compare Source
v0.9.1
Compare Source
v0.9.0
Compare Source
v0.8.23
Compare Source
v0.8.22
Compare Source
v0.8.21
Compare Source
uuid-rs/uuid (uuid)
v1.17.0
Compare Source
What's Changed
wasm32v1-none
Support by @bushrat011899 in https://github.com/uuid-rs/uuid/pull/828New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0
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
35da4f7c47
tod56b84a425
d56b84a425
to5f53f645f6
5f53f645f6
to094744f08c
094744f08c
tocc4f6f0cb0
cc4f6f0cb0
to77601ae0be
77601ae0be
to9c1bdcda04
9c1bdcda04
toa4befa39ea
a4befa39ea
toa886a770cf
a886a770cf
to62cf54990f
62cf54990f
to8980a94846
8980a94846
to8316b6975c
8316b6975c
toc301a8d104
c301a8d104
to5a408dcb62
5a408dcb62
to059a32a57b
059a32a57b
tofc5bdaec9b
fc5bdaec9b
to65573c1ebe
65573c1ebe
to0273ea1c02
0273ea1c02
to814d5e81d9
814d5e81d9
to37a4dcfaa6
37a4dcfaa6
todfb8c5d175
dfb8c5d175
toce50f16d83
ce50f16d83
to03f5117fa1
03f5117fa1
to7a6269a8d3
7a6269a8d3
to68072f6fc8
68072f6fc8
to0cdb6bbdd8
0cdb6bbdd8
todffd2d6dda
dffd2d6dda
tob0f529f2db
b0f529f2db
to8b3df23b55
8b3df23b55
to33dfbc23ec
33dfbc23ec
to4e845e4d9a
4e845e4d9a
tobfb5ebe0ac
bfb5ebe0ac
tod5c57323f3
d5c57323f3
to157999ef83
157999ef83
to482036bbd9
482036bbd9
to38eefbc676
38eefbc676
to27e04020f1
27e04020f1
tob7ba8a26fb
b7ba8a26fb
to924717ec12
924717ec12
toaea93217ef
aea93217ef
to753ef7ae3d
753ef7ae3d
to93f6d330da
93f6d330da
to3eb38ccadd
3eb38ccadd
to0f5dbeeb73
0f5dbeeb73
to047615cbf2
047615cbf2
tofc99f480c2
fc99f480c2
to8a92ca2f06
8a92ca2f06
toe61f297223
e61f297223
tob43d0bc753
b43d0bc753
to4ac2433751
4ac2433751
to6409414ac0
6409414ac0
to3f233d4e0b
3f233d4e0b
to3e516ae2a3
3e516ae2a3
toc3a9a465ba
c3a9a465ba
tofbcff54034
fbcff54034
tof3f4e10c55
f3f4e10c55
tobc88e57357
bc88e57357
to0e78236d05
0e78236d05
to0878aaf651
0878aaf651
to46f8343cde
46f8343cde
to7f10da838a
7f10da838a
to475a6bf187
475a6bf187
to82072807e3
82072807e3
to0d64919491
0d64919491
to08663568d8
08663568d8
to713f9ee6f5
713f9ee6f5
tod036280242
d036280242
to5328d217d9
5328d217d9
to0103ac8e01
0103ac8e01
tofa815567c2
fa815567c2
tofba9c65ae4
fba9c65ae4
to5c74461ed2
5c74461ed2
to2ea981bcc5
2ea981bcc5
to8408312274
8408312274
to80a3977986
80a3977986
to99e3a67964
99e3a67964
to5ed0de0cb4
5ed0de0cb4
tod51fa275b3
d51fa275b3
toc8e14b6985
c8e14b6985
tofa7c1a529b
fa7c1a529b
tob2f8436ebc
b2f8436ebc
to50013ca90e
50013ca90e
to5fe0198f32
5fe0198f32
to3f5374c396
3f5374c396
to23600a3627
23600a3627
to04cc9f842d
04cc9f842d
tof1684097de
f1684097de
to501592b957
501592b957
toa26e553b64
a26e553b64
toca385c236b
ca385c236b
to65a8827009
65a8827009
toc18704d725
c18704d725
to518a887d26
518a887d26
tob311e16e21
b311e16e21
to9bcc496eb3
9bcc496eb3
tod2c71e8ce2
d2c71e8ce2
tobf498d1e3a
bf498d1e3a
to8a0542b33b
8a0542b33b
to32450da351
32450da351
to12c09616f9
12c09616f9
to8aca8b895c
8aca8b895c
to8cbe3874a0
8cbe3874a0
to364128a854
364128a854
to118dff934c
118dff934c
tob3a29d0963
b3a29d0963
to20c8759360
20c8759360
to0181b63258
0181b63258
todacb1c766b
dacb1c766b
tof6cab4ec2e
f6cab4ec2e
to674924a8d9
674924a8d9
to3897586cd9
3897586cd9
to26b2438fe2
26b2438fe2
to8b06bb240b
8b06bb240b
tod8f2ba4078
d8f2ba4078
to465759f983
465759f983
to024dda7afb
024dda7afb
to12e8c5c500
12e8c5c500
tofed9f12e09
fed9f12e09
to047ed967b9
047ed967b9
to024e520c16
024e520c16
toa4d3e4f699
a4d3e4f699
tob37eb44c22
b37eb44c22
to4d0a7257c7
4d0a7257c7
to0437c1634e
0437c1634e
toeb3067be03
eb3067be03
toad8f1eef2b
ad8f1eef2b
toa2c2ad217f
a2c2ad217f
toa97fd28695
a97fd28695
to8978f9eee7
8978f9eee7
to1bd1dcf5eb
1bd1dcf5eb
to28d7f2e6d4
28d7f2e6d4
to484fc0ccf0
484fc0ccf0
to9ec9b60c82
9ec9b60c82
toe777869c56
e777869c56
to804b5befbe
804b5befbe
to66a9d72d73
66a9d72d73
to69742a061c
69742a061c
toc60ef330dc
c60ef330dc
to0c15006398
0c15006398
to20d5498c42
20d5498c42
tob06527a484
b06527a484
toa2c1d4dee0
a2c1d4dee0
tob87e243f24
b87e243f24
to8f73b89568
8f73b89568
to5896009d5b
5896009d5b
tod5d2dfb37a
d5d2dfb37a
tobf76c6046c
bf76c6046c
toa95d60eef6
a95d60eef6
to576adffb08
576adffb08
tob16860bbc4
b16860bbc4
to380770b3e3
380770b3e3
to79413d6093
79413d6093
to8c82c58883
8c82c58883
tob8aa343bc8
b8aa343bc8
tobefc27979f
befc27979f
to9c458a3ab8
9c458a3ab8
to9dea0deb38
9dea0deb38
to04ef6ede9e
04ef6ede9e
to6ca898639a
6ca898639a
toa54fa5ec93
a54fa5ec93
to2379f89527
2379f89527
tob6f250e207
b6f250e207
to377ba02ac4
377ba02ac4
to862b8d2370
862b8d2370
toa2a1f084e0
a2a1f084e0
to078fd66363
078fd66363
toe32b7f23c3
e32b7f23c3
to3baba87a34
3baba87a34
to013a42926d
013a42926d
to25029ec35a
25029ec35a
to285c039170
285c039170
to39b53f6e16
39b53f6e16
to4de9b92397
4de9b92397
tob160d5e0f2
b160d5e0f2
to576015f3fa
576015f3fa
toc8c34cff80
c8c34cff80
toa86685341b
a86685341b
to142c867095
142c867095
toed0497b0bb
ed0497b0bb
to6638267b4a
6638267b4a
todfff1d609d
dfff1d609d
toa138c12116
a138c12116
toea4b1d022a
Checkout
From your project repository, check out a new branch and test the changes.