[PR #109] [MERGED] chore(deps): bump serde from 1.0.133 to 1.0.136 #749

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/109
Author: @dependabot[bot]
Created: 2/1/2022
Status: Merged
Merged: 2/1/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/serde-1.0.136


📝 Commits (1)

  • 1a07b4f chore(deps): bump serde from 1.0.133 to 1.0.136

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps serde from 1.0.133 to 1.0.136.

Release notes

Sourced from serde's releases.

v1.0.136

  • Improve default error message when Visitor fails to deserialize a u128 or i128 (#2167)

v1.0.135

  • Update discord channels listed in readme

v1.0.134

  • Improve error messages on deserializing NonZero integers from a 0 value (#2158)
Commits

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/109 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2022 **Status:** ✅ Merged **Merged:** 2/1/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.136` --- ### 📝 Commits (1) - [`1a07b4f`](https://github.com/LGUG2Z/komorebi/commit/1a07b4faf7f445721242f8482e43570c82576963) chore(deps): bump serde from 1.0.133 to 1.0.136 ### 📊 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.133 to 1.0.136. <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.136</h2> <ul> <li>Improve default error message when <code>Visitor</code> fails to deserialize a u128 or i128 (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2167">#2167</a>)</li> </ul> <h2>v1.0.135</h2> <ul> <li>Update discord channels listed in readme</li> </ul> <h2>v1.0.134</h2> <ul> <li>Improve error messages on deserializing NonZero integers from a 0 value (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2158">#2158</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/02bd79a0bada78dd88d050f6478806f001f41fb0"><code>02bd79a</code></a> Release 1.0.136</li> <li><a href="https://github.com/serde-rs/serde/commit/c3ce2c934a9123b5a309256d65cca6b6d19466ec"><code>c3ce2c9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2167">#2167</a> from serde-rs/error128</li> <li><a href="https://github.com/serde-rs/serde/commit/0d71ac84b57428bc5959f068fa3369929d2c1646"><code>0d71ac8</code></a> Render 128-bit integer value into Visitor errors</li> <li><a href="https://github.com/serde-rs/serde/commit/82c3eb7ba4c34e071d3103ba92972b63b8d70dbf"><code>82c3eb7</code></a> Add test of visitor error messages</li> <li><a href="https://github.com/serde-rs/serde/commit/8932c852a50d1e1644e4d2b52d816cbce3e95567"><code>8932c85</code></a> Release 1.0.135</li> <li><a href="https://github.com/serde-rs/serde/commit/9f3dd3c7c4bd4305f0f5790811461c94e9f96078"><code>9f3dd3c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2163">#2163</a> from serde-rs/discord</li> <li><a href="https://github.com/serde-rs/serde/commit/dd9b415ff90f1f7b61ddde34abde93c1aab2cef2"><code>dd9b415</code></a> Add discord invite links</li> <li><a href="https://github.com/serde-rs/serde/commit/3bb4a5a4f6828a43d89c033c1fab99975b0363db"><code>3bb4a5a</code></a> Release 1.0.134</li> <li><a href="https://github.com/serde-rs/serde/commit/6164627beaea4fce50749460dd96a71e176ff188"><code>6164627</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2159">#2159</a> from serde-rs/nonzero</li> <li><a href="https://github.com/serde-rs/serde/commit/51aaf496d4e1d28573bffb43906ba860ac498ddf"><code>51aaf49</code></a> Write better Visitor for NonZero integers</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.133...v1.0.136">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.133&new-version=1.0.136)](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:49 +01:00
adam closed this issue 2026-01-05 14:52:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#749