Expose span.before() and span.after() to access an empty Span located immediately before or after the input span (#348, upstream tracking issue: rust-lang/rust#87552)
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/244
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/26/2022
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/proc-macro2-1.0.44`
---
### 📝 Commits (1)
- [`778f0cc`](https://github.com/LGUG2Z/komorebi/commit/778f0cc198fbfe11d2224a883e5a37458b6dcc97) chore(deps): bump proc-macro2 from 1.0.43 to 1.0.44
### 📊 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.43 to 1.0.44.
<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.44</h2>
<ul>
<li>Expose <code>span.before()</code> and <code>span.after()</code> to access an empty <code>Span</code> located immediately before or after the input span (<a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/348">#348</a>, upstream tracking issue: <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/87552">rust-lang/rust#87552</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/8f4fd2c7ac7effbc13ffc37e510ef1df6b22f4d1"><code>8f4fd2c</code></a> Release 1.0.44</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/d531452a0ed01cf53ccb2f694140b46fea4f1604"><code>d531452</code></a> Add a sponsors link</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/c0592e32eb5ba77993f489b3d467b53c32d1ba38"><code>c0592e3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/348">#348</a> from dtolnay/beforeafter</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/cc97264f9f324ade9b820a1629f379b2cbb6e632"><code>cc97264</code></a> Expose proc_macro's before() and after() methods on Span</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/648e2d88908a9683595442cb3aeecee398fe74f1"><code>648e2d8</code></a> Remove default package.readme metadata from Cargo.toml</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/a9fcdc0682917b49d3e086593d8c36ede1b9463d"><code>a9fcdc0</code></a> GitHub Workflows security hardening</li>
<li><a href="https://github.com/dtolnay/proc-macro2/commit/c946dfecdca959e9dcb3a5690ae062fa72190dd7"><code>c946dfe</code></a> Update ui test suite to nightly-2022-08-23</li>
<li>See full diff in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.43...1.0.44">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/244
Author: @dependabot[bot]
Created: 9/26/2022
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/proc-macro2-1.0.44📝 Commits (1)
778f0ccchore(deps): bump proc-macro2 from 1.0.43 to 1.0.44📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Cargo.lock(+2 -2)📄 Description
Bumps proc-macro2 from 1.0.43 to 1.0.44.
Release notes
Sourced from proc-macro2's releases.
Commits
8f4fd2cRelease 1.0.44d531452Add a sponsors linkc0592e3Merge pull request #348 from dtolnay/beforeaftercc97264Expose proc_macro's before() and after() methods on Span648e2d8Remove default package.readme metadata from Cargo.tomla9fcdc0GitHub Workflows security hardeningc946dfeUpdate ui test suite to nightly-2022-08-23Dependabot 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.