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 #13674

Merged
merged 1 commit into from Apr 3, 2024
Merged

chore(deps): update compatible #13674

merged 1 commit into from Apr 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.80 -> 1.0.81
clap workspace.dependencies patch 4.5.1 -> 4.5.4
git2 workspace.dependencies patch 0.18.2 -> 0.18.3
handlebars workspace.dependencies patch 5.1.0 -> 5.1.2
libloading workspace.dependencies patch 0.8.1 -> 0.8.3
memchr workspace.dependencies patch 2.7.1 -> 2.7.2
os_info workspace.dependencies minor 3.7.0 -> 3.8.2
pulldown-cmark workspace.dependencies patch 0.10.0 -> 0.10.2
regex workspace.dependencies patch 1.10.3 -> 1.10.4
security-framework (source) workspace.dependencies minor 2.9.2 -> 2.10.0
serde_json workspace.dependencies patch 1.0.114 -> 1.0.115
similar dev-dependencies minor 2.4.0 -> 2.5.0
snapbox (source) workspace.dependencies patch 0.5.7 -> 0.5.9
thiserror workspace.dependencies patch 1.0.57 -> 1.0.58
toml workspace.dependencies patch 0.8.10 -> 0.8.12
tracing-chrome workspace.dependencies patch 0.7.1 -> 0.7.2
walkdir workspace.dependencies minor 2.4.0 -> 2.5.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.81

Compare Source

  • Make backtrace support available when using -Dwarnings (#​354)
clap-rs/clap (clap)

v4.5.4

Compare Source

Fixes
  • (derive) Allow non-literal #[arg(id)] attributes again

v4.5.3

Compare Source

Internal
  • (derive) Update heck

v4.5.2

Compare Source

Fixes
  • (macros) Silence a warning
rust-lang/git2-rs (git2)

v0.18.3

Compare Source

0.18.2...0.18.3

Added
  • Added opts:: functions to get / set libgit2 mwindow options
    #​1035
Changed
  • Updated examples to use clap instead of structopt
    #​1007
sunng87/handlebars-rust (handlebars)

v5.1.2

Compare Source

  • [Changed] Improved error message and syntax rule naming [#​638]
  • [Changed] Updated heck to 0.5 [#​635]

v5.1.1

Compare Source

  • [Changed] Turned off pub access of chain in HelperTemplate
nagisa/rust_libloading (libloading)

v0.8.3

Compare Source

v0.8.2

Compare Source

BurntSushi/memchr (memchr)

v2.7.2

Compare Source

stanislav-tkach/os_info (os_info)

v3.8.2

Compare Source

  • Build on FreeSBD has been fixed once again. (#​377)

v3.8.1

Compare Source

  • Build on FreeSBD has been fixed. (#​372)

  • Build on Illumos has been fixed. (#​373)

  • Build on NetBSD has been fixed. (#​374)

  • Few more regressions introduced in the 3.8.0 release were (hopefully) fixed.

v3.8.0

Compare Source

  • The windows-sys crate instead of winapi is now used internally. (#​341)

  • Architecture information for Windows targets has been added. (#​345)

  • Artix Linux detection has been fixed. (#​348)

  • AIX support has been added. (#​349)

  • Kali Linux support has been added. (#​350)

  • openSUSE Tumbleweed detection has been fixed. (#​353)

  • Version parsing from lsb_release has been added. (#​354)

  • HardenedBSD detection has been fixed. (#​358)

  • Ultramarine Linux support has been added. (#​359)

  • AlmaLinux and Rocky Linux support has been added. (#​360)

  • Ultramarine Linux support has been added. (#​363)

  • Void Linux support has been added. (#​365)

raphlinus/pulldown-cmark (pulldown-cmark)

v0.10.2

New release with some fixes and improvements. Note the 0.10.1 is missing (yanked from crates.io) due to a conflict with the clap version and the Rust minimum version (1.74 now instead of 1.70).

Thanks to all people that contributed to this release!

What's Changed

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.0...v0.10.2

rust-lang/regex (regex)

v1.10.4

Compare Source

kornelski/rust-security-framework (security-framework)

v2.10.0

Compare Source

serde-rs/json (serde_json)

v1.0.115

Compare Source

  • Documentation improvements
mitsuhiko/similar (similar)

v2.5.0

Compare Source

  • Added support for TextDiff::iter_inline_changes_deadline. #​61
  • Raise MSRV to 1.60. #​62
  • Bump bstr dependency to 1.0. #​62
assert-rs/trycmd (snapbox)

v0.5.9

Compare Source

v0.5.8

Compare Source

dtolnay/thiserror (thiserror)

v1.0.58

Compare Source

  • Make backtrace support available when using -Dwarnings (#​292)
toml-rs/toml (toml)

v0.8.12

Compare Source

v0.8.11

Compare Source

thoren-d/tracing-chrome (tracing-chrome)

v0.7.2

Compare Source

  • Support platforms that lack AtomicU64 support.
BurntSushi/walkdir (walkdir)

v2.5.0

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 Apr 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) some time within the next two weeks.

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 Command-fix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 1, 2024
@epage epage force-pushed the renovate/compatible branch 2 times, most recently from 7832030 to 9ba6e7d Compare April 2, 2024 20:20
@epage epage force-pushed the renovate/compatible branch 2 times, most recently from c4f5165 to bfbdfa7 Compare April 2, 2024 20:58
@epage
Copy link
Contributor

epage commented Apr 2, 2024

@bors r+

@bors
Copy link
Collaborator

bors commented Apr 2, 2024

📌 Commit bfbdfa7 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 Apr 2, 2024
@bors
Copy link
Collaborator

bors commented Apr 2, 2024

⌛ Testing commit bfbdfa7 with merge 0637083...

@bors
Copy link
Collaborator

bors commented Apr 3, 2024

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

@bors bors merged commit 0637083 into master Apr 3, 2024
23 checks passed
@bors bors deleted the renovate/compatible branch April 3, 2024 00:24
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 3, 2024
Update cargo

8 commits in a59aba136aab5510c16b0750a36cbd9916f91796..0637083df5bbdcc951845f0d2eff6999cdb6d30a
2024-03-28 21:21:41 +0000 to 2024-04-02 23:55:05 +0000
- chore(deps): update compatible (rust-lang/cargo#13674)
- Maintain sorting of dependency features (rust-lang/cargo#13682)
- Update `der` crate (rust-lang/cargo#13692)
- fix: bash completion fallback in `nounset` mode (rust-lang/cargo#13686)
- CI: Update macos images to macos-13 (rust-lang/cargo#13685)
- chore(deps): update rust crate opener to 0.7.0 (rust-lang/cargo#13679)
- Remove useless parameters (rust-lang/cargo#13678)
- chore(deps): update rust crate supports-unicode to v3 (rust-lang/cargo#13680)

r? ghost
@rustbot rustbot added this to the 1.79.0 milestone Apr 3, 2024
github-actions bot pushed a commit to rust-lang/miri that referenced this pull request Apr 4, 2024
Update cargo

8 commits in a59aba136aab5510c16b0750a36cbd9916f91796..0637083df5bbdcc951845f0d2eff6999cdb6d30a
2024-03-28 21:21:41 +0000 to 2024-04-02 23:55:05 +0000
- chore(deps): update compatible (rust-lang/cargo#13674)
- Maintain sorting of dependency features (rust-lang/cargo#13682)
- Update `der` crate (rust-lang/cargo#13692)
- fix: bash completion fallback in `nounset` mode (rust-lang/cargo#13686)
- CI: Update macos images to macos-13 (rust-lang/cargo#13685)
- chore(deps): update rust crate opener to 0.7.0 (rust-lang/cargo#13679)
- Remove useless parameters (rust-lang/cargo#13678)
- chore(deps): update rust crate supports-unicode to v3 (rust-lang/cargo#13680)

r? ghost
bors added a commit that referenced this pull request Apr 10, 2024
chore: downgrade to openssl v1.1.1 (again)

Accidentally updated by <#13674>

See #13546 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Command-add Command-fix 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.

None yet

4 participants