brendanzab / moniker

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

Update syn requirement from 0.15.9 to 1.0.1 #67

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on syn to permit the latest version.

Commits - [`38978d6`](https://github.com/dtolnay/syn/commit/38978d65e4c0ea34c60672ab3768118f3a2c3db2) Release 1.0.1 - [`e033e08`](https://github.com/dtolnay/syn/commit/e033e080893dc3a731b9859ba38265cc3ee076ca) Remove old 64 bit limitation from doc - [`d28d5ef`](https://github.com/dtolnay/syn/commit/d28d5efe0f343966d7f5f91874282d1ddfe53a64) Fix up lit imports when building without parsing feature - [`e992b1b`](https://github.com/dtolnay/syn/commit/e992b1b3be53a6f384e0ee88c8c46fd42d6ae78e) Add example of base10_parse - [`61084da`](https://github.com/dtolnay/syn/commit/61084dabcf454840ce86086e51fdcd8710e13bb7) Add base10_parse for numeric literals - [`5a06e7b`](https://github.com/dtolnay/syn/commit/5a06e7beac64b389e488cf54d0af15d01d1e7e6c) Release 1.0.0 - [`8b3c7bb`](https://github.com/dtolnay/syn/commit/8b3c7bb57d41450cd1413c2a58e8a6cbd552015d) Update explanation of proc-macro2 - [`ac41e02`](https://github.com/dtolnay/syn/commit/ac41e020a7fdf8004eea9065350f02ca40e623a5) Link to procedural macro workshop - [`3e64c26`](https://github.com/dtolnay/syn/commit/3e64c26a9dfa478b0c2847fa0e07879dceb5a885) Release 1.0.0-rc4 - [`831e273`](https://github.com/dtolnay/syn/commit/831e273e1d19a4819d6b5cfa0f8ecd599827e7a5) Work around intra doc link bug - Additional commits viewable in [compare view](https://github.com/dtolnay/syn/compare/0.15.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 #70.