[PR #1271] [CLOSED] Bump backtrace from 0.3.53 to 0.3.54 #2152

Closed
opened 2026-03-16 06:39:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1271
Author: @dependabot-preview[bot]
Created: 11/2/2020
Status: Closed

Base: mainHead: dependabot/cargo/backtrace-0.3.54


📝 Commits (1)

  • 58e6b78 Bump backtrace from 0.3.53 to 0.3.54

📊 Changes

2 files changed (+9 additions, -9 deletions)

View changed files

📝 Cargo.lock (+8 -8)
📝 crates/proto/Cargo.toml (+1 -1)

📄 Description

Bumps backtrace from 0.3.53 to 0.3.54.

Commits

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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/1271 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/2/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/backtrace-0.3.54` --- ### 📝 Commits (1) - [`58e6b78`](https://github.com/hickory-dns/hickory-dns/commit/58e6b783e5422cc87fd0427d345678cad8423849) Bump backtrace from 0.3.53 to 0.3.54 ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+8 -8) 📝 `crates/proto/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.53 to 0.3.54. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/e7f61cc6b52791e0299bbd6ecfaa25e8ae02034a"><code>e7f61cc</code></a> Bump to 0.3.54</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/93767a8bb4f0045c089e4ad979aab2b4e81318af"><code>93767a8</code></a> Remove copyright banner like rustc repo (<a href="https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/386">#386</a>)</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/dedcdc13368e8936a6205ff10a3bba6c1a19c050"><code>dedcdc1</code></a> Update gimli docs (<a href="https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/385">#385</a>)</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/47da4e109fae708bd06ea98c027d923043bbdf8b"><code>47da4e1</code></a> Refactor gimli implementation to avoid <code>mk!</code> macro (<a href="https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/379">#379</a>)</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/795d882a5304c6ea01ec831f3d77f345c0ffcbb6"><code>795d882</code></a> Support Mach-O backtraces without dsymutil (<a href="https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/377">#377</a>)</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/6039d8f9c78208284eb290fc57b61ee12e9b120b"><code>6039d8f</code></a> Some minor cleanup (<a href="https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/383">#383</a>)</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/9a0673ec378805f4eadc989715fa4591f561fc6e"><code>9a0673e</code></a> Update gimli dependencies (<a href="https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/380">#380</a>)</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/9b49f6e9b6c92bb26a8fe9442765659ff8885b2e"><code>9b49f6e</code></a> Fix another typo (symbolicated) (<a href="https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/382">#382</a>)</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/44675bed01cdb890579eec7ba49a7ae0b18f9748"><code>44675be</code></a> Fix spelling in <code>backtrace_frame</code> doc comment (<a href="https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/381">#381</a>)</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/8b8ea53b56f519dd7780defdd4254daaec892584"><code>8b8ea53</code></a> Enable Mach-O on iOS in gimli. (<a href="https://github-redirect.dependabot.com/rust-lang/backtrace-rs/issues/378">#378</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/backtrace-rs/compare/0.3.53...0.3.54">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.53&new-version=0.3.54)](https://dependabot.com/compatibility-score/?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.53&new-version=0.3.54) 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 06:39:39 +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#2152
No description provided.