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.34
0.20.0
->0.20.1
1.43.0
->1.44.1
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
rust-lang/git2-rs (git2)
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.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)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
Checkout
From your project repository, check out a new branch and test the changes.