[PR #142] [MERGED] chore(deps): bump serde_json from 1.0.79 to 1.0.81 #772

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/serde_json-1.0.81


📝 Commits (1)

  • 7f08da7 chore(deps): bump serde_json from 1.0.79 to 1.0.81

📊 Changes

1 file changed (+10 additions, -12 deletions)

View changed files

📝 Cargo.lock (+10 -12)

📄 Description

Bumps serde_json from 1.0.79 to 1.0.81.

Release notes

Sourced from serde_json's releases.

v1.0.81

  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#885, thanks @​cuviper)

v1.0.80

  • Documentation improvements
Commits
  • a0ea937 Release 1.0.81
  • 6c3dfe9 Make it clearer that preserve_order implies a std dependency
  • f34ef95 Merge pull request #885 from cuviper/indexmap-std
  • 27939bb Explicitly enable indexmap/std
  • c0f9343 Ignore trait_duplication_in_bounds clippy false positives
  • 048a64c Resolve type_repetition_in_bounds clippy lint
  • 585e4c5 Release 1.0.80
  • 52a9c05 Pull miri from miri branch of dtolnay/rust-toolchain
  • aff685b Drop unneeded quoting from env variable in workflows yaml
  • 6995bbf Update workflows to actions/checkout@v3
  • 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/142 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/4/2022 **Status:** ✅ Merged **Merged:** 5/4/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/serde_json-1.0.81` --- ### 📝 Commits (1) - [`7f08da7`](https://github.com/LGUG2Z/komorebi/commit/7f08da78c362f26ee7d3dfddb173259fee7fe9c1) chore(deps): bump serde_json from 1.0.79 to 1.0.81 ### 📊 Changes **1 file changed** (+10 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -12) </details> ### 📄 Description Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.81. <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.81</h2> <ul> <li>Work around <code>indexmap</code>/<code>autocfg</code> not always properly detecting whether a <code>std</code> sysroot crate is available (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/885">#885</a>, thanks <a href="https://github.com/cuviper"><code>@​cuviper</code></a>)</li> </ul> <h2>v1.0.80</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/a0ea9371cd9c163450dbdd978a64d642b0c03873"><code>a0ea937</code></a> Release 1.0.81</li> <li><a href="https://github.com/serde-rs/json/commit/6c3dfe948a1d088198cfa82f777858502bdb39c2"><code>6c3dfe9</code></a> Make it clearer that preserve_order implies a std dependency</li> <li><a href="https://github.com/serde-rs/json/commit/f34ef95fd12278fbeae0868dc99f33a608e6ee45"><code>f34ef95</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/885">#885</a> from cuviper/indexmap-std</li> <li><a href="https://github.com/serde-rs/json/commit/27939bb1f99728c8b878778db8ac51b3d98f9c70"><code>27939bb</code></a> Explicitly enable indexmap/std</li> <li><a href="https://github.com/serde-rs/json/commit/c0f93432cc67d2ac00b081b2f06f4f5e7374955b"><code>c0f9343</code></a> Ignore trait_duplication_in_bounds clippy false positives</li> <li><a href="https://github.com/serde-rs/json/commit/048a64caec40e5a962f6919354fb7b6a8f0d34fd"><code>048a64c</code></a> Resolve type_repetition_in_bounds clippy lint</li> <li><a href="https://github.com/serde-rs/json/commit/585e4c5dc771d55459f2ff860bbe998660db0853"><code>585e4c5</code></a> Release 1.0.80</li> <li><a href="https://github.com/serde-rs/json/commit/52a9c050f5dcc0dc3de4825b131b8ff05219cc82"><code>52a9c05</code></a> Pull miri from miri branch of dtolnay/rust-toolchain</li> <li><a href="https://github.com/serde-rs/json/commit/aff685b8c9d20aa3773d2d4d6753e4b399768af6"><code>aff685b</code></a> Drop unneeded quoting from env variable in workflows yaml</li> <li><a href="https://github.com/serde-rs/json/commit/6995bbf78444af61bcd98749c538222a18d4612f"><code>6995bbf</code></a> Update workflows to actions/checkout@v3</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.79...v1.0.81">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.79&new-version=1.0.81)](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:56 +01:00
adam closed this issue 2026-01-05 14:52:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#772