Skip to content

Commit

Permalink
Auto merge of #7261 - rust-lang:dependabot/cargo/serde_ignored-0.1.0,…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
bors committed Aug 19, 2019
2 parents cfdf00e + 09dc727 commit e01a8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rustfix = "0.4.6"
same-file = "1"
semver = { version = "0.9.0", features = ["serde"] }
serde = { version = "1.0.82", features = ['derive'] }
serde_ignored = "0.0.4"
serde_ignored = "0.1.0"
serde_json = { version = "1.0.30", features = ["raw_value"] }
shell-escape = "0.1.4"
strip-ansi-escapes = "0.1.0"
Expand Down

0 comments on commit e01a8f3

Please sign in to comment.