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/1249
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 1/27/2025
**Status:** ✅ Merged
**Merged:** 1/28/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/getset-0.1.4`
---
### 📝 Commits (1)
- [`ff31263`](https://github.com/LGUG2Z/komorebi/commit/ff31263bcb40dc951d884f16fd92ff0737fa94f5) chore(deps): bump getset from 0.1.3 to 0.1.4
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+2 -2)
</details>
### 📄 Description
Bumps [getset](https://github.com/jbaublitz/getset) from 0.1.3 to 0.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jbaublitz/getset/releases">getset's releases</a>.</em></p>
<blockquote>
<h2>v0.1.4</h2>
<p>See milestone for changes: <a href="https://github.com/jbaublitz/getset/pulls?q=is%3Apr+milestone%3Av0.1.4+is%3Aclosed">https://github.com/jbaublitz/getset/pulls?q=is%3Apr+milestone%3Av0.1.4+is%3Aclosed</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jbaublitz/getset/commit/dd863c49cfc0a2bac461653fc98b2fa22cfd9546"><code>dd863c4</code></a> Merge pull request <a href="https://redirect.github.com/jbaublitz/getset/issues/104">#104</a> from jbaublitz/release</li>
<li><a href="https://github.com/jbaublitz/getset/commit/78ff7482a050e1c70eeb52331fe754e5a5b3940b"><code>78ff748</code></a> v0.1.4</li>
<li><a href="https://github.com/jbaublitz/getset/commit/34aed2d2182ba498b98d0683479d4b218becf1fa"><code>34aed2d</code></a> Merge pull request <a href="https://redirect.github.com/jbaublitz/getset/issues/102">#102</a> from jbaublitz/issue-77</li>
<li><a href="https://github.com/jbaublitz/getset/commit/2474a550398c0f3034ad7ca3fd3586516037fdbb"><code>2474a55</code></a> Add 'WithSetters' proc_macro_derive</li>
<li><a href="https://github.com/jbaublitz/getset/commit/9fd4386ba7518cc7bfce859530d1cb252f0c06fe"><code>9fd4386</code></a> Merge pull request <a href="https://redirect.github.com/jbaublitz/getset/issues/100">#100</a> from jbaublitz/ci-updates</li>
<li><a href="https://github.com/jbaublitz/getset/commit/3c10e012198a892e3ea39ebade2cee1f478dca71"><code>3c10e01</code></a> CI updates</li>
<li><a href="https://github.com/jbaublitz/getset/commit/a845ffca47128b934df47bb8f9a3b75780e474b8"><code>a845ffc</code></a> Merge pull request <a href="https://redirect.github.com/jbaublitz/getset/issues/101">#101</a> from jbaublitz/clippy-errors</li>
<li><a href="https://github.com/jbaublitz/getset/commit/92a7fb5e0ee13f72629c1ae7c39f1944801fecf1"><code>92a7fb5</code></a> Fix clippy errors</li>
<li><a href="https://github.com/jbaublitz/getset/commit/bf93ed0ed2efdbf8f13c28ad6338c8cd7c876a52"><code>bf93ed0</code></a> Merge pull request <a href="https://redirect.github.com/jbaublitz/getset/issues/98">#98</a> from jason-hchsieh/feat-unary-struct</li>
<li><a href="https://github.com/jbaublitz/getset/commit/3aa7fbd1fa18d26aba812f188b1f384bdae8cc53"><code>3aa7fbd</code></a> fix: docs test for unary struct</li>
<li>Additional commits viewable in <a href="https://github.com/jbaublitz/getset/compare/0.1.3...0.1.4">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1249
Author: @dependabot[bot]
Created: 1/27/2025
Status: ✅ Merged
Merged: 1/28/2025
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/getset-0.1.4📝 Commits (1)
ff31263chore(deps): bump getset from 0.1.3 to 0.1.4📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Cargo.lock(+2 -2)📄 Description
Bumps getset from 0.1.3 to 0.1.4.
Release notes
Sourced from getset's releases.
Commits
dd863c4Merge pull request #104 from jbaublitz/release78ff748v0.1.434aed2dMerge pull request #102 from jbaublitz/issue-772474a55Add 'WithSetters' proc_macro_derive9fd4386Merge pull request #100 from jbaublitz/ci-updates3c10e01CI updatesa845ffcMerge pull request #101 from jbaublitz/clippy-errors92a7fb5Fix clippy errorsbf93ed0Merge pull request #98 from jason-hchsieh/feat-unary-struct3aa7fbdfix: docs test for unary structDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.