[PR #367] [CLOSED] Bump serde_json from 1.0.48 to 1.0.50 #779

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/serde_json-1.0.50


📝 Commits (1)

  • d66ea97 Bump serde_json from 1.0.48 to 1.0.50

📊 Changes

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

View changed files

📝 Cargo.lock (+6 -6)

📄 Description

Bumps serde_json from 1.0.48 to 1.0.50.

Release notes

Sourced from serde_json's releases.

v1.0.50

v1.0.49

  • Improve error message when neither "std" nor "alloc" feature is enabled (#643)
Commits
  • fd6741f Release 1.0.50
  • 4ac9f6c Merge pull request #640 from smarnach/smarnach/eq-impls
  • 99eb4ea Implement Eq for Map, Number and Value.
  • 50656bd Release 1.0.49
  • 4752793 Merge pull request #643 from serde-rs/nostd
  • 8afacb9 Improve error message when neither std nor alloc is enabled
  • da0a39f Provide optimized collect_str methods for Value serializer
  • f59b637 Don't reallocate the string in serialize_char
  • 665d1c5 Merge pull request #642 from serde-rs/sized
  • 8db3954 Move ?Sized bounds out of generic parameter lists
  • 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/367 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/30/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde_json-1.0.50` --- ### 📝 Commits (1) - [`d66ea97`](https://github.com/Rigellute/spotify-tui/commit/d66ea972bc82ea725f6aadb0473d596fbf5b6d2d) Bump serde_json from 1.0.48 to 1.0.50 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) </details> ### 📄 Description Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.48 to 1.0.50. <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.50</h2> <ul> <li>Implement Eq for Value, Map, Number (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/640">#640</a>, thanks <a href="https://github.com/smarnach">@smarnach</a>)</li> </ul> <h2>v1.0.49</h2> <ul> <li>Improve error message when neither &quot;std&quot; nor &quot;alloc&quot; feature is enabled (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/643">#643</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/fd6741f4b0b3fc90a58a6f578e33a9adc6403f3f"><code>fd6741f</code></a> Release 1.0.50</li> <li><a href="https://github.com/serde-rs/json/commit/4ac9f6c7bf0e7a6488e543f0eb7c453cd8ce1e93"><code>4ac9f6c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/640">#640</a> from smarnach/smarnach/eq-impls</li> <li><a href="https://github.com/serde-rs/json/commit/99eb4eab760e96182c96ae992c2beae5778557f3"><code>99eb4ea</code></a> Implement Eq for Map, Number and Value.</li> <li><a href="https://github.com/serde-rs/json/commit/50656bd7deca658ef4a518bf714c1fd0c6caa20b"><code>50656bd</code></a> Release 1.0.49</li> <li><a href="https://github.com/serde-rs/json/commit/4752793b4aaa8dd4978f7ffbb81797f555fa6a1c"><code>4752793</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/643">#643</a> from serde-rs/nostd</li> <li><a href="https://github.com/serde-rs/json/commit/8afacb9051e7a22db08752ea7867ce8cf3b5e83a"><code>8afacb9</code></a> Improve error message when neither std nor alloc is enabled</li> <li><a href="https://github.com/serde-rs/json/commit/da0a39fff73bb11ca3d2f5754020e4f5f7d98482"><code>da0a39f</code></a> Provide optimized collect_str methods for Value serializer</li> <li><a href="https://github.com/serde-rs/json/commit/f59b63729553292e99fb1e4884275aaf510388cd"><code>f59b637</code></a> Don't reallocate the string in serialize_char</li> <li><a href="https://github.com/serde-rs/json/commit/665d1c57ae2a20fefd77bb96248de57ae94a05c6"><code>665d1c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/642">#642</a> from serde-rs/sized</li> <li><a href="https://github.com/serde-rs/json/commit/8db39542bb9d8679cbd38b0d437eea8969506692"><code>8db3954</code></a> Move ?Sized bounds out of generic parameter lists</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.48...v1.0.50">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.48&new-version=1.0.50)](https://dependabot.com/compatibility-score/?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.48&new-version=1.0.50) 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:19 +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#779
No description provided.