[PR #769] [CLOSED] Bump anyhow from 1.0.38 to 1.0.39 #1023

Closed
opened 2026-02-28 14:54:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/769
Author: @dependabot-preview[bot]
Created: 3/22/2021
Status: Closed

Base: masterHead: dependabot/cargo/anyhow-1.0.39


📝 Commits (1)

  • 9bd54c3 Bump anyhow from 1.0.38 to 1.0.39

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps anyhow from 1.0.38 to 1.0.39.

Release notes

Sourced from anyhow's releases.

1.0.39

  • Add an opt-in implementation of Error::backtrace on stable compilers based on the backtrace crate (#143)

    [dependencies]
    anyhow = { version = "1.0", features = ["backtrace"] }
    
Commits
  • 8599c7b Release 1.0.39
  • d65af36 Merge pull request #143 from dtolnay/backtrace
  • 0ba6408 Add stable backtrace feature
  • 7e85bae Merge pull request #142 from dtolnay/backtrace
  • a476ec4 Indicate a doc_cfg on the Error backtrace() method
  • fea4d8a Eliminate some needlessly cfg'd Backtrace imports
  • 1631007 Ignore new missing_panics_doc pedantic clippy lint
  • 3626541 Merge pull request #137 from dtolnay/cast
  • 3fdef75 Revert "Show turbofish optional"
  • 4e776b8 Force turbofish on all calls of .cast::<U>()
  • 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)
  • 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)

🔄 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/Rigellute/spotify-tui/pull/769 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/22/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/anyhow-1.0.39` --- ### 📝 Commits (1) - [`9bd54c3`](https://github.com/Rigellute/spotify-tui/commit/9bd54c37cedd8b1229735b239bbc374bf9c227b4) Bump anyhow from 1.0.38 to 1.0.39 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.39. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.39</h2> <ul> <li> <p>Add an opt-in implementation of <a href="https://docs.rs/anyhow/1.0.39/anyhow/struct.Error.html#method.backtrace"><code>Error::backtrace</code></a> on stable compilers based on the <code>backtrace</code> crate (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/143">#143</a>)</p> <pre lang="toml"><code>[dependencies] anyhow = { version = &quot;1.0&quot;, features = [&quot;backtrace&quot;] } </code></pre> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/8599c7b5324b0b894233a3cf94cd99c861b80a7e"><code>8599c7b</code></a> Release 1.0.39</li> <li><a href="https://github.com/dtolnay/anyhow/commit/d65af362cca36503bda3a388eafb18b3ca30280b"><code>d65af36</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/143">#143</a> from dtolnay/backtrace</li> <li><a href="https://github.com/dtolnay/anyhow/commit/0ba6408b5ef508c3dfc95797d21cfbdca9dd64ee"><code>0ba6408</code></a> Add stable backtrace feature</li> <li><a href="https://github.com/dtolnay/anyhow/commit/7e85baecce506a974f22da953e5a4313fb2c8d6d"><code>7e85bae</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/142">#142</a> from dtolnay/backtrace</li> <li><a href="https://github.com/dtolnay/anyhow/commit/a476ec40ce0bc9ef5645bc94a6d5b6dda9f549f9"><code>a476ec4</code></a> Indicate a doc_cfg on the Error backtrace() method</li> <li><a href="https://github.com/dtolnay/anyhow/commit/fea4d8a8f6ccc3cf64e8b95b4704789ab171fb3c"><code>fea4d8a</code></a> Eliminate some needlessly cfg'd Backtrace imports</li> <li><a href="https://github.com/dtolnay/anyhow/commit/1631007931222963c30876d3e53d06d45519b77b"><code>1631007</code></a> Ignore new missing_panics_doc pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/anyhow/commit/36265418da3f6492f4400f658e6731b80b6923cc"><code>3626541</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/137">#137</a> from dtolnay/cast</li> <li><a href="https://github.com/dtolnay/anyhow/commit/3fdef75780d2e9f9448a52aa5325f93a6232ebbb"><code>3fdef75</code></a> Revert &quot;Show turbofish optional&quot;</li> <li><a href="https://github.com/dtolnay/anyhow/commit/4e776b8b52e2b97cd32ebfe0a6363e831ea92dac"><code>4e776b8</code></a> Force turbofish on all calls of .cast::&lt;U&gt;()</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.39">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.38&new-version=1.0.39)](https://dependabot.com/compatibility-score/?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.38&new-version=1.0.39) 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) - 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-02-28 14:54:12 +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/spotify-tui#1023
No description provided.