- Notifications
You must be signed in to change notification settings - Fork 2.7k
chore(deps): update compatible #13379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @weihanglo (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
075a5d3 to 38e7866 Compare
epage left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'm going to hold off until we've confirmed beta branch has happened.
Also, the handlebars update has a breaking change (see sunng87/handlebars-rust#630) and I want to give it a little time in case the author yanks it.
38e7866 to 5580cc0 Compare 5580cc0 to eb3a343 Compare | @bors r+ |
| ☀️ Test successful - checks-actions |
Remove build metadata from curl-sys version. #13379 added the build metadata to the curl-sys version, but cargo spits a warning that you shouldn't do that. It also didn't add the metadata correctly, as the version is `+curl-8.6.0`. This removes that, since it isn't needed.
Update cargo 14 commits in cdf84b69d0416c57ac9dc3459af80dfb4883d27a..ccc84ccec4b7340eb916aefda1cb3e2fe17d8e7b 2024-02-02 19:39:16 +0000 to 2024-02-07 15:37:49 +0000 - Relax a test to permit warnings to be emitted, too. (rust-lang/cargo#13415) - test: disable lldb test as it requires privileges to run on macOS (rust-lang/cargo#13416) - Update git2 (rust-lang/cargo#13412) - fix: Switch more notes/warnings to lowercase (rust-lang/cargo#13410) - Don't add the new package to workspace.members if there is no existing workspace in Cargo.toml. (rust-lang/cargo#13391) - Remove build metadata from curl-sys version. (rust-lang/cargo#13401) - Fix markdown line break in cargo-add (rust-lang/cargo#13400) - Remove `package.documentation` from the “before publishing” list. (rust-lang/cargo#13398) - chore(deps): update gix (rust-lang/cargo#13380) - chore(deps): update compatible (rust-lang/cargo#13379) - feat(update): Tell users when they are still behind (rust-lang/cargo#13372) - docs(changelog): Slight cleanup (rust-lang/cargo#13396) - Bump to 0.79.0; update changelog (rust-lang/cargo#13392) - doc: `[package]` doesn't require `version` field (rust-lang/cargo#13390) r? ghost
This PR contains the following updates:
0.6.5->0.6.111.0.4->1.0.60.21.5->0.21.74.4.12->4.4.180.4.70->0.4.71+curl-85.0.0->5.1.00.4.21->0.4.220.12.0->0.12.10.2.151->0.2.1530.3.28->0.3.291.10.2->1.10.31.0.20->1.0.211.0.194->1.0.1960.1.4->0.1.50.1.9->0.1.101.0.110->1.0.1130.4.15->0.4.160.1.37->0.1.40Release Notes
rust-cli/anstyle (anstream)
v0.6.11Compare Source
v0.6.10Compare Source
v0.6.9Compare Source
v0.6.8Compare Source
v0.6.7Compare Source
v0.6.6Compare Source
marshallpierce/rust-base64 (base64)
v0.21.7Compare Source
Alphabet::as_str()v0.21.6Compare Source
clap-rs/clap (clap)
v4.4.18Compare Source
Fixes
usagefeature, ensure the list of required arguments is uniquev4.4.17Compare Source
Fixes
panic!when mixingargs_conflicts_with_subcommandswithArgGroup(which is implicit withderive) introduced in 4.4.15v4.4.16Compare Source
Fixes
v4.4.15Compare Source
Fixes
args_conflicts_with_subcommandsargs_conflicts_with_subcommandswhen using subcommand short and long flagsv4.4.14Compare Source
Documentation
findcookbook entry to allow repeats of flags/optionsFeatures
num_args(0)on options which allows making them emulate being a flag for position-tracking flagsv4.4.13Compare Source
Documentation
alexcrichton/curl-rust (curl-sys)
v0.4.71+curl-8.6.0Compare Source
sunng87/handlebars-rust (handlebars)
v5.1.0Compare Source
else ifblock support [#629]BurntSushi/ripgrep (ignore)
v0.4.22Compare Source
rust-itertools/itertools (itertools)
v0.12.1Compare Source
Added
Itertools::[tuple_]combinations(#822)iterate(#842)CloneandDebugforDiff(#845)DebugforWithPosition(#859)EqforMinMaxResult(#838)From<EitherOrBoth<A, B>>forOption<Either<A, B>>(#843)PeekingNextforRepeatN(#855)Changed
CoalesceBylazy (#801)Filter[Map]Ok::next,Itertools::partition,Unique[By]::next[_back](#818)Itertools::find_position(#837)Positions::next[_back](#816)ZipLongest::fold(#854)Debugbounds forGroupingMapBy(#860)ExactlyOneError::fold(#826)Interleave[Shortest]::fold(#849)MultiPeek::fold(#820)PadUsing::[r]fold(#825)PeekNth::fold(#824)Positions::[r]fold(#813)PutBackN::fold(#823)RepeatN::[r]fold(#821)TakeWhileInclusive::fold(#851)ZipLongest::rfold(#848)Notable Internal Changes
clippyin CI (#740)rustdocin CI (#840)rust-lang/libc (libc)
v0.2.153Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/libc@0.2.152...0.2.153
v0.2.152Compare Source
What's Changed
i686-pc-windows-gnuCI by @JohnTitor in https://github.com/rust-lang/libc/pull/3489ifreq,ifconfand related constants to Android by @arctic-alpaca in https://github.com/rust-lang/libc/pull/3487TFD_TIMER_*constants on FreeBSD. by @sunfishcode in https://github.com/rust-lang/libc/pull/3506clockid_tby @JohnTitor in https://github.com/rust-lang/libc/pull/3516include/linux/sched.hheader by @GuillaumeGomez in https://github.com/rust-lang/libc/pull/3515New Contributors
Full Changelog: rust-lang/libc@0.2.151...0.2.152
rust-lang/pkg-config-rs (pkg-config)
v0.3.29Compare Source
Fixed
Detection and usage of Windows static libraries (#154).
Passing
-Wl,-uto the linker if specified in the pkg-config file (#154).rust-lang/regex (regex)
v1.10.3Compare Source
===================
This is a new patch release that fixes the feature configuration of optional
dependencies, and fixes an unsound use of bounds check elision.
Bug fixes:
Set
default-features=falsefor thememchrandaho-corasickdependencies.Fix unsound bounds check elision.
dtolnay/semver (semver)
v1.0.21Compare Source
serde-rs/serde (serde)
v1.0.196Compare Source
v1.0.195Compare Source
dtolnay/serde-untagged (serde-untagged)
v0.1.5Compare Source
dtolnay/serde-ignored (serde_ignored)
v0.1.10Compare Source
serde-rs/json (serde_json)
v1.0.113Compare Source
swap_removeandshift_removemethods on Map (#1109)v1.0.112Compare Source
v1.0.111Compare Source
assert-rs/trycmd (snapbox)
v0.4.16Compare Source
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.