This repository was archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit 3ff9d70
committed
Auto merge of #1280 - rust-lang:dependabot/cargo/serde_json-1.0.38, r=alexheretic
Bump serde_json from 1.0.37 to 1.0.38
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.37 to 1.0.38.
<details>
<summary>Release notes</summary>
*Sourced from [serde_json's releases](https://github.com/serde-rs/json/releases).*
> ## v1.0.38
> - Add [`Deserializer::disable_recursion_limit`](https://docs.rs/serde_json/1.0/serde_json/struct.Deserializer.html#method.disable_recursion_limit) guarded by an `"unbounded_depth"` Cargo cfg; this allows parsing arbitrarily deep JSON structures without any consideration for overflowing the stack; see documentation in the link for how to do this safely ([#509](https://github-redirect.dependabot.com/serde-rs/json/issues/509))
</details>
<details>
<summary>Commits</summary>
- [`2181bce`](serde-rs/json@2181bce) Release 1.0.38
- [`dc6edcb`](serde-rs/json@dc6edcb) Merge pull request [#509](https://github-redirect.dependabot.com/serde-rs/json/issues/509) from dtolnay/stacker
- [`1168aed`](serde-rs/json@1168aed) More sensitive test for recursion error
- [`19c959c`](serde-rs/json@19c959c) Restore support for old compilers
- [`df1a227`](serde-rs/json@df1a227) Unbounded depth
- See full diff in [compare view](serde-rs/json@v1.0.37...v1.0.38)
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.37&new-version=1.0.38)
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 cancel merge` will cancel a previously requested merge
- `@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 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 the `.dependabot/config.yml` file in this repo:
- 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
+12
-12
lines changed+12-12Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments