[PR #1525] [MERGED] chore(deps): bump shadow-rs from 1.2.0 to 1.2.1 #1446

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1525
Author: @dependabot[bot]
Created: 8/4/2025
Status: Merged
Merged: 8/17/2025
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/shadow-rs-1.2.1


📝 Commits (1)

  • 3515094 chore(deps): bump shadow-rs from 1.2.0 to 1.2.1

📊 Changes

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

View changed files

📝 Cargo.lock (+3 -3)

📄 Description

Bumps shadow-rs from 1.2.0 to 1.2.1.

Release notes

Sourced from shadow-rs's releases.

v1.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/baoyachi/shadow-rs/compare/v1.2.0...v1.2.1

Commits
  • f57b779 Update Cargo.toml
  • 54fed59 Merge pull request #239 from baoyachi/gen_datetime
  • cabd123 Fix: cargo fmt
  • 994d054 Allow to override build date with SOURCE_DATE_EPOCH
  • 697a6a4 Merge pull request #233 from baoyachi/dependabot/cargo/cargo_metadata-0.21.0
  • af8904a Update cargo_metadata requirement from 0.20.0 to 0.21.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/1525 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/17/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/shadow-rs-1.2.1` --- ### 📝 Commits (1) - [`3515094`](https://github.com/LGUG2Z/komorebi/commit/35150943fc805edc78e636b09f2275830867b7de) chore(deps): bump shadow-rs from 1.2.0 to 1.2.1 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) </details> ### 📄 Description Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 1.2.0 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/baoyachi/shadow-rs/releases">shadow-rs's releases</a>.</em></p> <blockquote> <h2>v1.2.1</h2> <h2>What's Changed</h2> <ul> <li>Update cargo_metadata requirement from 0.20.0 to 0.21.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/baoyachi/shadow-rs/pull/233">baoyachi/shadow-rs#233</a></li> <li>Gen datetime by <a href="https://github.com/baoyachi"><code>@​baoyachi</code></a> in <a href="https://redirect.github.com/baoyachi/shadow-rs/pull/239">baoyachi/shadow-rs#239</a></li> <li>Allow to override generation date by <a href="https://github.com/bmwiedemann"><code>@​bmwiedemann</code></a> in <a href="https://redirect.github.com/baoyachi/shadow-rs/pull/235">baoyachi/shadow-rs#235</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bmwiedemann"><code>@​bmwiedemann</code></a> made their first contribution in <a href="https://redirect.github.com/baoyachi/shadow-rs/pull/235">baoyachi/shadow-rs#235</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/baoyachi/shadow-rs/compare/v1.2.0...v1.2.1">https://github.com/baoyachi/shadow-rs/compare/v1.2.0...v1.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/baoyachi/shadow-rs/commit/f57b779adb67c8d5adcff77f99c2050cf1de0965"><code>f57b779</code></a> Update Cargo.toml</li> <li><a href="https://github.com/baoyachi/shadow-rs/commit/54fed5922a469544356b32533a42b043731c47a7"><code>54fed59</code></a> Merge pull request <a href="https://redirect.github.com/baoyachi/shadow-rs/issues/239">#239</a> from baoyachi/gen_datetime</li> <li><a href="https://github.com/baoyachi/shadow-rs/commit/cabd123613757de31015cc7aad826fa59adaf32e"><code>cabd123</code></a> Fix: cargo fmt</li> <li><a href="https://github.com/baoyachi/shadow-rs/commit/994d0541bbeb7de808e73d94e70730a3b499a5ca"><code>994d054</code></a> Allow to override build date with SOURCE_DATE_EPOCH</li> <li><a href="https://github.com/baoyachi/shadow-rs/commit/697a6a4bc9e2f366d6a651eabad75dece0f2425f"><code>697a6a4</code></a> Merge pull request <a href="https://redirect.github.com/baoyachi/shadow-rs/issues/233">#233</a> from baoyachi/dependabot/cargo/cargo_metadata-0.21.0</li> <li><a href="https://github.com/baoyachi/shadow-rs/commit/af8904a7239a5af02b83a2185511fb96289a2672"><code>af8904a</code></a> Update cargo_metadata requirement from 0.20.0 to 0.21.0</li> <li>See full diff in <a href="https://github.com/baoyachi/shadow-rs/compare/v1.2.0...v1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shadow-rs&package-manager=cargo&previous-version=1.2.0&new-version=1.2.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:55:18 +01:00
adam closed this issue 2026-01-05 14:55:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1446