[PR #500] [CLOSED] Update thiserror requirement from 1.0.29 to 2.0.1 #495

Closed
opened 2026-02-27 20:24:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/500
Author: @dependabot[bot]
Created: 11/8/2024
Status: Closed

Base: masterHead: dependabot/cargo/thiserror-2.0.1


📝 Commits (1)

  • 7ba6418 Update thiserror requirement from 1.0.29 to 2.0.1

📊 Changes

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

View changed files

📝 Cargo.toml (+1 -1)
📝 rspotify-http/Cargo.toml (+1 -1)
📝 rspotify-model/Cargo.toml (+1 -1)

📄 Description

Updates the requirements on thiserror to permit the latest version.

Release notes

Sourced from thiserror's releases.

2.0.1

  • Support errors that contain a dynamically sized final field (#375)
  • Improve inference of trait bounds for fields that are interpolated multiple times in an error message (#377)
Commits
  • 4066d53 Release 2.0.1
  • 8956be2 Merge pull request #380 from dtolnay/var
  • 16f8dc1 Wrap interpolated variables to forward Pointer correctly
  • 46586dd Add test that {:p} prints the right address
  • 5dfd2cc Merge pull request #379 from dtolnay/binding
  • fb59da6 Resolve let_and_return clippy lint
  • 3ee0a4d Emit rebinding only for interpolations that refer to a field
  • f4d5c2a Check infinite recursion as soon as Display bound is known
  • 8a77dea Parse trait bound before deciding name for local binding
  • 24e7f87 Clean up formatvar identifier construction
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 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/ramsayleung/rspotify/pull/500 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/8/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/thiserror-2.0.1` --- ### 📝 Commits (1) - [`7ba6418`](https://github.com/ramsayleung/rspotify/commit/7ba6418f2dbf66cca9eb1fe6ac415fd819d2b3b6) Update thiserror requirement from 1.0.29 to 2.0.1 ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) 📝 `rspotify-http/Cargo.toml` (+1 -1) 📝 `rspotify-model/Cargo.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>2.0.1</h2> <ul> <li>Support errors that contain a dynamically sized final field (<a href="https://redirect.github.com/dtolnay/thiserror/issues/375">#375</a>)</li> <li>Improve inference of trait bounds for fields that are interpolated multiple times in an error message (<a href="https://redirect.github.com/dtolnay/thiserror/issues/377">#377</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/4066d537a31943c359f32e572e529bd1e5310ddc"><code>4066d53</code></a> Release 2.0.1</li> <li><a href="https://github.com/dtolnay/thiserror/commit/8956be264b04af1948022017849fc76df42ea940"><code>8956be2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/380">#380</a> from dtolnay/var</li> <li><a href="https://github.com/dtolnay/thiserror/commit/16f8dc1bef54675283e8646bec62e9201cb35619"><code>16f8dc1</code></a> Wrap interpolated variables to forward Pointer correctly</li> <li><a href="https://github.com/dtolnay/thiserror/commit/46586dde23efe3bf8d5c57f071f6ab1ec016fbd6"><code>46586dd</code></a> Add test that {:p} prints the right address</li> <li><a href="https://github.com/dtolnay/thiserror/commit/5dfd2cc1122905c2eba8159235de2ebb7fefe45d"><code>5dfd2cc</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/379">#379</a> from dtolnay/binding</li> <li><a href="https://github.com/dtolnay/thiserror/commit/fb59da6f7bfbce2e1b586ac87eb79942365bb839"><code>fb59da6</code></a> Resolve let_and_return clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/3ee0a4dfdb00bec96c5c128b1d0fd3c8e4ebd923"><code>3ee0a4d</code></a> Emit rebinding only for interpolations that refer to a field</li> <li><a href="https://github.com/dtolnay/thiserror/commit/f4d5c2a5de9a4ccbdda0bf63e5a626c5a251f760"><code>f4d5c2a</code></a> Check infinite recursion as soon as Display bound is known</li> <li><a href="https://github.com/dtolnay/thiserror/commit/8a77dea3ae2f711c7f39a412b87ef99f60c9631b"><code>8a77dea</code></a> Parse trait bound before deciding name for local binding</li> <li><a href="https://github.com/dtolnay/thiserror/commit/24e7f87d0dd12ccd8eb79c744f40a0f54c71af72"><code>24e7f87</code></a> Clean up formatvar identifier construction</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.29...2.0.1">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:24:57 +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/rspotify#495
No description provided.