-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit e01a8f3
committed
Auto merge of #7261 - rust-lang:dependabot/cargo/serde_ignored-0.1.0, 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>1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
0 commit comments