brendanzab / moniker

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

Update syn requirement from 0.15.9 to 1.0.3 #74

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on syn to permit the latest version.

Release notes *Sourced from [syn's releases](https://github.com/dtolnay/syn/releases).* > ## 1.0.3 > - Add [`Path::get_ident`](https://docs.rs/syn/1.0/syn/struct.Path.html#method.get_ident) ([#696](https://github-redirect.dependabot.com/dtolnay/syn/issues/696), thanks [@​infinity0](https://github.com/infinity0))
Commits - [`801a0eb`](https://github.com/dtolnay/syn/commit/801a0eb4299d6fc03029470df2f0aa538bbbb449) Release 1.0.3 - [`68dc509`](https://github.com/dtolnay/syn/commit/68dc5092e967d56c62a8986c79bf637fcb0ca049) Update test suite to nightly-2019-08-18 - [`47ac654`](https://github.com/dtolnay/syn/commit/47ac654ae0be4faa2f430f74c895f8bbf2728a1a) Add an accessor to get Receiver's lifetime - [`3be160b`](https://github.com/dtolnay/syn/commit/3be160bb6a44448b1fcb2ec5b199ed21e1eaefb2) Add an example for Path::is_ident - [`68fcbb0`](https://github.com/dtolnay/syn/commit/68fcbb07b8567483d1c7a2892ff670fb3d388408) Adjust is_ident and get_ident docs - [`6ac62ce`](https://github.com/dtolnay/syn/commit/6ac62cee8d3aa9caacb4e27b1d84a42cbf3b78d9) Format with rustfmt 2019-08-06 - [`0feaecb`](https://github.com/dtolnay/syn/commit/0feaecbf2fe8602fa19bfba6612acdb4efcd176f) Merge pull request [#696](https://github-redirect.dependabot.com/dtolnay/syn/issues/696) from infinity0/master - [`468a217`](https://github.com/dtolnay/syn/commit/468a21716140d5b73d0fd56f4d3a386d52372018) Add Path::get_ident for consumer libraries - [`72018d4`](https://github.com/dtolnay/syn/commit/72018d460e665c836eb24f8727af4b0115bc7a82) Update test suite to nightly-2019-08-16 - [`67ad2a2`](https://github.com/dtolnay/syn/commit/67ad2a282f6d6c73d2a2e53c12620171882235af) Format with rustfmt 2019-08-06 - Additional commits viewable in [compare view](https://github.com/dtolnay/syn/compare/0.15.9...1.0.3)


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 5 years ago

Superseded by #76.