alexcrichton / cargo-vendor

Archived as subcommand is now part of Cargo itself
Apache License 2.0
261 stars 30 forks source link

Bump syn from 0.15.26 to 0.15.27 #210

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps syn from 0.15.26 to 0.15.27.

Release notes *Sourced from [syn's releases](https://github.com/dtolnay/syn/releases).* > ## 0.15.27 > - Support parsing C-style variadic function decls (https://github-redirect.dependabot.com/rust-lang/rfcs/pull/2137, [#578](https://github-redirect.dependabot.com/dtolnay/syn/issues/578), thanks [@​dlrobertson](https://github.com/dlrobertson)) > > ```rust > unsafe extern "C" fn func(arg: T, arg2: T2, mut args: ...) { > ```
Commits - [`feb1f05`](https://github.com/dtolnay/syn/commit/feb1f055f2993f499bd8b721ba53c7151511c5b0) Release 0.15.27 - [`fac872d`](https://github.com/dtolnay/syn/commit/fac872d6938b31c91f8c00a7f70b9037a786bc28) Format with rustfmt 2019-02-14 - [`da67286`](https://github.com/dtolnay/syn/commit/da672862f262a5a2b145f226262a3eb7d0f220a6) Skim formatting const generics, which crashes rustfmt - [`276856f`](https://github.com/dtolnay/syn/commit/276856fe2b31f7d79ede864684c8af760ce4529e) Merge pull request [#578](https://github-redirect.dependabot.com/dtolnay/syn/issues/578) from dlrobertson/update_post_c_variadics_pr - [`b7aa807`](https://github.com/dtolnay/syn/commit/b7aa8073f2a3514a3fa0126915de16644abf8aab) Sync with Rust post C-variadic PR - [`6f1b7f2`](https://github.com/dtolnay/syn/commit/6f1b7f2ee9ae44b73ad7aa3d87f4c7bd07ef7849) Better name for deserializing Private data if absent - [`822790e`](https://github.com/dtolnay/syn/commit/822790e13307968ee0a2372ebbc83f74b0b830d9) Use the real Version type from semver crate - [`4bc5523`](https://github.com/dtolnay/syn/commit/4bc55234de4f4617485dfa883b266ca4b5b0309d) Remove clone from codegen types - [`1022712`](https://github.com/dtolnay/syn/commit/1022712f104f51e561cb3b90bca0d301828392a3) Parse version together with definitions - [`397bd0b`](https://github.com/dtolnay/syn/commit/397bd0b83795ed6dab5023f0fefcce9c559864f8) Update codegen to 2018 edition - Additional commits viewable in [compare view](https://github.com/dtolnay/syn/compare/0.15.26...0.15.27)


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.