brendanzab / moniker

Automagical variable binding library for Rust
Apache License 2.0
68 stars 7 forks source link

Update proc-macro2 requirement from 0.4.9 to 1.0.2 #78

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on proc-macro2 to permit the latest version.

Commits - [`f75cb32`](https://github.com/alexcrichton/proc-macro2/commit/f75cb3278e8ab144315bd87ec8f2812c0dd96b2e) Release 1.0.2 - [`b68d463`](https://github.com/alexcrichton/proc-macro2/commit/b68d4636d54a5777351a3385b45154e2f712e133) impl From\ for TokenStream - [`b5f57e9`](https://github.com/alexcrichton/proc-macro2/commit/b5f57e978cf38ca7b48dc0b17ca5a1b84923700e) Merge pull request [#191](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/191) from CreepySkeleton/patch-1 - [`3888372`](https://github.com/alexcrichton/proc-macro2/commit/388837240ab74512e1b8ac93564fbbbc8a9fa7e4) Improve docs - [`75972f6`](https://github.com/alexcrichton/proc-macro2/commit/75972f61403c6cc453608f3358cbfdef6edea4b5) Publishing with a patch is now okay - [`5956a96`](https://github.com/alexcrichton/proc-macro2/commit/5956a965d76d0fffa3f41323d7a054220da511e1) Release 1.0.1 - [`5fd7e8d`](https://github.com/alexcrichton/proc-macro2/commit/5fd7e8d3c2a4fe88865c2d54abae4a21cbd8640e) Fail better on some old compilers - [`351e5a1`](https://github.com/alexcrichton/proc-macro2/commit/351e5a13850af3f9ec77e2a59d36fc7383be91b9) Format with rustfmt 2019-08-06 - [`0a17cc2`](https://github.com/alexcrichton/proc-macro2/commit/0a17cc2402b095ff0005e9d9a0802c65d3534fed) Update versions in readme and links - [`eecff60`](https://github.com/alexcrichton/proc-macro2/commit/eecff60057c49e4f42b27330d7d05f0ce835561a) Release 1.0.0 - Additional commits viewable in [compare view](https://github.com/alexcrichton/proc-macro2/compare/0.4.9...1.0.2)


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 will not automatically merge this PR because this dependency is pre-1.0.0.


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) - `@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.
dependabot-preview[bot] commented 4 years ago

Superseded by #79.