[PR #843] [CLOSED] Bump serde_json from 1.0.64 to 1.0.65 #1050

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/serde_json-1.0.65


📝 Commits (1)

  • 9c61d22 Bump serde_json from 1.0.64 to 1.0.65

📊 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.65.

Release notes

Sourced from serde_json's releases.

v1.0.65

  • Documentation improvements
Commits
  • 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
  • ea39063 Update preserve_order required compiler to 1.38.0 for hashbrown
  • df1fb71 Resolve semicolon_if_nothing_returned clippy lints
  • e4057c7 Change readme run buttons to tab style
  • 9e45712 Merge pull request 778 from jayeshmann/patch-1
  • 9cbdfc8 Overlapping button fix
  • 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/843 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/29/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde_json-1.0.65` --- ### 📝 Commits (1) - [`9c61d22`](https://github.com/Rigellute/spotify-tui/commit/9c61d22aff34571f0df29f6ab4e0e9eb7505f058) Bump serde_json from 1.0.64 to 1.0.65 ### 📊 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.65. <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.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/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/ea39063f9c8c7dde4ac43bbd9843287bece59b1a"><code>ea39063</code></a> Update preserve_order required compiler to 1.38.0 for hashbrown</li> <li><a href="https://github.com/serde-rs/json/commit/df1fb717badea8bda80f7e104d80265da0686166"><code>df1fb71</code></a> Resolve semicolon_if_nothing_returned clippy lints</li> <li><a href="https://github.com/serde-rs/json/commit/e4057c7d1f0501efa76a41a4c6f0d6aa3dca13bd"><code>e4057c7</code></a> Change readme run buttons to tab style</li> <li><a href="https://github.com/serde-rs/json/commit/9e457129f8fb617a12d16eecbb38bfee20560e2b"><code>9e45712</code></a> Merge pull request 778 from jayeshmann/patch-1</li> <li><a href="https://github.com/serde-rs/json/commit/9cbdfc8464591af874c3dcee8dd4a5e1213b5026"><code>9cbdfc8</code></a> Overlapping button fix</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.64...v1.0.65">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.65)](https://dependabot.com/compatibility-score/?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.64&new-version=1.0.65) 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:17 +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#1050
No description provided.