[PR #845] [CLOSED] Bump serde_json from 1.0.64 to 1.0.66 #1054

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/serde_json-1.0.66


📝 Commits (1)

  • 23ac690 Bump serde_json from 1.0.64 to 1.0.66

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps serde_json from 1.0.64 to 1.0.66.

Release notes

Sourced from serde_json's releases.

v1.0.66

  • Preserve exponent signifier and unary plus in exponent of arbitrary_precision numbers (#786, thanks @​ruifengx)

v1.0.65

  • Documentation improvements
Commits
  • 6346bb3 Release 1.0.66
  • 7780a67 Merge pull request #789 from serde-rs/orpattern
  • 53e6ce4 Restore compatiblity with older rustc after PR 786
  • c38fc65 Merge pull request #786 from ruifengx/master
  • c9193d4 Release 1.0.65
  • f205576 Merge pull request 788 from jplatte/doc-cfg
  • 6f15a0e Add doc(cfg(feature = "std")) attribute where appropriate
  • d8f70a3 Add CI job to ensure documentation can be built
  • e2978b6 Document unbounded_depth, raw_value feature-gated API via doc_cfg
  • 2152324 Make arbitrary_precision preserve the exact string representation
  • 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/845 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/30/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde_json-1.0.66` --- ### 📝 Commits (1) - [`23ac690`](https://github.com/Rigellute/spotify-tui/commit/23ac6901396c4565ab18302777e64e55574ecb32) Bump serde_json from 1.0.64 to 1.0.66 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.64 to 1.0.66. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.66</h2> <ul> <li>Preserve exponent signifier and unary plus in exponent of arbitrary_precision numbers (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/786">#786</a>, thanks <a href="https://github.com/ruifengx"><code>@​ruifengx</code></a>)</li> </ul> <h2>v1.0.65</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/6346bb30037f31ea69b9a4eb029875e23521681c"><code>6346bb3</code></a> Release 1.0.66</li> <li><a href="https://github.com/serde-rs/json/commit/7780a670e7eb25ade19dbaf6d3babd7352b3e613"><code>7780a67</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/789">#789</a> from serde-rs/orpattern</li> <li><a href="https://github.com/serde-rs/json/commit/53e6ce4a677e34be3e60a277721c7e49a358fb3f"><code>53e6ce4</code></a> Restore compatiblity with older rustc after PR 786</li> <li><a href="https://github.com/serde-rs/json/commit/c38fc6530b0acaf5af25f568a7c56b01713b937a"><code>c38fc65</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/786">#786</a> from ruifengx/master</li> <li><a href="https://github.com/serde-rs/json/commit/c9193d4ed91176898310b9eb0a6878621f1f7000"><code>c9193d4</code></a> Release 1.0.65</li> <li><a href="https://github.com/serde-rs/json/commit/f20557691dbce8a4c8c4d1c15acb2a55e00139dc"><code>f205576</code></a> Merge pull request 788 from jplatte/doc-cfg</li> <li><a href="https://github.com/serde-rs/json/commit/6f15a0e1b2a0ed23ffedf44c4d6a3b52f2727d8e"><code>6f15a0e</code></a> Add doc(cfg(feature = &quot;std&quot;)) attribute where appropriate</li> <li><a href="https://github.com/serde-rs/json/commit/d8f70a386167c3d1f3150b66de58a82f874d0a2b"><code>d8f70a3</code></a> Add CI job to ensure documentation can be built</li> <li><a href="https://github.com/serde-rs/json/commit/e2978b6a774c2aef2c5fbf0a38a96e88dff64eff"><code>e2978b6</code></a> Document unbounded_depth, raw_value feature-gated API via doc_cfg</li> <li><a href="https://github.com/serde-rs/json/commit/21523246e529ae02cbecb8ab64e869a46e8ee69a"><code>2152324</code></a> Make arbitrary_precision preserve the exact string representation</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.64...v1.0.66">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.64&new-version=1.0.66)](https://dependabot.com/compatibility-score/?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.64&new-version=1.0.66) 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:18 +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#1054
No description provided.