[PR #851] [CLOSED] Bump backtrace from 0.3.34 to 0.3.35 #1736

Closed
opened 2026-03-16 02:22:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/851
Author: @dependabot-preview[bot]
Created: 8/19/2019
Status: Closed

Base: masterHead: dependabot/cargo/backtrace-0.3.35


📝 Commits (1)

  • 5ac6337 Bump backtrace from 0.3.34 to 0.3.35

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps backtrace from 0.3.34 to 0.3.35.

Commits
  • 09a4786 Bump to 0.3.35
  • 8e605bf Merge pull request #242 from rust-lang/concurrent-panics
  • 09ca043 Fix concurrent panics and backtraces
  • 61ba508 Merge pull request #239 from rust-lang/comment
  • 5eae8bf gimli: Touch up comments about symbol sorting
  • ab1dda0 Merge pull request #237 from rust-lang/avoid-dladdr
  • f6459eb gimli: Look at object dynamic symbol tables
  • 0952f3a Don't call dladdr for NULL
  • bcfe419 Merge pull request #236 from rust-lang/iterate-symbols
  • a07447e gimli: Sort symbols on Linux
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/851 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/19/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/backtrace-0.3.35` --- ### 📝 Commits (1) - [`5ac6337`](https://github.com/hickory-dns/hickory-dns/commit/5ac63374716af0fc2a83cda514edb1483ad9fecb) Bump backtrace from 0.3.34 to 0.3.35 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.34 to 0.3.35. <details> <summary>Commits</summary> - [`09a4786`](https://github.com/rust-lang/backtrace-rs/commit/09a4786a48cb12dcbee6d25f62d0759450f409a6) Bump to 0.3.35 - [`8e605bf`](https://github.com/rust-lang/backtrace-rs/commit/8e605bffa02227e21d8d553cb06febe4e153d86a) Merge pull request [#242](https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/242) from rust-lang/concurrent-panics - [`09ca043`](https://github.com/rust-lang/backtrace-rs/commit/09ca0433e68464c6ab6c45e7d641e1c001e49de7) Fix concurrent panics and backtraces - [`61ba508`](https://github.com/rust-lang/backtrace-rs/commit/61ba508df8b14a066282285f040da93574831bf2) Merge pull request [#239](https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/239) from rust-lang/comment - [`5eae8bf`](https://github.com/rust-lang/backtrace-rs/commit/5eae8bf7ce29a112164b32312298a19af3d837cc) gimli: Touch up comments about symbol sorting - [`ab1dda0`](https://github.com/rust-lang/backtrace-rs/commit/ab1dda00e4af792c96d300d23945cd9e82735b74) Merge pull request [#237](https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/237) from rust-lang/avoid-dladdr - [`f6459eb`](https://github.com/rust-lang/backtrace-rs/commit/f6459ebdc4ed976d6d49d7ee9a20c08a68bf7f7b) gimli: Look at object dynamic symbol tables - [`0952f3a`](https://github.com/rust-lang/backtrace-rs/commit/0952f3ae92a55f47c4783cd1a50c4dc80f70431d) Don't call `dladdr` for `NULL` - [`bcfe419`](https://github.com/rust-lang/backtrace-rs/commit/bcfe419ea8d95cbd812b577ece2a9055b78eec43) Merge pull request [#236](https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/236) from rust-lang/iterate-symbols - [`a07447e`](https://github.com/rust-lang/backtrace-rs/commit/a07447e91769363427fd87b6e03bec09065f353c) gimli: Sort symbols on Linux - Additional commits viewable in [compare view](https://github.com/rust-lang/backtrace-rs/compare/0.3.34...0.3.35) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.34&new-version=0.3.35)](https://dependabot.com/compatibility-score.html?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.34&new-version=0.3.35) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:22:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1736
No description provided.