fix(deps): update all dependencies #59
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.37
0.6.3
->0.6.4
0.20.0
->0.20.2
1.43.0
->1.45.0
0.8.20
->0.8.22
Release Notes
clap-rs/clap (clap)
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
eyre-rs/eyre (color-eyre)
v0.6.4
Compare Source
rust-lang/git2-rs (git2)
v0.20.2
Compare Source
0.20.1...0.20.2
Added
Status::WT_UNREADABLE
.#1151
Fixed
GIT_EDIRECTORY
,GIT_EMERGECONFLICT
,GIT_EUNCHANGED
,GIT_ENOTSUPPORTED
, andGIT_EREADONLY
toError::raw_code
.#1153
Indexer::new
.#1160
v0.20.1
Compare Source
0.20.0...0.20.1
Added
Repository::branch_upstream_merge()
#1131
Index::conflict_get()
#1134
Index::conflict_remove()
#1133
opts::set_cache_object_limit()
#1118
Repo::merge_file_from_index()
and associatedMergeFileOptions
andMergeFileResult
.#1062
Changed
url
dependency minimum raised to 2.5.4#1128
#1121
CredentialHelper::config
) now checks for helpers that start with something that looks like an absolute path, rather than checking for a/
or\
anywhere in the helper string (which resolves an issue if the helper had arguments with/
or\
).#1137
Fixed
Remote::url_bytes
if the url is empty.#1120
Patch::delta
,Patch::hunk
, andPatch::line_in_hunk
. The return values must not outlive thePatch
.#1141
#1143
tokio-rs/tokio (tokio)
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.8.22
Compare Source
v0.8.21
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.
2a759a0a2e
toa1133bb11f
a1133bb11f
to6870c81bb8
6870c81bb8
to1e2071c2ad
1e2071c2ad
to81d31ef921
81d31ef921
toeaccd44285
eaccd44285
tof7b9142141
f7b9142141
to551ae347c4
551ae347c4
to99124ec619
99124ec619
to4a4b86afd8
4a4b86afd8
to221eb79f6a
221eb79f6a
to93cae94833
Checkout
From your project repository, check out a new branch and test the changes.