saschagrunert / yew-router

Router extension to yew
MIT License
28 stars 6 forks source link

Bump syn from 0.15.37 to 0.15.38 #140

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps syn from 0.15.37 to 0.15.38.

Release notes *Sourced from [syn's releases](https://github.com/dtolnay/syn/releases).* > ## 0.15.38 > - Add [`syn::parse::discouraged::Speculative`](https://docs.rs/syn/0.15/syn/parse/discouraged/trait.Speculative.html) extension trait to support speculative parsing against `ParseStream` ([#649](https://github-redirect.dependabot.com/dtolnay/syn/issues/649), thanks [@​CAD97](https://github.com/CAD97))
Commits - [`1139c5e`](https://github.com/dtolnay/syn/commit/1139c5e920a50e83cac0ad8660b1faf83cc6efd6) Release 0.15.38 - [`9ed5db9`](https://github.com/dtolnay/syn/commit/9ed5db9c288ddee66caab1edb23c8c73b63e4eae) Eliminate fork in parsing Meta - [`34506d9`](https://github.com/dtolnay/syn/commit/34506d93abfb31217ea1adf83f0e494416f7e936) Clarify role of Speculative in fork documentation - [`eb2c214`](https://github.com/dtolnay/syn/commit/eb2c214ceaa1851383c5e6ab757782974ed6657f) Remove consecutive blank lines in advance_to example code - [`fa033fa`](https://github.com/dtolnay/syn/commit/fa033fa3867d790777bc60ecf9020536d823b98d) Wrap advance_to doc to 80 columns - [`c9493ba`](https://github.com/dtolnay/syn/commit/c9493ba64c2f050d149686d1de52bea6902033a9) Format rfc link without # - [`8762852`](https://github.com/dtolnay/syn/commit/8762852173ff29ef4e8965e0342f31bfbcbe8c29) Adjust wording of advance_to panic documentation - [`9f7b18a`](https://github.com/dtolnay/syn/commit/9f7b18ae8979d28de7e80a7e1b3f8c2759e61978) Document performance of advance_to - [`b1582aa`](https://github.com/dtolnay/syn/commit/b1582aafa69b250c8c5f60d5ff622823b0c606b7) Merge pull request [#649](https://github-redirect.dependabot.com/dtolnay/syn/issues/649) from CAD97/unfork - [`6db0f2a`](https://github.com/dtolnay/syn/commit/6db0f2af03b7477be2f9488ce880c8b477f6f185) Use cursor scope ptr to determine cursor provenance - Additional commits viewable in [compare view](https://github.com/dtolnay/syn/compare/0.15.37...0.15.38)


Dependabot compatibility score

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.