chore(deps): bump the cargo group with 4 updates - #1722
Merged
Conversation
Bumps the cargo group with 4 updates: [libc](https://github.com/rust-lang/libc), [regex](https://github.com/rust-lang/regex), [toml](https://github.com/toml-rs/toml) and [unicode-width](https://github.com/unicode-rs/unicode-width). Updates `libc` from 0.2.176 to 0.2.177 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.177/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.176...0.2.177) Updates `regex` from 1.11.3 to 1.12.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.3...1.12.1) Updates `toml` from 0.9.7 to 0.9.8 - [Commits](toml-rs/toml@toml-v0.9.7...toml-v0.9.8) Updates `unicode-width` from 0.2.1 to 0.2.2 - [Commits](unicode-rs/unicode-width@v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.177 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: regex dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: unicode-width dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
MichaelPachec0
added a commit
to MichaelPachec0/ncspot
that referenced
this pull request
Jul 30, 2026
Spotify's token endpoint stopped including a refresh_token in refresh-grant responses (optional per RFC 6749 §6). librespot-oauth assumed it was always present and overwrote the stored token with an empty string, which ncspot then persisted to rspotify_token.json — breaking every subsequent refresh and forcing interactive browser re-auth on each token expiry. Bump the [patch.crates-io] pin from db1ef7a to db65eb1, the head of librespot-org/librespot#1732, which retains the previous refresh token when the response omits one. The new rev sits on the dev tip and includes the previously pinned CDN-fallback fix (hrkfdn#1722), so nothing is lost. Update flake.nix outputHashes for the new rev accordingly. Drop the pin once a librespot release containing hrkfdn#1722 and hrkfdn#1732 is published. Signed-off-by: Michael Pacheco <git@michaelpacheco.org>
MichaelPachec0
added a commit
to MichaelPachec0/ncspot
that referenced
this pull request
Jul 30, 2026
Spotify's token endpoint stopped including a refresh_token in refresh-grant responses. librespot-oauth assumed it was always present and overwrote the stored token with an empty string, which ncspot then persisted to rspotify_token.json — breaking every subsequent refresh and forcing interactive browser re-auth on each token expiry. Bump the [patch.crates-io] pin from db1ef7a to db65eb1, the head of librespot-org/librespot#1732, which retains the previous refresh token when the response omits one. The new rev sits on the dev tip and includes the previously pinned CDN-fallback fix (hrkfdn#1722), so nothing is lost. Update flake.nix outputHashes for the new rev accordingly. Drop the pin once a librespot release containing hrkfdn#1722 and hrkfdn#1732 is published. Signed-off-by: Michael Pacheco <git@michaelpacheco.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo group with 4 updates: libc, regex, toml and unicode-width.
Updates
libcfrom 0.2.176 to 0.2.177Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
9f598d2chore: release libc 0.2.177329a5e7Add missing TIOCGETA/TIOCSETA constants for macOS72a40e2addpthread_cond_timedwait_relative_np2914d6flinux_like: add SIGEMT for mips* and sparc*ff2ff25openbsd add elf_aux_info4ae44a4Update semver testsd5737a0Define _CS_PATH on the BSDsfe277daredox: more sysconf constantsbdad426wasip2: Invert conditional to include p2 APIs0af069dWindows: addwcsnlenUpdates
regexfrom 1.11.3 to 1.12.1Changelog
Sourced from regex's changelog.
Commits
27d6d651.12.185398adchangelog: 1.12.1764efbdapi: tweak the lifetime ofCaptures::get_matchee6aa55rure-0.2.442076c61.12.0aef2153deps: bump to regex-automata 0.4.12459dbberegex-automata-0.4.12610bf2dregex-syntax-0.8.77dbb384changelog: 1.12.0bd345d7automata: fix broken universal start states with sparse DFAUpdates
tomlfrom 0.9.7 to 0.9.8Commits
93e9146chore: Release7de1b4edocs: Update changelog1b579c3feat(serde): Support integer, bools, and chars as keys (#1050)ac1e077feat(serde): Support chars as keysf3dec32feat(serde): Support bools as keys139b30afeat(serde): Support integer keys2d65a88test(serde): Show existing key behavior80217f8chore(deps): Update actions/checkout action to v5 (#1047)b36e351chore(deps): Update actions/checkout action to v57d2c649chore(deps): Update actions/setup-python action to v6 (#1048)Updates
unicode-widthfrom 0.2.1 to 0.2.2Commits
9d98411Publish 0.2.2 (#79)4bba1d1Support Unicode 17 (#75)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions