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.4 #80

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.4 > - Add `Literal::subspan` method to match libproc_macro ([#195](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/195))
Commits - [`bdac373`](https://github.com/alexcrichton/proc-macro2/commit/bdac3732544a3cfb73afe4548f550c369e906856) Release 1.0.4 - [`20ca121`](https://github.com/alexcrichton/proc-macro2/commit/20ca121e413c6ff0d97e90ed73a1527a32693551) Format with rustfmt 2019-09-08 - [`8df91b8`](https://github.com/alexcrichton/proc-macro2/commit/8df91b87e0b6d1dac6a3ea4af5044491c6193a8f) Merge pull request [#195](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/195) from SergioBenitez/master - [`a1a22fc`](https://github.com/alexcrichton/proc-macro2/commit/a1a22fc8cf075cfed532359923bfec682641183e) Add 'Literal::subspan()' - [`cf62a7b`](https://github.com/alexcrichton/proc-macro2/commit/cf62a7bac077a1755d254f5bfca6f097e56efe84) Release 1.0.3 - [`16d1bf5`](https://github.com/alexcrichton/proc-macro2/commit/16d1bf5c029cbf1b468a82e56a60df73a0221cf5) Allow nightly features on a dev compiler - [`77cd341`](https://github.com/alexcrichton/proc-macro2/commit/77cd34159454960df7a8b27078d4a644464f0b3d) Restore no-default-features test on nightly - [`22b7710`](https://github.com/alexcrichton/proc-macro2/commit/22b7710d5924e28892cf96777cf5462a7d5a81d7) Format with rustfmt 2019-08-19 - [`8153c49`](https://github.com/alexcrichton/proc-macro2/commit/8153c4908df636b842118097db7ccec0c62e1f40) Merge pull request [#192](https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/192) from kazimuth/no-default-features-tests - [`75496ff`](https://github.com/alexcrichton/proc-macro2/commit/75496ffb5f4f441f5543e6ecfea524f4874612fe) Actually allow disabling proc-macro feature in tests - Additional commits viewable in [compare view](https://github.com/alexcrichton/proc-macro2/compare/0.4.9...1.0.4)


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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 #83.