brendanzab / moniker

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

Update quote requirement from 0.6.3 to 1.0.2 #72

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on quote to permit the latest version.

Release notes *Sourced from [quote's releases](https://github.com/dtolnay/quote/releases).* > ## 1.0.2 > - Fix missing token if there is a star adjacent to repetition ([#130](https://github-redirect.dependabot.com/dtolnay/quote/issues/130))
Commits - [`727436c`](https://github.com/dtolnay/quote/commit/727436c6c137b20f0f34dde5d8fda2679b9747ad) Release 1.0.2 - [`53f65a5`](https://github.com/dtolnay/quote/commit/53f65a5e5eadb8ac2cbae9fd09a31724352447e4) Merge pull request [#131](https://github-redirect.dependabot.com/dtolnay/quote/issues/131) from dtolnay/star - [`bce8f54`](https://github.com/dtolnay/quote/commit/bce8f54e720a75f41814b03c792de37765dfecd7) Fix potential skipped star after repetitions - [`3179b09`](https://github.com/dtolnay/quote/commit/3179b09c0a36b0d67068dc1bce1f9816940840e0) Add regression test for issue 130 - [`40b9852`](https://github.com/dtolnay/quote/commit/40b985223063562beaad0c86a07052a004ed8fb6) Merge pull request [#128](https://github-redirect.dependabot.com/dtolnay/quote/issues/128) from mystor/format_ident_examples - [`35ec183`](https://github.com/dtolnay/quote/commit/35ec18343cc021613efe3054d66f279bf51230f3) Encourage format_ident over Ident::new() - [`c6a5958`](https://github.com/dtolnay/quote/commit/c6a5958a8738670422ed9ea59e0e61f28bcd16c2) Add format_ident example from lib.rs to the README - [`78f551d`](https://github.com/dtolnay/quote/commit/78f551dd7ce6b58c4b7e783bdfc8d1221c91b9c0) Release 1.0.1 - [`40f0213`](https://github.com/dtolnay/quote/commit/40f0213ef11310690b212af40873bfb4d4c23542) Update to 1.0 in readme and links - [`97d4571`](https://github.com/dtolnay/quote/commit/97d457120732acd576856ce68cc1592870b63f23) Release 1.0.0 - Additional commits viewable in [compare view](https://github.com/dtolnay/quote/compare/0.6.3...1.0.2)


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.