Skip to content

Update libloading dev dep, run cargo update #650

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

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Aug 2, 2024

Run

cargo +nightly -Z unstable-options update --breaking
cargo update

@workingjubilee
Copy link
Member

this doesn't mean we have added a third version of addr2line when the submodule is updated in std, does it?

@workingjubilee
Copy link
Member

can this be cut back to just the bindgen change?

@workingjubilee
Copy link
Member

merge conflicts

@atouchet
Copy link
Contributor

addr2line was updated in #638.

@nyurik nyurik requested a review from ChrisDenton August 27, 2024 12:11
@nyurik nyurik changed the title Update all dependencies Update dependencies Aug 28, 2024
@nyurik
Copy link
Contributor Author

nyurik commented Aug 28, 2024

I revised this to only bump miniz_oxide and libloading crates.

@nyurik nyurik changed the title Update dependencies Update libloading dep, run cargo update Aug 28, 2024
@nyurik nyurik changed the title Update libloading dep, run cargo update Update libloading dev dep, run cargo update Aug 28, 2024
@nyurik
Copy link
Contributor Author

nyurik commented Sep 29, 2024

I just rebased this PR - the only change now is the libloading 0.7 -> 0.8, plus some lock updates. It builds fine locally, but CI is having some strange issues, esp with nightly?

@workingjubilee workingjubilee merged commit 154a0ea into rust-lang:master Jan 3, 2025
41 checks passed
@nyurik nyurik deleted the bump-deps branch January 3, 2025 15:58
github-merge-queue bot pushed a commit to servo/servo that referenced this pull request May 7, 2025
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.74
to 0.3.75.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/backtrace-rs/releases">backtrace's
releases</a>.</em></p>
<blockquote>
<h2>0.3.75</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for symbolicating APK/ZIP-embedded libraries on Android
in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/662">rust-lang/backtrace-rs#662</a></li>
<li>Support zstd-compressed ELF sections in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/626">rust-lang/backtrace-rs#626</a></li>
<li>Recognize windows-sys signatures as &quot;C&quot; or
&quot;system&quot; depending on cfg in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/677">rust-lang/backtrace-rs#677</a></li>
<li>Enable libunwind for rtems in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/682">rust-lang/backtrace-rs#682</a></li>
<li>MSRV is now 1.79</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/thesummer"><code>@​thesummer</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/682">rust-lang/backtrace-rs#682</a></li>
<li><a
href="https://github.com/sudoBash418"><code>@​sudoBash418</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/662">rust-lang/backtrace-rs#662</a></li>
<li><a href="https://github.com/MarcoIeni"><code>@​MarcoIeni</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/684">rust-lang/backtrace-rs#684</a></li>
<li><a href="https://github.com/madsmtm"><code>@​madsmtm</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/681">rust-lang/backtrace-rs#681</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/backtrace-rs/compare/0.3.74...0.3.75">https://github.com/rust-lang/backtrace-rs/compare/0.3.74...0.3.75</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/f8cc6ac9acc4e663ecd96f9bcf1ff4542636d1b9"><code>f8cc6ac</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/backtrace-rs/issues/680">#680</a>
from ChrisDenton/0.3.75</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/612c01817bc75cdf478841fb930de85a68d2e8fb"><code>612c018</code></a>
Cut backtrace 0.3.75</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/d7c5a4522d3496889d62b6fdfa72e04f743fa3c7"><code>d7c5a45</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/backtrace-rs/issues/689">#689</a>
from workingjubilee/formalize-lru</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/c88b038c345e2ea7465a1b9b01d777f1c93fc6db"><code>c88b038</code></a>
Revert &quot;mem::swap, not mem::replace, in LRU backshifts&quot;</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/b7fbd046949ce63d3f589b475d79a44fffe26ab1"><code>b7fbd04</code></a>
mem::swap, not mem::replace, in LRU backshifts</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/3afccb194e7bd4e658c491ded065908a43709e42"><code>3afccb1</code></a>
raise backtrace MSRV to allow <code>inline_const</code></li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/63b7d260a9be99eae43f41a2fc5df5049045e357"><code>63b7d26</code></a>
Use a custom container for Cache's cache</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/154a0eafb92297e9568119873cff00e20c5c674d"><code>154a0ea</code></a>
Update libloading dep, run <code>cargo
update</code><code>rust-lang/backtrace-rs#650</code></li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/4d7906bb24ae91ee6587127020d360f5298f9e7e"><code>4d7906b</code></a><code>rust-lang/backtrace-rs#682</code></li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/a9c4658d49311e16066338c145bf5b094111d7ff"><code>a9c4658</code></a>
Test Mac Catalyst in CI, and clean up unnecessary iOS env flags
(rust-lang/ba...</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/backtrace-rs/compare/0.3.74...0.3.75">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.74&new-version=0.3.75)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to wgsl-analyzer/wgsl-analyzer that referenced this pull request May 12, 2025
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.74
to 0.3.75.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/backtrace-rs/releases">backtrace's
releases</a>.</em></p>
<blockquote>
<h2>0.3.75</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for symbolicating APK/ZIP-embedded libraries on Android
in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/662">rust-lang/backtrace-rs#662</a></li>
<li>Support zstd-compressed ELF sections in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/626">rust-lang/backtrace-rs#626</a></li>
<li>Recognize windows-sys signatures as &quot;C&quot; or
&quot;system&quot; depending on cfg in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/677">rust-lang/backtrace-rs#677</a></li>
<li>Enable libunwind for rtems in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/682">rust-lang/backtrace-rs#682</a></li>
<li>MSRV is now 1.79</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/thesummer"><code>@​thesummer</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/682">rust-lang/backtrace-rs#682</a></li>
<li><a
href="https://github.com/sudoBash418"><code>@​sudoBash418</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/662">rust-lang/backtrace-rs#662</a></li>
<li><a href="https://github.com/MarcoIeni"><code>@​MarcoIeni</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/684">rust-lang/backtrace-rs#684</a></li>
<li><a href="https://github.com/madsmtm"><code>@​madsmtm</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/backtrace-rs/pull/681">rust-lang/backtrace-rs#681</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/backtrace-rs/compare/0.3.74...0.3.75">https://github.com/rust-lang/backtrace-rs/compare/0.3.74...0.3.75</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/f8cc6ac9acc4e663ecd96f9bcf1ff4542636d1b9"><code>f8cc6ac</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/backtrace-rs/issues/680">#680</a>
from ChrisDenton/0.3.75</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/612c01817bc75cdf478841fb930de85a68d2e8fb"><code>612c018</code></a>
Cut backtrace 0.3.75</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/d7c5a4522d3496889d62b6fdfa72e04f743fa3c7"><code>d7c5a45</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/backtrace-rs/issues/689">#689</a>
from workingjubilee/formalize-lru</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/c88b038c345e2ea7465a1b9b01d777f1c93fc6db"><code>c88b038</code></a>
Revert &quot;mem::swap, not mem::replace, in LRU backshifts&quot;</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/b7fbd046949ce63d3f589b475d79a44fffe26ab1"><code>b7fbd04</code></a>
mem::swap, not mem::replace, in LRU backshifts</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/3afccb194e7bd4e658c491ded065908a43709e42"><code>3afccb1</code></a>
raise backtrace MSRV to allow <code>inline_const</code></li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/63b7d260a9be99eae43f41a2fc5df5049045e357"><code>63b7d26</code></a>
Use a custom container for Cache's cache</li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/154a0eafb92297e9568119873cff00e20c5c674d"><code>154a0ea</code></a>
Update libloading dep, run <code>cargo
update</code><code>rust-lang/backtrace-rs#650</code></li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/4d7906bb24ae91ee6587127020d360f5298f9e7e"><code>4d7906b</code></a><code>rust-lang/backtrace-rs#682</code></li>
<li><a
href="https://github.com/rust-lang/backtrace-rs/commit/a9c4658d49311e16066338c145bf5b094111d7ff"><code>a9c4658</code></a>
Test Mac Catalyst in CI, and clean up unnecessary iOS env flags
(rust-lang/ba...</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/backtrace-rs/compare/0.3.74...0.3.75">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.74&new-version=0.3.75)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
stormshield-ebzh pushed a commit to stormshield-ebzh/fork-backtrace-rs that referenced this pull request Jun 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants