Skip to content
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

chore(deps): update compatible #13379

Merged
merged 1 commit into from
Feb 5, 2024
Merged

chore(deps): update compatible #13379

merged 1 commit into from
Feb 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anstream workspace.dependencies patch 0.6.5 -> 0.6.11
anstyle workspace.dependencies patch 1.0.4 -> 1.0.6
base64 workspace.dependencies patch 0.21.5 -> 0.21.7
clap workspace.dependencies patch 4.4.12 -> 4.4.18
curl-sys workspace.dependencies patch 0.4.70 -> 0.4.71+curl-8
handlebars workspace.dependencies minor 5.0.0 -> 5.1.0
ignore (source) workspace.dependencies patch 0.4.21 -> 0.4.22
itertools workspace.dependencies patch 0.12.0 -> 0.12.1
libc workspace.dependencies patch 0.2.151 -> 0.2.153
pkg-config workspace.dependencies patch 0.3.28 -> 0.3.29
regex workspace.dependencies patch 1.10.2 -> 1.10.3
semver workspace.dependencies patch 1.0.20 -> 1.0.21
serde (source) workspace.dependencies patch 1.0.194 -> 1.0.196
serde-untagged workspace.dependencies patch 0.1.4 -> 0.1.5
serde_ignored workspace.dependencies patch 0.1.9 -> 0.1.10
serde_json workspace.dependencies patch 1.0.110 -> 1.0.113
snapbox (source) workspace.dependencies patch 0.4.15 -> 0.4.16
tracing (source) workspace.dependencies patch 0.1.37 -> 0.1.40

Release Notes

rust-cli/anstyle (anstream)

v0.6.11

Compare Source

v0.6.10

Compare Source

v0.6.9

Compare Source

v0.6.8

Compare Source

v0.6.7

Compare Source

v0.6.6

Compare Source

marshallpierce/rust-base64 (base64)

v0.21.7

Compare Source

  • Support getting an alphabet's contents as a str via Alphabet::as_str()

v0.21.6

Compare Source

  • Improved introductory documentation and example
clap-rs/clap (clap)

v4.4.18

Compare Source

Fixes
  • (error) When lacking usage feature, ensure the list of required arguments is unique

v4.4.17

Compare Source

Fixes
  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15

v4.4.16

Compare Source

Fixes
  • Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color

v4.4.15

Compare Source

Fixes
  • Improve error for args_conflicts_with_subcommands
  • Ensure we error for args_conflicts_with_subcommands when using subcommand short and long flags

v4.4.14

Compare Source

Documentation
  • Fix find cookbook entry to allow repeats of flags/options
Features
  • Allow num_args(0) on options which allows making them emulate being a flag for position-tracking flags

v4.4.13

Compare Source

Documentation
  • Fix link to structopt migration guide
alexcrichton/curl-rust (curl-sys)

v0.4.71+curl-8.6.0

Compare Source

sunng87/handlebars-rust (handlebars)

v5.1.0

Compare Source

  • [Added] Chained else if block support [#​629]
BurntSushi/ripgrep (ignore)

v0.4.22

Compare Source

rust-itertools/itertools (itertools)

v0.12.1

Compare Source

Added
  • Documented iteration order guarantee for Itertools::[tuple_]combinations (#​822)
  • Documented possible panic in iterate (#​842)
  • Implemented Clone and Debug for Diff (#​845)
  • Implemented Debug for WithPosition (#​859)
  • Implemented Eq for MinMaxResult (#​838)
  • Implemented From<EitherOrBoth<A, B>> for Option<Either<A, B>> (#​843)
  • Implemented PeekingNext for RepeatN (#​855)
Changed
  • Made CoalesceBy lazy (#​801)
  • Optimized Filter[Map]Ok::next, Itertools::partition, Unique[By]::next[_back] (#​818)
  • Optimized Itertools::find_position (#​837)
  • Optimized Positions::next[_back] (#​816)
  • Optimized ZipLongest::fold (#​854)
  • Relaxed Debug bounds for GroupingMapBy (#​860)
  • Specialized ExactlyOneError::fold (#​826)
  • Specialized Interleave[Shortest]::fold (#​849)
  • Specialized MultiPeek::fold (#​820)
  • Specialized PadUsing::[r]fold (#​825)
  • Specialized PeekNth::fold (#​824)
  • Specialized Positions::[r]fold (#​813)
  • Specialized PutBackN::fold (#​823)
  • Specialized RepeatN::[r]fold (#​821)
  • Specialized TakeWhileInclusive::fold (#​851)
  • Specialized ZipLongest::rfold (#​848)
Notable Internal Changes
rust-lang/libc (libc)

v0.2.153

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.152...0.2.153

v0.2.152

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.151...0.2.152

rust-lang/pkg-config-rs (pkg-config)

v0.3.29

Compare Source

Fixed
  • Detection and usage of Windows static libraries (#​154).

  • Passing -Wl,-u to the linker if specified in the pkg-config file (#​154).

rust-lang/regex (regex)

v1.10.3

Compare 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:

  • BUG #​1147:
    Set default-features=false for the memchr and aho-corasick dependencies.
  • BUG #​1154:
    Fix unsound bounds check elision.
dtolnay/semver (semver)

v1.0.21

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
serde-rs/serde (serde)

v1.0.196

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​2682)

v1.0.195

Compare Source

  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#​2671)
dtolnay/serde-untagged (serde-untagged)

v0.1.5

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
dtolnay/serde-ignored (serde_ignored)

v0.1.10

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
serde-rs/json (serde_json)

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

assert-rs/trycmd (snapbox)

v0.4.16

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@rustbot
Copy link
Collaborator

rustbot commented Feb 1, 2024

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 (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 1, 2024
Copy link
Contributor

@epage epage left a 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.

@epage epage mentioned this pull request Feb 1, 2024
1 task
@epage
Copy link
Contributor

epage commented Feb 5, 2024

@bors r+

@bors
Copy link
Collaborator

bors commented Feb 5, 2024

📌 Commit eb3a343 has been approved by epage

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 5, 2024
@bors
Copy link
Collaborator

bors commented Feb 5, 2024

⌛ Testing commit eb3a343 with merge 25008a0...

@bors
Copy link
Collaborator

bors commented Feb 5, 2024

☀️ Test successful - checks-actions
Approved by: epage
Pushing 25008a0 to master...

@bors bors merged commit 25008a0 into master Feb 5, 2024
23 checks passed
@bors bors deleted the renovate/compatible branch February 5, 2024 19:05
bors added a commit that referenced this pull request Feb 5, 2024
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.
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 7, 2024
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
@ehuss ehuss added this to the 1.78.0 milestone Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants