[PR #234] [MERGED] build(deps): bump serde_json from 1.0.96 to 1.0.100 #8996

Closed
opened 2026-05-23 03:55:21 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/234
Author: @dependabot[bot]
Created: 7/10/2023
Status: Merged
Merged: 7/10/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/serde_json-1.0.100


📝 Commits (1)

  • bf470cd build(deps): bump serde_json from 1.0.96 to 1.0.100

📊 Changes

2 files changed (+24 additions, -24 deletions)

View changed files

📝 Cargo.lock (+23 -23)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps serde_json from 1.0.96 to 1.0.100.

Release notes

Sourced from serde_json's releases.

v1.0.100

  • Support -Z minimal-versions

v1.0.99

v1.0.98

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#1026)
Commits
  • d2fce19 Release 1.0.100
  • 897f913 No pre_ci in this repo
  • 8f8a2b1 Eliminate syn 1 from minimal-versions
  • f482ed3 Add CI job using minimal-versions
  • 79caf27 Sort Cargo.toml dependencies list
  • e98e664 Resolve explicit_iter_loop pedantic clippy lint
  • fdb7800 Support a manual trigger on CI workflow
  • b4ec50c Release 1.0.99
  • 1153052 Merge pull request 1030 from SecondHalfGames/map-key-serialize-some
  • ba29a89 Release 1.0.98
  • 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/JakeStanger/ironbar/pull/234 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/10/2023 **Status:** ✅ Merged **Merged:** 7/10/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/serde_json-1.0.100` --- ### 📝 Commits (1) - [`bf470cd`](https://github.com/JakeStanger/ironbar/commit/bf470cdaddaa3bb5df011003c7930f510d6c386d) build(deps): bump serde_json from 1.0.96 to 1.0.100 ### 📊 Changes **2 files changed** (+24 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+23 -23) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.100. <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.100</h2> <ul> <li>Support <code>-Z minimal-versions</code></li> </ul> <h2>v1.0.99</h2> <ul> <li>Support serializing serde's <strong>option</strong> type in a map key (<a href="https://redirect.github.com/serde-rs/json/issues/1030">#1030</a>, thanks <a href="https://github.com/LPGhatguy"><code>@​LPGhatguy</code></a>)</li> </ul> <h2>v1.0.98</h2> <ul> <li>Update indexmap dependency used by &quot;preserve_order&quot; feature to version 2</li> </ul> <h2>v1.0.97</h2> <ul> <li>Add <code>io_error_kind()</code> method to serde_json::Error: <code>fn io_error_kind(&amp;self) -&gt; Option&lt;std::io::ErrorKind&gt;</code> (<a href="https://redirect.github.com/serde-rs/json/issues/1026">#1026</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/d2fce19685bf0e3d493a9d785665137654c79e6d"><code>d2fce19</code></a> Release 1.0.100</li> <li><a href="https://github.com/serde-rs/json/commit/897f913dd234c8cd0810fc0689d76a146aaec4ad"><code>897f913</code></a> No pre_ci in this repo</li> <li><a href="https://github.com/serde-rs/json/commit/8f8a2b1c47ebe4193b3a0b06805f31619e4c1cf8"><code>8f8a2b1</code></a> Eliminate syn 1 from minimal-versions</li> <li><a href="https://github.com/serde-rs/json/commit/f482ed3d3662446914221d8c0a1efe3d7ffe8f82"><code>f482ed3</code></a> Add CI job using minimal-versions</li> <li><a href="https://github.com/serde-rs/json/commit/79caf276312947b502df0b905c117f76557edc61"><code>79caf27</code></a> Sort Cargo.toml dependencies list</li> <li><a href="https://github.com/serde-rs/json/commit/e98e664b42aceb245eaf801fc9ab726284693a68"><code>e98e664</code></a> Resolve explicit_iter_loop pedantic clippy lint</li> <li><a href="https://github.com/serde-rs/json/commit/fdb7800f5aa2870ffa87712dac417883daac3656"><code>fdb7800</code></a> Support a manual trigger on CI workflow</li> <li><a href="https://github.com/serde-rs/json/commit/b4ec50ce7a47f1b344dd964de09a8be99fbe8300"><code>b4ec50c</code></a> Release 1.0.99</li> <li><a href="https://github.com/serde-rs/json/commit/11530529e86a5636558bcd352b2ad4d0c5f3ae6e"><code>1153052</code></a> Merge pull request 1030 from SecondHalfGames/map-key-serialize-some</li> <li><a href="https://github.com/serde-rs/json/commit/ba29a89a098dd5db6e889830bf1ac33837c1416e"><code>ba29a89</code></a> Release 1.0.98</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.96...v1.0.100">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.96&new-version=1.0.100)](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>
JakeStanger 2026-05-23 03:55:21 +01: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
JakeStanger/ironbar#8996
No description provided.