-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update serde_ignored requirement from 0.0.4 to 0.1.0 #7261
Conversation
Updates the requirements on [serde_ignored](https://github.com/dtolnay/serde-ignored) to permit the latest version. - [Release notes](https://github.com/dtolnay/serde-ignored/releases) - [Commits](dtolnay/serde-ignored@0.0.4...0.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nrc (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@bors r+ |
📌 Commit 09dc727 has been approved by |
… r=ehuss Update serde_ignored requirement from 0.0.4 to 0.1.0 Updates the requirements on [serde_ignored](https://github.com/dtolnay/serde-ignored) to permit the latest version. <details> <summary>Release notes</summary> *Sourced from [serde_ignored's releases](https://github.com/dtolnay/serde-ignored/releases).* > ## 0.1.0 > - Support more types in map keys ([#5](https://github-redirect.dependabot.com/dtolnay/serde-ignored/issues/5)) </details> <details> <summary>Commits</summary> - [`2f46e83`](dtolnay/serde-ignored@2f46e83) Release 0.1.0 - [`57f9101`](dtolnay/serde-ignored@57f9101) Merge pull request [#6](https://github-redirect.dependabot.com/dtolnay/serde-ignored/issues/6) from dtolnay/nonstring - [`d7f9411`](dtolnay/serde-ignored@d7f9411) Test unit variant key - [`9a5f273`](dtolnay/serde-ignored@9a5f273) Test newtype key - [`81fa4e8`](dtolnay/serde-ignored@81fa4e8) Test integer key - [`82ce356`](dtolnay/serde-ignored@82ce356) Support int, bool, newtype, enum as keys - [`1d7a62c`](dtolnay/serde-ignored@1d7a62c) Update serde dep in example to 1.0 - [`d8deb9a`](dtolnay/serde-ignored@d8deb9a) Add tests - [`cd162e1`](dtolnay/serde-ignored@cd162e1) Add a little more crate-level doc - [`71290bc`](dtolnay/serde-ignored@71290bc) Resolve redundant_field_names lint - Additional commits viewable in [compare view](dtolnay/serde-ignored@0.0.4...0.1.0) </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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. </details>
☀️ Test successful - checks-azure |
If you make any changes to it yourself then they will take precedence over the rebase.
Updates the requirements on serde_ignored to permit the latest version.
Release notes
Sourced from serde_ignored's releases.
Commits
2f46e83
Release 0.1.057f9101
Merge pull request #6 from dtolnay/nonstringd7f9411
Test unit variant key9a5f273
Test newtype key81fa4e8
Test integer key82ce356
Support int, bool, newtype, enum as keys1d7a62c
Update serde dep in example to 1.0d8deb9a
Add testscd162e1
Add a little more crate-level doc71290bc
Resolve redundant_field_names lintDependabot 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 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 readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.