[PR #173] [MERGED] chore(deps): bump serde from 1.0.137 to 1.0.138 #783

Closed
opened 2026-01-05 14:52:58 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/173
Author: @dependabot[bot]
Created: 7/4/2022
Status: Merged
Merged: 7/4/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/serde-1.0.138


📝 Commits (1)

  • 3d79de1 chore(deps): bump serde from 1.0.137 to 1.0.138

📊 Changes

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

View changed files

📝 Cargo.lock (+6 -6)

📄 Description

Bumps serde from 1.0.137 to 1.0.138.

Release notes

Sourced from serde's releases.

v1.0.138

  • Documentation improvements
Commits
  • 4b622f6 Release 1.0.138
  • 0ee71c7 Ignore explicit_auto_deref clippy lint
  • 6c098e4 Merge pull request #2240 from Kixunil/patch-1
  • 41ffa6d Call reserve() in DeserializeSeed example
  • 845b900 Exclude deliberately pinned prettyplease crate from cargo outdated
  • 7891ae7 Merge pull request #2228 from serde-rs/expandtest
  • bac90d1 Update macrotest to 1.0.9 and enable in CI
  • 227bf30 Merge pull request #2229 from dtolnay/expandlinguist
  • f4535f6 Mark expandtest outputs as generated code
  • c6c35b5 Ignore buggy doc_link_with_quotes clippy lint
  • 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)

🔄 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/LGUG2Z/komorebi/pull/173 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2022 **Status:** ✅ Merged **Merged:** 7/4/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.138` --- ### 📝 Commits (1) - [`3d79de1`](https://github.com/LGUG2Z/komorebi/commit/3d79de1072fde4ab0406c25cb72ba768d978da75) chore(deps): bump serde from 1.0.137 to 1.0.138 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.138. <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.138</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/4b622f6bbf83e1e55b171203775e53bc11eb2011"><code>4b622f6</code></a> Release 1.0.138</li> <li><a href="https://github.com/serde-rs/serde/commit/0ee71c70af8e0b6f29c1c696538fb2ebc081e2d2"><code>0ee71c7</code></a> Ignore explicit_auto_deref clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/6c098e497e9098f8fc09ebed5317a97637bf23a3"><code>6c098e4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2240">#2240</a> from Kixunil/patch-1</li> <li><a href="https://github.com/serde-rs/serde/commit/41ffa6df7ed3d76d91a06836849a04488cdb4878"><code>41ffa6d</code></a> Call <code>reserve()</code> in <code>DeserializeSeed</code> example</li> <li><a href="https://github.com/serde-rs/serde/commit/845b900fd57c46d81ad02d89c9a173bdb75898b6"><code>845b900</code></a> Exclude deliberately pinned prettyplease crate from cargo outdated</li> <li><a href="https://github.com/serde-rs/serde/commit/7891ae71848794ef5abd8d54f325979905f81aad"><code>7891ae7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2228">#2228</a> from serde-rs/expandtest</li> <li><a href="https://github.com/serde-rs/serde/commit/bac90d19b9d6730ed8247b891a960b64dfaedad3"><code>bac90d1</code></a> Update macrotest to 1.0.9 and enable in CI</li> <li><a href="https://github.com/serde-rs/serde/commit/227bf3023a6557639e8639d52455b8b883b69de7"><code>227bf30</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2229">#2229</a> from dtolnay/expandlinguist</li> <li><a href="https://github.com/serde-rs/serde/commit/f4535f68c1a414937c427e45eb6e957f1264b038"><code>f4535f6</code></a> Mark expandtest outputs as generated code</li> <li><a href="https://github.com/serde-rs/serde/commit/c6c35b5a3125bd2de3f73de121c99614fd960552"><code>c6c35b5</code></a> Ignore buggy doc_link_with_quotes clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.137...v1.0.138">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.137&new-version=1.0.138)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:52:58 +01:00
adam closed this issue 2026-01-05 14:52:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#783