[PR #746] [MERGED] Bump serde_json from 1.0.61 to 1.0.63 #1011

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/746
Author: @dependabot-preview[bot]
Created: 2/26/2021
Status: Merged
Merged: 2/27/2021
Merged by: @Rigellute

Base: masterHead: dependabot/cargo/serde_json-1.0.63


📝 Commits (1)

  • 9f68bfc Bump serde_json from 1.0.61 to 1.0.63

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps serde_json from 1.0.61 to 1.0.63.

Release notes

Sourced from serde_json's releases.

v1.0.63

v1.0.62

Commits
  • d400899 Release 1.0.63
  • 461f2bf Merge pull request 754 from Krout0n/entry#and_modify
  • 6e140a9 Add Entry::and_modify
  • 64dd1e0 Merge pull request #752 from SamuelQZQ/patch-2
  • cf1118d Fix method document in de.rs
  • 8d78020 Release 1.0.62
  • b6c855d Touch up PR 751
  • e81e7d9 Merge pull request #751 from icewind1991/value-display-utf8-unchecked
  • e0747b9 use from_utf8_unchecked in the fmt::Display implementation of Value
  • 7ff8ec6 Merge pull request #744 from Carreau/patch-1
  • 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/746 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/26/2021 **Status:** ✅ Merged **Merged:** 2/27/2021 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/serde_json-1.0.63` --- ### 📝 Commits (1) - [`9f68bfc`](https://github.com/Rigellute/spotify-tui/commit/9f68bfce80dbbe47432d30a2e2474828a01a68fa) Bump serde_json from 1.0.61 to 1.0.63 ### 📊 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.61 to 1.0.63. <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.63</h2> <ul> <li>Provide <code>Entry::and_modify</code> method on <a href="https://docs.rs/serde_json/1.0/serde_json/map/enum.Entry.html">serde_json::map::Entry</a> (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/754">#754</a>, thanks <a href="https://github.com/Krout0n"><code>@Krout0n</code></a>)</li> </ul> <h2>v1.0.62</h2> <ul> <li>Speed up Display impl of serde_json::Value by 33% (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/751">#751</a>, thanks <a href="https://github.com/icewind1991"><code>@icewind1991</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/d400899cbd6d50817106d313f1da997fa41d4e2d"><code>d400899</code></a> Release 1.0.63</li> <li><a href="https://github.com/serde-rs/json/commit/461f2bfc3965879ceb90f1e2dd8c446de4766474"><code>461f2bf</code></a> Merge pull request 754 from Krout0n/entry#and_modify</li> <li><a href="https://github.com/serde-rs/json/commit/6e140a91926dc149824ae64c81bf3790538ea722"><code>6e140a9</code></a> Add Entry::and_modify</li> <li><a href="https://github.com/serde-rs/json/commit/64dd1e03e0c93808dca5e9a957416b424aaab5fe"><code>64dd1e0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/752">#752</a> from SamuelQZQ/patch-2</li> <li><a href="https://github.com/serde-rs/json/commit/cf1118de1c4298e2d0ad7cc397e319d3494eeb9b"><code>cf1118d</code></a> Fix method document in de.rs</li> <li><a href="https://github.com/serde-rs/json/commit/8d78020522b4d3001be5f9c613bf4b5a6e63618a"><code>8d78020</code></a> Release 1.0.62</li> <li><a href="https://github.com/serde-rs/json/commit/b6c855dc09bb384955652da0216deaf6c0d2d27a"><code>b6c855d</code></a> Touch up PR 751</li> <li><a href="https://github.com/serde-rs/json/commit/e81e7d9ffa5728b263acfaa47bdc24fc1d0e6305"><code>e81e7d9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/751">#751</a> from icewind1991/value-display-utf8-unchecked</li> <li><a href="https://github.com/serde-rs/json/commit/e0747b9979e4d4f9734028eef24858e1cfb34916"><code>e0747b9</code></a> use from_utf8_unchecked in the fmt::Display implementation of Value</li> <li><a href="https://github.com/serde-rs/json/commit/7ff8ec6e8d759ce4ca57386c00f13ff6b21559c0"><code>7ff8ec6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/744">#744</a> from Carreau/patch-1</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.61...v1.0.63">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.61&new-version=1.0.63)](https://dependabot.com/compatibility-score/?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.61&new-version=1.0.63) 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:09 +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#1011
No description provided.