[PR #399] [MERGED] Bump backtrace from 0.3.5 to 0.3.6 #1410

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/399
Author: @dependabot-preview[bot]
Created: 4/16/2018
Status: Merged
Merged: 4/24/2018
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/backtrace-0.3.6


📝 Commits (3)

  • 853248f Bump backtrace from 0.3.5 to 0.3.6
  • 288908a switch backtrace to minor only dependency
  • 2bff5f4 Merge branch 'master' into dependabot/cargo/backtrace-0.3.6

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)
📝 server/Cargo.toml (+1 -1)

📄 Description

Bumps backtrace from 0.3.5 to 0.3.6.

Commits
  • 88bf11f Bump to 0.3.6
  • 18461aa Don't use coresymbolication on iOS in release
  • cbf387d Merge pull request #91 from king6cong/master
  • b38a802 Remove indentation
  • 8f16160 Merge pull request #87 from philipc/gimli
  • 283aceb Remove rental dependency
  • 137bda3 Update gimli symbolizer to return inlined functions
  • b9f86b1 Merge pull request #84 from Nemo157/publish-licenses
  • 608ef7d Include licenses in backtrace-sys package
  • See full diff 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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)
  • Out-of-range updates (receive only lockfile 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/399 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/16/2018 **Status:** ✅ Merged **Merged:** 4/24/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/backtrace-0.3.6` --- ### 📝 Commits (3) - [`853248f`](https://github.com/hickory-dns/hickory-dns/commit/853248fe8d2bea6267d2c5569a44bdb6632c1f85) Bump backtrace from 0.3.5 to 0.3.6 - [`288908a`](https://github.com/hickory-dns/hickory-dns/commit/288908a64b0a210a62cb526c4b9e6be94c954fbf) switch backtrace to minor only dependency - [`2bff5f4`](https://github.com/hickory-dns/hickory-dns/commit/2bff5f4e733ae4d89f8a034d0e88544f1b2e0894) Merge branch 'master' into dependabot/cargo/backtrace-0.3.6 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [backtrace](https://github.com/alexcrichton/backtrace-rs) from 0.3.5 to 0.3.6. <details> <summary>Commits</summary> - [`88bf11f`](https://github.com/alexcrichton/backtrace-rs/commit/88bf11f7b58e421f44681585b7ec97889d94f825) Bump to 0.3.6 - [`18461aa`](https://github.com/alexcrichton/backtrace-rs/commit/18461aa1f500f373adc60c0f01d1f32864d9df84) Don't use coresymbolication on iOS in release - [`cbf387d`](https://github.com/alexcrichton/backtrace-rs/commit/cbf387d5a6f3e70f862c80ad6d3de7647ac3ef85) Merge pull request [#91](https://github-redirect.dependabot.com/alexcrichton/backtrace-rs/issues/91) from king6cong/master - [`b38a802`](https://github.com/alexcrichton/backtrace-rs/commit/b38a8024bd10b2f068cab4a1ef2d8b7ff7596d43) Remove indentation - [`8f16160`](https://github.com/alexcrichton/backtrace-rs/commit/8f16160a2ad82ebf72cff2b8600dd8f5ab7365ee) Merge pull request [#87](https://github-redirect.dependabot.com/alexcrichton/backtrace-rs/issues/87) from philipc/gimli - [`283aceb`](https://github.com/alexcrichton/backtrace-rs/commit/283aceb91e6077301fbc1611ddcf212969f16ad4) Remove rental dependency - [`137bda3`](https://github.com/alexcrichton/backtrace-rs/commit/137bda3b1cbf77cde1a2357ff1e14070ded8daaa) Update gimli symbolizer to return inlined functions - [`b9f86b1`](https://github.com/alexcrichton/backtrace-rs/commit/b9f86b1c929e019aa39fa94fd66ede417c79279a) Merge pull request [#84](https://github-redirect.dependabot.com/alexcrichton/backtrace-rs/issues/84) from Nemo157/publish-licenses - [`608ef7d`](https://github.com/alexcrichton/backtrace-rs/commit/608ef7d94521e088a765c6634f5cf9a5f60374ca) Include licenses in backtrace-sys package - See full diff in [compare view](https://github.com/alexcrichton/backtrace-rs/compare/0.3.5...0.3.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.5&new-version=0.3.6)](https://dependabot.com/compatibility-score.html?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.5&new-version=0.3.6) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile 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:04:51 +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#1410
No description provided.