fix(deps): update all dependencies #98
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:
4.5.31
->4.5.34
3.17.1
->3.19.1
1.43.0
->1.44.1
1.15.1
->1.16.0
1.15.1
->1.16.0
Release Notes
clap-rs/clap (clap)
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
Stebalien/tempfile (tempfile)
v3.19.1
Compare Source
v3.19.0
Compare Source
cfg-if
. It's still in the tree, but we didn't really need to use it in this crate.unstable-windows-keep-open-tempfile
) to test a potential fix to #339.v3.18.0
Compare Source
rustix
to 1.0.0.NamedTempFile::persist_noclobber
atomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).tokio-rs/tokio (tokio)
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)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.
8b1599309f
toe5e772bb06
e5e772bb06
to143c0e54d2
143c0e54d2
to90461827b4
90461827b4
to64b3463539
64b3463539
toade121ca64
ade121ca64
to5cd2562d37
5cd2562d37
to9ce098643b
9ce098643b
tof6e00a8636
f6e00a8636
to8249399c48
8249399c48
to9b25f75ed4
9b25f75ed4
to31dde18381
31dde18381
toc6da4adfd0
c6da4adfd0
to6a7e4a5566
6a7e4a5566
to62d747463f
62d747463f
to4b606f49f5
4b606f49f5
to4cb39f0c6e
4cb39f0c6e
tof347ddd2c2
f347ddd2c2
to3cae5471d4
3cae5471d4
to329807886e
329807886e
to97aefb051e
97aefb051e
to32891fbeea
32891fbeea
tofdf84351f9
fdf84351f9
tod488abdfca
d488abdfca
toc4d502d7b8
c4d502d7b8
to4f990c8e06
4f990c8e06
to3712845744
3712845744
to407b029e2d
407b029e2d
toa32dcd5bd3
a32dcd5bd3
to88faae82bc
88faae82bc
tobde968f1dd
bde968f1dd
to8fda109337
8fda109337
tofb9f548173
fb9f548173
toede93c76ba
ede93c76ba
to8603ca0a99
8603ca0a99
toc039261beb
c039261beb
to5dd23f9428
5dd23f9428
to253ccfe730
253ccfe730
toc896900d78
c896900d78
tob7136e07cc
b7136e07cc
tobb185b833d
bb185b833d
to40404d3fbc
40404d3fbc
to9df247026f
9df247026f
to3d8f40d1f5
3d8f40d1f5
to19afa0a30c
19afa0a30c
to14b5b7d87d
14b5b7d87d
to1fa6a1f4ba
1fa6a1f4ba
to64b0e44fec
64b0e44fec
to45310283ab
45310283ab
to8af43982dc
8af43982dc
tocad7380ab3
cad7380ab3
to7b47aae649
7b47aae649
tob5bf80c1dc
b5bf80c1dc
toddd1f6d560
ddd1f6d560
toee0efb017f
ee0efb017f
to905acd9c54
Checkout
From your project repository, check out a new branch and test the changes.