[PR #451] [CLOSED] Bump serde_json from 1.0.52 to 1.0.53 #828

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/451
Author: @dependabot-preview[bot]
Created: 5/11/2020
Status: Closed

Base: masterHead: dependabot/cargo/serde_json-1.0.53


📝 Commits (1)

  • 846e40e Bump serde_json from 1.0.52 to 1.0.53

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps serde_json from 1.0.52 to 1.0.53.

Release notes

Sourced from serde_json's releases.

v1.0.53

  • Reduce unhelpful indentation in the {:#?} format of serde_json::Value
  • Remove some unnecessary runtime checks from Serializer::collect_str
Commits
  • 5c3711e Release 1.0.53
  • 6ca3752 Downgrade some unnecessary runtime asserts to debug_assert
  • eb383c0 Update arbitrary_precision Debug impl of Number to match normal one
  • 351d847 Omit a layer of unnecessary nesting from Debug impl
  • baae6d9 Add test for {:#?} format of Value
  • 800a8d5 Update build status badge to GitHub Actions
  • cb40c10 Remove AppVeyor configuration
  • f255356 Add Windows CI in GitHub Actions
  • edb1c31 Avoid repeating slow doctests and compiletests
  • dffbe44 Remove Travis configuration
  • 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/451 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/11/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde_json-1.0.53` --- ### 📝 Commits (1) - [`846e40e`](https://github.com/Rigellute/spotify-tui/commit/846e40e4c299cded60e3788f5b21ce019305b41b) Bump serde_json from 1.0.52 to 1.0.53 ### 📊 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.52 to 1.0.53. <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.53</h2> <ul> <li>Reduce unhelpful indentation in the {:#?} format of serde_json::Value</li> <li>Remove some unnecessary runtime checks from Serializer::collect_str</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/5c3711e433b995dbc027e5f97893f51edb72b8b3"><code>5c3711e</code></a> Release 1.0.53</li> <li><a href="https://github.com/serde-rs/json/commit/6ca3752e9dac475c3c21ff33a78a73e7618bd51f"><code>6ca3752</code></a> Downgrade some unnecessary runtime asserts to debug_assert</li> <li><a href="https://github.com/serde-rs/json/commit/eb383c08b234ce1f134838155f784bedf35a7aea"><code>eb383c0</code></a> Update arbitrary_precision Debug impl of Number to match normal one</li> <li><a href="https://github.com/serde-rs/json/commit/351d847e17032a51e85bde4e1205831943bcd82a"><code>351d847</code></a> Omit a layer of unnecessary nesting from Debug impl</li> <li><a href="https://github.com/serde-rs/json/commit/baae6d9306b7d4ca79e18d258e1193ec3c9b8329"><code>baae6d9</code></a> Add test for {:#?} format of Value</li> <li><a href="https://github.com/serde-rs/json/commit/800a8d58a91d4ab6cbbf244c8afeec479e9bce44"><code>800a8d5</code></a> Update build status badge to GitHub Actions</li> <li><a href="https://github.com/serde-rs/json/commit/cb40c10e3f62de63308a281bd6a4abb5831abbe6"><code>cb40c10</code></a> Remove AppVeyor configuration</li> <li><a href="https://github.com/serde-rs/json/commit/f255356c655dba0b2d0cad184a5070ab486c2059"><code>f255356</code></a> Add Windows CI in GitHub Actions</li> <li><a href="https://github.com/serde-rs/json/commit/edb1c31dfb43efbf809b53fce366d6cd76415470"><code>edb1c31</code></a> Avoid repeating slow doctests and compiletests</li> <li><a href="https://github.com/serde-rs/json/commit/dffbe4488f46e159c43da5cca78c41d853048305"><code>dffbe44</code></a> Remove Travis configuration</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.52...v1.0.53">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.52&new-version=1.0.53)](https://dependabot.com/compatibility-score/?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.52&new-version=1.0.53) 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:53:31 +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#828
No description provided.