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

Update Rust crate backtrace to v0.3.73 #15275

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
backtrace dependencies patch 0.3.69 -> 0.3.73
backtrace dev-dependencies patch 0.3.69 -> 0.3.73

Release Notes

rust-lang/backtrace-rs (backtrace)

v0.3.73

Compare Source

This basically just is bugfixes so that backtrace works on Windows 7 again.

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.72...0.3.73

v0.3.72

Compare Source

This release removes a lot of dead code. Some feature flags that haven't done anything in a long time are gone. If you depend on those features, Cargo's resolver will not update you to 0.3.72.

If your code runs on Windows, or you want it to run on visionOS, however, you should probably update to this version. It contains a number of fixes for both OS. It also uses the latest version of a number of dependencies.

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.71...0.3.72

v0.3.71

Compare Source

This is mostly CI changes, with a very mild bump to our effective cc crate version recorded, and a small modification to a previous changeset to allow backtrace to run at its current checked-in MSRV on Windows. Sorry about that! We will be getting 0.3.70 yanked shortly.

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.70...0.3.71

v0.3.70

Compare Source

New API

Platform Support

We added support for new platforms in this release!

Windows
SGX

Thanks to

Internals

We did a bunch more work on our CI and internal cleanups

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.69...0.3.70


Configuration

📅 Schedule: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jul 26, 2024
@maxdeviant maxdeviant self-assigned this Jul 26, 2024
@maxdeviant maxdeviant merged commit 57b2cb6 into main Jul 26, 2024
9 checks passed
@maxdeviant maxdeviant deleted the renovate/backtrace-0.x-lockfile branch July 26, 2024 13:43
kevmo314 pushed a commit to kevmo314/zed that referenced this pull request Jul 29, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [backtrace](https://togithub.com/rust-lang/backtrace-rs) |
dependencies | patch | `0.3.69` -> `0.3.73` |
| [backtrace](https://togithub.com/rust-lang/backtrace-rs) |
dev-dependencies | patch | `0.3.69` -> `0.3.73` |

---

### Release Notes

<details>
<summary>rust-lang/backtrace-rs (backtrace)</summary>

###
[`v0.3.73`](https://togithub.com/rust-lang/backtrace-rs/releases/tag/0.3.73)

[Compare
Source](https://togithub.com/rust-lang/backtrace-rs/compare/0.3.72...0.3.73)

This basically just is bugfixes so that backtrace works on Windows 7
again.

#### What's Changed

- Fix signature of resolve_legacy for Windows 7 target by
[@&zed-industries#8203;aapanfilovv](https://togithub.com/aapanfilovv) in
[rust-lang/backtrace-rs#631
- Update some comments by
[@&zed-industries#8203;ChrisDenton](https://togithub.com/ChrisDenton) in
[rust-lang/backtrace-rs#630
- Update object to 0.36.0. by
[@&zed-industries#8203;afranchuk](https://togithub.com/afranchuk) in
[rust-lang/backtrace-rs#633

#### New Contributors

- [@&zed-industries#8203;aapanfilovv](https://togithub.com/aapanfilovv) made their
first contribution in
[rust-lang/backtrace-rs#631
- [@&zed-industries#8203;afranchuk](https://togithub.com/afranchuk) made their first
contribution in
[rust-lang/backtrace-rs#633

**Full Changelog**:
rust-lang/backtrace-rs@0.3.72...0.3.73

###
[`v0.3.72`](https://togithub.com/rust-lang/backtrace-rs/releases/tag/0.3.72)

[Compare
Source](https://togithub.com/rust-lang/backtrace-rs/compare/0.3.71...0.3.72)

This release removes a lot of dead code. Some feature flags that haven't
done anything in a long time are gone. If you depend on those features,
Cargo's resolver will not update you to 0.3.72.

If your code runs on Windows, or you want it to run on visionOS,
however, you should probably update to this version. It contains a
number of fixes for both OS. It also uses the latest version of a number
of dependencies.

#### What's Changed

- Revert "Use rustc from stage0 instead of stage0-sysroot (rust-lang/ba…
by [@&zed-industries#8203;Nilstrieb](https://togithub.com/Nilstrieb) in
[rust-lang/backtrace-rs#603
- Remove dead code by
[@&zed-industries#8203;ChrisDenton](https://togithub.com/ChrisDenton) in
[rust-lang/backtrace-rs#605
- Fix CI and remove rustc-serialize by
[@&zed-industries#8203;ChrisDenton](https://togithub.com/ChrisDenton) in
[rust-lang/backtrace-rs#596
- Use correct base address and update comment by
[@&zed-industries#8203;ChrisDenton](https://togithub.com/ChrisDenton) in
[rust-lang/backtrace-rs#604
- Windows AArch64: Break out of tracing when no longer making progress
by [@&zed-industries#8203;dpaoliello](https://togithub.com/dpaoliello) in
[rust-lang/backtrace-rs#610
- Remove obsolete rustc-serialize references by
[@&zed-industries#8203;atouchet](https://togithub.com/atouchet) in
[rust-lang/backtrace-rs#614
- Update `object` and `addr2line` dependencies by
[@&zed-industries#8203;a1phyr](https://togithub.com/a1phyr) in
[rust-lang/backtrace-rs#612
- Fix tests for rust 1.79 by
[@&zed-industries#8203;workingjubilee](https://togithub.com/workingjubilee) in
[rust-lang/backtrace-rs#621
- Remove unused `libbacktrace` and `gimli-symbolize` features by
[@&zed-industries#8203;Enselic](https://togithub.com/Enselic) in
[rust-lang/backtrace-rs#615
- remove some instances of dead_code by
[@&zed-industries#8203;klensy](https://togithub.com/klensy) in
[rust-lang/backtrace-rs#619
- Reduce panics in dbghelp by
[@&zed-industries#8203;ChrisDenton](https://togithub.com/ChrisDenton) in
[rust-lang/backtrace-rs#608
- Add Apple visionOS support by
[@&zed-industries#8203;QuentinPerez](https://togithub.com/QuentinPerez) in
[rust-lang/backtrace-rs#613
- Update cc crate to v1.0.97 by
[@&zed-industries#8203;jfgoog](https://togithub.com/jfgoog) in
[rust-lang/backtrace-rs#623
- chore: add docs for the global re-entrant lock by
[@&zed-industries#8203;Gankra](https://togithub.com/Gankra) in
[rust-lang/backtrace-rs#609
- Test with lld-compatible args by
[@&zed-industries#8203;workingjubilee](https://togithub.com/workingjubilee) in
[rust-lang/backtrace-rs#627
- Bump rustc-demangle version by
[@&zed-industries#8203;michaelwoerister](https://togithub.com/michaelwoerister) in
[rust-lang/backtrace-rs#624
- cleanup dead_code around cpp_demangle feature by
[@&zed-industries#8203;klensy](https://togithub.com/klensy) in
[rust-lang/backtrace-rs#622
- Cut backtrace 0.3.72 by
[@&zed-industries#8203;workingjubilee](https://togithub.com/workingjubilee) in
[rust-lang/backtrace-rs#628

#### New Contributors

- [@&zed-industries#8203;Enselic](https://togithub.com/Enselic) made their first
contribution in
[rust-lang/backtrace-rs#615
- [@&zed-industries#8203;QuentinPerez](https://togithub.com/QuentinPerez) made their
first contribution in
[rust-lang/backtrace-rs#613
- [@&zed-industries#8203;Gankra](https://togithub.com/Gankra) made their first
contribution in
[rust-lang/backtrace-rs#609

**Full Changelog**:
rust-lang/backtrace-rs@0.3.71...0.3.72

###
[`v0.3.71`](https://togithub.com/rust-lang/backtrace-rs/releases/tag/0.3.71)

[Compare
Source](https://togithub.com/rust-lang/backtrace-rs/compare/0.3.70...0.3.71)

This is mostly CI changes, with a very mild bump to our effective cc
crate version recorded, and a small modification to a previous changeset
to allow backtrace to run at its current checked-in MSRV on Windows.
Sorry about that! We will be getting 0.3.70 yanked shortly.

#### What's Changed

- Make sgx functions exist with cfg(miri) by
[@&zed-industries#8203;saethlin](https://togithub.com/saethlin) in
[rust-lang/backtrace-rs#591
- Update version of cc crate by
[@&zed-industries#8203;jfgoog](https://togithub.com/jfgoog) in
[rust-lang/backtrace-rs#592
- Pull back MSRV on Windows by
[@&zed-industries#8203;workingjubilee](https://togithub.com/workingjubilee) in
[rust-lang/backtrace-rs#598
- Force frame pointers on all i686 tests by
[@&zed-industries#8203;workingjubilee](https://togithub.com/workingjubilee) in
[rust-lang/backtrace-rs#601
- Use rustc from stage0 instead of stage0-sysroot by
[@&zed-industries#8203;Nilstrieb](https://togithub.com/Nilstrieb) in
[rust-lang/backtrace-rs#602
- Cut backtrace 0.3.71 by
[@&zed-industries#8203;workingjubilee](https://togithub.com/workingjubilee) in
[rust-lang/backtrace-rs#599

#### New Contributors

- [@&zed-industries#8203;jfgoog](https://togithub.com/jfgoog) made their first
contribution in
[rust-lang/backtrace-rs#592
- [@&zed-industries#8203;Nilstrieb](https://togithub.com/Nilstrieb) made their first
contribution in
[rust-lang/backtrace-rs#602

**Full Changelog**:
rust-lang/backtrace-rs@0.3.70...0.3.71

###
[`v0.3.70`](https://togithub.com/rust-lang/backtrace-rs/releases/tag/0.3.70)

[Compare
Source](https://togithub.com/rust-lang/backtrace-rs/compare/0.3.69...0.3.70)

#### New API

- A `BacktraceFrame` can now have `resolve(&mut self)` called on it
thanks to [@&zed-industries#8203;fraillt](https://togithub.com/fraillt) in
[rust-lang/backtrace-rs#526

#### Platform Support

We added support for new platforms in this release!

- Thanks to [@&zed-industries#8203;bzEq](https://togithub.com/bzEq) in
[rust-lang/backtrace-rs#508
we now have AIX support!
- Thanks to [@&zed-industries#8203;sthibaul](https://togithub.com/sthibaul) in
[rust-lang/backtrace-rs#567
we now have GNU/Hurd support!
- Thanks to [@&zed-industries#8203;dpaoliello](https://togithub.com/dpaoliello) in
[rust-lang/backtrace-rs#587
we now support "emulation-compatible" AArch64 Windows (aka arm64ec)

##### Windows

- Rewrite msvc backtrace support to be much faster on 64-bit platforms
by [@&zed-industries#8203;wesleywiser](https://togithub.com/wesleywiser) in
[rust-lang/backtrace-rs#569
- Fix i686-pc-windows-gnu missing dbghelp module by
[@&zed-industries#8203;wesleywiser](https://togithub.com/wesleywiser) in
[rust-lang/backtrace-rs#571
- Fix build errors on `thumbv7a-*-windows-msvc` targets by
[@&zed-industries#8203;kleisauke](https://togithub.com/kleisauke) in
[rust-lang/backtrace-rs#573
- Fix panic in backtrace symbolication on win7 by
[@&zed-industries#8203;roblabla](https://togithub.com/roblabla) in
[rust-lang/backtrace-rs#578
- remove few unused windows ffi fn by
[@&zed-industries#8203;klensy](https://togithub.com/klensy) in
[rust-lang/backtrace-rs#576
- Make dbghelp look for PDBs next to their exe/dll. by
[@&zed-industries#8203;michaelwoerister](https://togithub.com/michaelwoerister) in
[rust-lang/backtrace-rs#584
- Revert 32-bit dbghelp to a version WINE (presumably) likes by
[@&zed-industries#8203;ChrisDenton](https://togithub.com/ChrisDenton) in
[rust-lang/backtrace-rs#588
- Update for Win10+ by
[@&zed-industries#8203;ChrisDenton](https://togithub.com/ChrisDenton) in
[rust-lang/backtrace-rs#589

##### SGX

Thanks to

- Adjust frame IP in SGX relative to image base by
[@&zed-industries#8203;mzohreva](https://togithub.com/mzohreva) in
[rust-lang/backtrace-rs#566

#### Internals

We did a bunch more work on our CI and internal cleanups

- Modularise CI workflow and validate outputs for binary size checks. by
[@&zed-industries#8203;detly](https://togithub.com/detly) in
[rust-lang/backtrace-rs#549
- Commit Cargo.lock by [@&zed-industries#8203;bjorn3](https://togithub.com/bjorn3) in
[rust-lang/backtrace-rs#562
- Enable calling build.rs externally v2 by
[@&zed-industries#8203;pitaj](https://togithub.com/pitaj) in
[rust-lang/backtrace-rs#568
- Upgrade to 2021 ed and inline panics by
[@&zed-industries#8203;nyurik](https://togithub.com/nyurik) in
[rust-lang/backtrace-rs#538
- Fix deny(unused) of an unused import with SGX + Miri by
[@&zed-industries#8203;saethlin](https://togithub.com/saethlin) in
[rust-lang/backtrace-rs#581
- Fix unused_imports warning on latest nightly by
[@&zed-industries#8203;ChrisDenton](https://togithub.com/ChrisDenton) in
[rust-lang/backtrace-rs#575
- Fix CI by [@&zed-industries#8203;saethlin](https://togithub.com/saethlin) in
[rust-lang/backtrace-rs#582
- Use `addr_of!` by
[@&zed-industries#8203;GrigorenkoPV](https://togithub.com/GrigorenkoPV) in
[rust-lang/backtrace-rs#585
- Write down MSRV policy by
[@&zed-industries#8203;workingjubilee](https://togithub.com/workingjubilee) in
[rust-lang/backtrace-rs#561
- Apply clippy::uninlined_format_args fixes by
[@&zed-industries#8203;nyurik](https://togithub.com/nyurik) in
[rust-lang/backtrace-rs#486
- ignore clippy lints in `symbolize/gimli/stash.rs` by
[@&zed-industries#8203;onur-ozkan](https://togithub.com/onur-ozkan) in
[rust-lang/backtrace-rs#586

#### New Contributors

- [@&zed-industries#8203;nyurik](https://togithub.com/nyurik) made their first
contribution in
[rust-lang/backtrace-rs#538
- [@&zed-industries#8203;bzEq](https://togithub.com/bzEq) made their first
contribution in
[rust-lang/backtrace-rs#508
- [@&zed-industries#8203;bjorn3](https://togithub.com/bjorn3) made their first
contribution in
[rust-lang/backtrace-rs#562
- [@&zed-industries#8203;sthibaul](https://togithub.com/sthibaul) made their first
contribution in
[rust-lang/backtrace-rs#567
- [@&zed-industries#8203;mzohreva](https://togithub.com/mzohreva) made their first
contribution in
[rust-lang/backtrace-rs#566
- [@&zed-industries#8203;wesleywiser](https://togithub.com/wesleywiser) made their
first contribution in
[rust-lang/backtrace-rs#569
- [@&zed-industries#8203;kleisauke](https://togithub.com/kleisauke) made their first
contribution in
[rust-lang/backtrace-rs#573
- [@&zed-industries#8203;roblabla](https://togithub.com/roblabla) made their first
contribution in
[rust-lang/backtrace-rs#578
- [@&zed-industries#8203;michaelwoerister](https://togithub.com/michaelwoerister) made
their first contribution in
[rust-lang/backtrace-rs#584
- [@&zed-industries#8203;dpaoliello](https://togithub.com/dpaoliello) made their first
contribution in
[rust-lang/backtrace-rs#587
- [@&zed-industries#8203;GrigorenkoPV](https://togithub.com/GrigorenkoPV) made their
first contribution in
[rust-lang/backtrace-rs#585
- [@&zed-industries#8203;fraillt](https://togithub.com/fraillt) made their first
contribution in
[rust-lang/backtrace-rs#526
- [@&zed-industries#8203;onur-ozkan](https://togithub.com/onur-ozkan) made their first
contribution in
[rust-lang/backtrace-rs#586

**Full Changelog**:
rust-lang/backtrace-rs@0.3.69...0.3.70

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone
America/New_York, 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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

Release Notes:

- N/A

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant