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/250
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 10/3/2022
**Status:** ✅ Merged
**Merged:** 10/3/2022
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/proc-macro2-1.0.46`
---
### 📝 Commits (1)
- [`09d3bac`](https://github.com/LGUG2Z/komorebi/commit/09d3baca9adb68cce2a1d4f8b240719194a13f98) chore(deps): bump proc-macro2 from 1.0.44 to 1.0.46
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+2 -2)
</details>
### 📄 Description
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.44 to 1.0.46.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's releases</a>.</em></p>
<blockquote>
<h2>1.0.46</h2>
<ul>
<li>Make proc_macro2::TokenStream's <code>FromStr</code> impl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark <code>\u{feff}</code> (<a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/353">#353</a>)</li>
</ul>
<h2>1.0.45</h2>
<ul>
<li>Fix panic on parsing disallowed raw identifiers such as <code>r#self</code> (<a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/351">#351</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/69150f4ff28c07aedcd9a7f61b7426c056fc7c73"><code>69150f4</code></a> Release 1.0.46</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/6004b0aa0ddb715e960e211dd426c207d3e8367b"><code>6004b0a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/354">#354</a> from dtolnay/bom</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/1d068c8f1a5a9b33eebdb9ebdf35bb409f2bafbf"><code>1d068c8</code></a> Test that byte order mark can only go at beginning of input</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/e2327f08540b3d32778b9fd08ecee38406c773d7"><code>e2327f0</code></a> Strip a byte order mark if present</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/eeb2e5b9223c03590cb095b3b36dec191aad644b"><code>eeb2e5b</code></a> Add a test involving byte order mark</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/f26128d5d6c94c62ce70683f6f4363766963a256"><code>f26128d</code></a> Release 1.0.45</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/4784921da6a9a31a02b1596ec746e2b75900eaa3"><code>4784921</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/352">#352</a> from dtolnay/fuzz</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/4f0ade51b12d7ba6888b3df7392ef4bccc6a5604"><code>4f0ade5</code></a> Check for outdated deps in fuzz target</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/84fd957bd774adfbe4b03a11f94b3dc18877e697"><code>84fd957</code></a> Add CI build to cover fuzz target</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/4a8ad4d90171bd991d8c629bb15cfcedb3939739"><code>4a8ad4d</code></a> Add fuzz target for fallback TokenStream parser</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.44...1.0.46">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 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/250
Author: @dependabot[bot]
Created: 10/3/2022
Status: ✅ Merged
Merged: 10/3/2022
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/proc-macro2-1.0.46📝 Commits (1)
09d3bacchore(deps): bump proc-macro2 from 1.0.44 to 1.0.46📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Cargo.lock(+2 -2)📄 Description
Bumps proc-macro2 from 1.0.44 to 1.0.46.
Release notes
Sourced from proc-macro2's releases.
Commits
69150f4Release 1.0.466004b0aMerge pull request #354 from dtolnay/bom1d068c8Test that byte order mark can only go at beginning of inpute2327f0Strip a byte order mark if presenteeb2e5bAdd a test involving byte order markf26128dRelease 1.0.454784921Merge pull request #352 from dtolnay/fuzz4f0ade5Check for outdated deps in fuzz target84fd957Add CI build to cover fuzz target4a8ad4dAdd fuzz target for fallback TokenStream parserDependabot 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 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.