mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #885] [CLOSED] num-bigint-dig: future incompatibility #1850
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1850
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/885
Author: @kn0sys
Created: 12/8/2025
Status: ❌ Closed
Base:
master← Head:kn0sys-dev📝 Commits (1)
617702dnum-bigint-dig: future incompatibility📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Cargo.lock(+2 -2)📄 Description
The following warnings were discovered during the build. These warnings are an indication that the packages contain code that will become an error in a future release of Rust. These warnings typically cover changes to close soundness problems, unintended or undocumented behavior, or critical problems that cannot be fixed in a backwards-compatible fashion, and are not expected to be in wide use.
Each warning should contain a link for more information on what the warning means and how to resolve it.
To solve this problem, you can try the following approaches:
num-bigint-dig v0.8.5 has the following newer versions available: 0.8.6, 0.9.0, 0.9.1
If the issue is not solved by updating the dependencies, a fix has to be implemented by those dependencies. You can help with that by notifying the maintainers of this problem (e.g. by creating a bug report) or by proposing a fix to the maintainers (e.g. by creating a pull request):
cargo report future-incompatibilities --id 2 --package num-bigint-dig@0.8.5If waiting for an upstream fix is not an option, you can use the
[patch]section inCargo.tomlto use your own version of the dependency. For more information, see:https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.