[PR #242] [CLOSED] chore(deps): bump serde from 1.0.144 to 1.0.145 #812

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/242
Author: @dependabot[bot]
Created: 9/26/2022
Status: Closed

Base: masterHead: dependabot/cargo/serde-1.0.145


📝 Commits (1)

  • 19999a5 chore(deps): bump serde from 1.0.144 to 1.0.145

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps serde from 1.0.144 to 1.0.145.

Release notes

Sourced from serde's releases.

v1.0.145

  • Allow RefCell<T>, Mutex<T>, and RwLock<T> to be serialized regardless of whether T is Sized (#2282, thanks @​ChayimFriedman2)
Commits
  • 8c036ee Release 1.0.145
  • d99009f Merge pull request #2282 from ChayimFriedman2/sized-mutex-refcell-rwlock
  • be3c37e Serialize unsized RefCell, Mutex and RwLock
  • f0346ae Merge pull request #2281 from dtolnay/try
  • fa6ce42 Redefine 'try' macro to omit From::from error conversion
  • a9320db Consistently avoid '?' throughout serde crate
  • d208762 Command-line ignore let_underscore_drop clippy lint
  • 5386897 Merge pull request #2273 from sashashura/patch-1
  • 68eb59d Update ci.yml
  • a7f4551 Add dev-dependencies keyword for serde_test
  • See full diff 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/242 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/26/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.145` --- ### 📝 Commits (1) - [`19999a5`](https://github.com/LGUG2Z/komorebi/commit/19999a5601e889484c861206f89aecf229af3cec) chore(deps): bump serde from 1.0.144 to 1.0.145 ### 📊 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.144 to 1.0.145. <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.145</h2> <ul> <li>Allow RefCell&lt;T&gt;, Mutex&lt;T&gt;, and RwLock&lt;T&gt; to be serialized regardless of whether T is <code>Sized</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2282">#2282</a>, thanks <a href="https://github.com/ChayimFriedman2"><code>@​ChayimFriedman2</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/8c036ee5a313b849c52eaaef6421c3b68dd1a350"><code>8c036ee</code></a> Release 1.0.145</li> <li><a href="https://github.com/serde-rs/serde/commit/d99009f3c62396ff6e2d21bedc042ce395388202"><code>d99009f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2282">#2282</a> from ChayimFriedman2/sized-mutex-refcell-rwlock</li> <li><a href="https://github.com/serde-rs/serde/commit/be3c37eb8be65a472250e9893694ac02c474e06e"><code>be3c37e</code></a> Serialize unsized <code>RefCell</code>, <code>Mutex</code> and <code>RwLock</code></li> <li><a href="https://github.com/serde-rs/serde/commit/f0346ae0541b6017c4a181534bbf802a486662c3"><code>f0346ae</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2281">#2281</a> from dtolnay/try</li> <li><a href="https://github.com/serde-rs/serde/commit/fa6ce4205650d448f8adb283983ba91669a177ee"><code>fa6ce42</code></a> Redefine 'try' macro to omit From::from error conversion</li> <li><a href="https://github.com/serde-rs/serde/commit/a9320db6f91b9f6b10d2b36c1a9f642bca3cd00d"><code>a9320db</code></a> Consistently avoid '?' throughout serde crate</li> <li><a href="https://github.com/serde-rs/serde/commit/d208762c81883a181e8c6a9ca3f303e040105c7d"><code>d208762</code></a> Command-line ignore let_underscore_drop clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/5386897d2413032b4b45515f819643eafbc44303"><code>5386897</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2273">#2273</a> from sashashura/patch-1</li> <li><a href="https://github.com/serde-rs/serde/commit/68eb59df0c360c7c269d115485a20e98e3caa3ab"><code>68eb59d</code></a> Update ci.yml</li> <li><a href="https://github.com/serde-rs/serde/commit/a7f45516699e5d3e887ec767090b35e6cadb6e29"><code>a7f4551</code></a> Add dev-dependencies keyword for serde_test</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145">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.144&new-version=1.0.145)](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:53:03 +01:00
adam closed this issue 2026-01-05 14:53:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#812