[PR #675] [MERGED] Bump serde from 1.0.117 to 1.0.118 #966

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/675
Author: @dependabot-preview[bot]
Created: 12/7/2020
Status: Merged
Merged: 1/6/2021
Merged by: @Rigellute

Base: masterHead: dependabot/cargo/serde-1.0.118


📝 Commits (1)

  • 815534a Bump serde from 1.0.117 to 1.0.118

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps serde from 1.0.117 to 1.0.118.

Release notes

Sourced from serde's releases.

v1.0.118

  • Support serialization of core::num::Wrapping in no_std mode (#1926, thanks @attente)
Commits
  • e797431 Release 1.0.118
  • 4a335f8 Merge pull request #1926 from attente/core-num-wrapping
  • 8472192 Resolve clippy items_after_statements lint
  • 192c781 Format with rustfmt 1.4.25-beta
  • ede40bd Allow serializing of Wrapping without std
  • e3d871f Opt in to experimental trybuild diffs
  • 0e1c409 Suppress new result_unit_err clippy lint
  • 0d5b6c1 Resolve ptr_eq clippy lint
  • 8084258 Update ui tests to nightly-2020-10-20
  • See full diff 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/675 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/7/2020 **Status:** ✅ Merged **Merged:** 1/6/2021 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.118` --- ### 📝 Commits (1) - [`815534a`](https://github.com/Rigellute/spotify-tui/commit/815534a033da8e7a1ceea21e6f25069f10b335bc) Bump serde from 1.0.117 to 1.0.118 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.117 to 1.0.118. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.118</h2> <ul> <li>Support serialization of core::num::Wrapping in no_std mode (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1926">#1926</a>, thanks <a href="https://github.com/attente">@attente</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/e7974312681c9c1c54f7586e86b0d7013b350a54"><code>e797431</code></a> Release 1.0.118</li> <li><a href="https://github.com/serde-rs/serde/commit/4a335f8933772944a96bf7bdff0e18c5b954e6ea"><code>4a335f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1926">#1926</a> from attente/core-num-wrapping</li> <li><a href="https://github.com/serde-rs/serde/commit/84721920fd24380bad5f09501470d3ebfae1a525"><code>8472192</code></a> Resolve clippy items_after_statements lint</li> <li><a href="https://github.com/serde-rs/serde/commit/192c7819eede472d73389c5901adf21bc25c0966"><code>192c781</code></a> Format with rustfmt 1.4.25-beta</li> <li><a href="https://github.com/serde-rs/serde/commit/ede40bdfaaba943928629295db6b84d8d3bdc76a"><code>ede40bd</code></a> Allow serializing of Wrapping without std</li> <li><a href="https://github.com/serde-rs/serde/commit/e3d871ff7bf10dadf10bdc234a55692228358d0e"><code>e3d871f</code></a> Opt in to experimental trybuild diffs</li> <li><a href="https://github.com/serde-rs/serde/commit/0e1c4093c857d4550573386a1da907707ca6af17"><code>0e1c409</code></a> Suppress new result_unit_err clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/0d5b6c180c8383feea6a213afa667af333623575"><code>0d5b6c1</code></a> Resolve ptr_eq clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/8084258a3edc1dc4007e8df7f24b022d015b5fb0"><code>8084258</code></a> Update ui tests to nightly-2020-10-20</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.117...v1.0.118">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.117&new-version=1.0.118)](https://dependabot.com/compatibility-score/?dependency-name=serde&package-manager=cargo&previous-version=1.0.117&new-version=1.0.118) 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:59 +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#966
No description provided.