[PR #773] [CLOSED] Bump backtrace from 0.3.15 to 0.3.18 #1672

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/773
Author: @dependabot-preview[bot]
Created: 5/20/2019
Status: Closed

Base: masterHead: dependabot/cargo/backtrace-0.3.18


📝 Commits (1)

  • 48199a5 Bump backtrace from 0.3.15 to 0.3.18

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -5)

📄 Description

Bumps backtrace from 0.3.15 to 0.3.18.

Commits
  • 62dabb1 Bump to 0.3.18
  • 95de60d Merge pull request #187 from alexcrichton/inline-symbols
  • ac45e72 Favor debuginfo function names instead of symbol table
  • 0c124d6 Bump to 0.3.17
  • 0fdcf49 Merge pull request #185 from alexcrichton/always-syminfo
  • f6c2e00 Always call backtrace_syminfo with libbacktrace
  • 9ed25b5 (Pre)Add CONTEXT definition and init_frame for ARM (#184)
  • b1c76e4 Document required features for APIs
  • 62aa185 Bump to 0.3.16
  • 96a1831 Merge pull request #183 from alexcrichton/mingw-libbacktrace
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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/773 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/backtrace-0.3.18` --- ### 📝 Commits (1) - [`48199a5`](https://github.com/hickory-dns/hickory-dns/commit/48199a589cea67eb60ed84904874288cbb70d97c) Bump backtrace from 0.3.15 to 0.3.18 ### 📊 Changes **1 file changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -5) </details> ### 📄 Description Bumps [backtrace](https://github.com/alexcrichton/backtrace-rs) from 0.3.15 to 0.3.18. <details> <summary>Commits</summary> - [`62dabb1`](https://github.com/alexcrichton/backtrace-rs/commit/62dabb1fff9121a29d42230a0ec26e0b4fd14146) Bump to 0.3.18 - [`95de60d`](https://github.com/alexcrichton/backtrace-rs/commit/95de60d4199806fa35d269e0863fbee9c1c5d1be) Merge pull request [#187](https://github-redirect.dependabot.com/alexcrichton/backtrace-rs/issues/187) from alexcrichton/inline-symbols - [`ac45e72`](https://github.com/alexcrichton/backtrace-rs/commit/ac45e727be2fd1d025824fb11ffc71bec25d9dd1) Favor debuginfo function names instead of symbol table - [`0c124d6`](https://github.com/alexcrichton/backtrace-rs/commit/0c124d6feca6c51ce4d7ead9e377a1c28c3b5478) Bump to 0.3.17 - [`0fdcf49`](https://github.com/alexcrichton/backtrace-rs/commit/0fdcf49ce46a42a8a3d4ce80c470dc032aedb613) Merge pull request [#185](https://github-redirect.dependabot.com/alexcrichton/backtrace-rs/issues/185) from alexcrichton/always-syminfo - [`f6c2e00`](https://github.com/alexcrichton/backtrace-rs/commit/f6c2e006b1b4d3f082d8ee137c54af214d669151) Always call backtrace_syminfo with libbacktrace - [`9ed25b5`](https://github.com/alexcrichton/backtrace-rs/commit/9ed25b581cfd2ee60e5a3b9054fd023bf6dced90) (Pre)Add CONTEXT definition and init_frame for ARM ([#184](https://github-redirect.dependabot.com/alexcrichton/backtrace-rs/issues/184)) - [`b1c76e4`](https://github.com/alexcrichton/backtrace-rs/commit/b1c76e48c86473ccede51cebdcb212cd2d0eb420) Document required features for APIs - [`62aa185`](https://github.com/alexcrichton/backtrace-rs/commit/62aa185b89787d2a5151f387c39f3f4b0e6c91f6) Bump to 0.3.16 - [`96a1831`](https://github.com/alexcrichton/backtrace-rs/commit/96a18316c84ac21ab86bbb90d05e04ea737e70c3) Merge pull request [#183](https://github-redirect.dependabot.com/alexcrichton/backtrace-rs/issues/183) from alexcrichton/mingw-libbacktrace - Additional commits viewable in [compare view](https://github.com/alexcrichton/backtrace-rs/compare/0.3.15...0.3.18) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.15&new-version=0.3.18)](https://dependabot.com/compatibility-score.html?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.15&new-version=0.3.18) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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:19:13 +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#1672
No description provided.