Commits
- [`16c2b45`](https://github.com/alexcrichton/proc-macro2/commit/16c2b45e92b54e7aedf1ff1e55238ff08b9cd948) Release 0.4.28
- [`ed21fad`](https://github.com/alexcrichton/proc-macro2/commit/ed21fad34d6fe9b1699a7a4f92fc4663b9f532d8) Merge pull request [#173](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/173) from dtolnay/sourcemap
- [`dd7a2a3`](https://github.com/alexcrichton/proc-macro2/commit/dd7a2a3b7882fdf9fd1e653c76c4ab7df8d0047b) Merge pull request [#172](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/172) from dtolnay/linecolumn
- [`6c3b070`](https://github.com/alexcrichton/proc-macro2/commit/6c3b0705ee2e409044029de1b180d8464f6e16e6) Rename codemap to source map
- [`9d4fb44`](https://github.com/alexcrichton/proc-macro2/commit/9d4fb447db84c51c242ed3d717844ea1c7c8fc6c) Derive traits for LineColumn
- [`20458b6`](https://github.com/alexcrichton/proc-macro2/commit/20458b6b7a955a31c0cdd5a9ccc6db28745e0457) Merge pull request [#171](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/171) from alexcrichton/escape
- [`e4482f4`](https://github.com/alexcrichton/proc-macro2/commit/e4482f4734056bc2853c2f3b19c38bf3cd81c5cd) Avoid needless escape of quotes
- [`219b1d3`](https://github.com/alexcrichton/proc-macro2/commit/219b1d3d4d73fc645e4dcd8a01e387ee157a6a35) Link to syn::parse_str as the fallible Ident constructor
- [`637eef4`](https://github.com/alexcrichton/proc-macro2/commit/637eef4264ee0e579b222dc6f31b3656fdbe90e1) Rename private functions to match rename of Term to Ident
- [`5a2f730`](https://github.com/alexcrichton/proc-macro2/commit/5a2f730055113da243475b24752540ce61abccd3) Add trailing commas in test_debug_tokenstream
- Additional commits viewable in [compare view](https://github.com/alexcrichton/proc-macro2/compare/0.4.27...0.4.28)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps proc-macro2 from 0.4.27 to 0.4.28.
Commits
- [`16c2b45`](https://github.com/alexcrichton/proc-macro2/commit/16c2b45e92b54e7aedf1ff1e55238ff08b9cd948) Release 0.4.28 - [`ed21fad`](https://github.com/alexcrichton/proc-macro2/commit/ed21fad34d6fe9b1699a7a4f92fc4663b9f532d8) Merge pull request [#173](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/173) from dtolnay/sourcemap - [`dd7a2a3`](https://github.com/alexcrichton/proc-macro2/commit/dd7a2a3b7882fdf9fd1e653c76c4ab7df8d0047b) Merge pull request [#172](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/172) from dtolnay/linecolumn - [`6c3b070`](https://github.com/alexcrichton/proc-macro2/commit/6c3b0705ee2e409044029de1b180d8464f6e16e6) Rename codemap to source map - [`9d4fb44`](https://github.com/alexcrichton/proc-macro2/commit/9d4fb447db84c51c242ed3d717844ea1c7c8fc6c) Derive traits for LineColumn - [`20458b6`](https://github.com/alexcrichton/proc-macro2/commit/20458b6b7a955a31c0cdd5a9ccc6db28745e0457) Merge pull request [#171](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/171) from alexcrichton/escape - [`e4482f4`](https://github.com/alexcrichton/proc-macro2/commit/e4482f4734056bc2853c2f3b19c38bf3cd81c5cd) Avoid needless escape of quotes - [`219b1d3`](https://github.com/alexcrichton/proc-macro2/commit/219b1d3d4d73fc645e4dcd8a01e387ee157a6a35) Link to syn::parse_str as the fallible Ident constructor - [`637eef4`](https://github.com/alexcrichton/proc-macro2/commit/637eef4264ee0e579b222dc6f31b3656fdbe90e1) Rename private functions to match rename of Term to Ident - [`5a2f730`](https://github.com/alexcrichton/proc-macro2/commit/5a2f730055113da243475b24752540ce61abccd3) Add trailing commas in test_debug_tokenstream - Additional commits viewable in [compare view](https://github.com/alexcrichton/proc-macro2/compare/0.4.27...0.4.28)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
.If all status checks pass Dependabot will automatically merge this pull request.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.