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.1 #71

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.

Release notes *Sourced from [proc-macro2's releases](https://github.com/alexcrichton/proc-macro2/releases).* > ## 1.0.1 > - Documentation improvements > - Fail with a better error message when being built on a compiler that is too old
Commits - [`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 - [`03fedef`](https://github.com/alexcrichton/proc-macro2/commit/03fedef155897e7f91776bbf6c09a42cac5d8a2e) Update lowest supported version of polyfill - [`07c6d28`](https://github.com/alexcrichton/proc-macro2/commit/07c6d289e20a3bf0d83a689c96b11f34cd6e9466) Remove description of old version support - [`406e22d`](https://github.com/alexcrichton/proc-macro2/commit/406e22d320d5e045ec8fd7082276c7db227506d6) Release 1.0.0-rc4 - [`26cb40b`](https://github.com/alexcrichton/proc-macro2/commit/26cb40bc9615b9364cb2362371f1032ab48f6f6a) Remove edition2018 marker from example code - [`d39e96a`](https://github.com/alexcrichton/proc-macro2/commit/d39e96adf7a026cf9e431997ea4b200f23160845) Merge pull request [#189](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/189) from dtolnay/suffix - Additional commits viewable in [compare view](https://github.com/alexcrichton/proc-macro2/compare/0.4.9...1.0.1)


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 #78.