[PR #28] [MERGED] chore(deps): bump serde_json from 1.0.66 to 1.0.67 #719

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/28
Author: @dependabot[bot]
Created: 9/1/2021
Status: Merged
Merged: 9/1/2021
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/serde_json-1.0.67


📝 Commits (1)

  • edb709a chore(deps): bump serde_json from 1.0.66 to 1.0.67

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps serde_json from 1.0.66 to 1.0.67.

Release notes

Sourced from serde_json's releases.

v1.0.67

  • Fix inconsistency of deserialization of unknown fields in a struct variant from bytes vs from Value (#795)
Commits
  • f6bbab4 Release 1.0.67
  • 55efb3f Merge pull request #796 from dtolnay/visitobject
  • c7b7186 Detect unknown struct variant fields deserializing from Value
  • 12207ed Add regression test for issue 795
  • 7b4585f Merge pull request #794 from dtolnay/visitarray
  • 89cfb45 Use existing helpers for running visit_seq over a Vec/slice
  • 604d5cf Merge pull request #793 from dtolnay/valuede
  • cdc2ad3 Delete Deserializer impl from value::de::MapRefDeserializer
  • cb1e730 Delete Deserializer impl from value::de::SeqRefDeserializer
  • fcd94f0 Delete Deserializer impl from value::de::SeqDeserializer
  • 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/28 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2021 **Status:** ✅ Merged **Merged:** 9/1/2021 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/serde_json-1.0.67` --- ### 📝 Commits (1) - [`edb709a`](https://github.com/LGUG2Z/komorebi/commit/edb709aa6bbb5caf4563d1b7979ca6212d560e12) chore(deps): bump serde_json from 1.0.66 to 1.0.67 ### 📊 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.66 to 1.0.67. <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.67</h2> <ul> <li>Fix inconsistency of deserialization of unknown fields in a struct variant from bytes vs from Value (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/795">#795</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/f6bbab4835275565ece6d492683b23657f53df8b"><code>f6bbab4</code></a> Release 1.0.67</li> <li><a href="https://github.com/serde-rs/json/commit/55efb3f0f2846e320b9554b9325b7b4210053ad5"><code>55efb3f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/796">#796</a> from dtolnay/visitobject</li> <li><a href="https://github.com/serde-rs/json/commit/c7b71869571ad1825a5983df84d05760769ec71f"><code>c7b7186</code></a> Detect unknown struct variant fields deserializing from Value</li> <li><a href="https://github.com/serde-rs/json/commit/12207ed2a3dff29e695222a27ebb22767c6c44e1"><code>12207ed</code></a> Add regression test for issue 795</li> <li><a href="https://github.com/serde-rs/json/commit/7b4585fbff5962f05ffb1d7b5a296cf35b69072e"><code>7b4585f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/794">#794</a> from dtolnay/visitarray</li> <li><a href="https://github.com/serde-rs/json/commit/89cfb456ffc0749e2e30321e2196b1c8c29e1e00"><code>89cfb45</code></a> Use existing helpers for running visit_seq over a Vec/slice</li> <li><a href="https://github.com/serde-rs/json/commit/604d5cf6feb20ea606e9c1929fb4616d3e21271a"><code>604d5cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/793">#793</a> from dtolnay/valuede</li> <li><a href="https://github.com/serde-rs/json/commit/cdc2ad37819bbf7b4a34815b82e3d496155b115e"><code>cdc2ad3</code></a> Delete Deserializer impl from value::de::MapRefDeserializer</li> <li><a href="https://github.com/serde-rs/json/commit/cb1e7301d62fca70e406cc2afdef14cf426d5011"><code>cb1e730</code></a> Delete Deserializer impl from value::de::SeqRefDeserializer</li> <li><a href="https://github.com/serde-rs/json/commit/fcd94f0a90582e1684d2b1a8f92bf52bffbeeccd"><code>fcd94f0</code></a> Delete Deserializer impl from value::de::SeqDeserializer</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.66...v1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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:43 +01:00
adam closed this issue 2026-01-05 14:52:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#719