Release notes
*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))
>
> ## v1.0.37
> - Work around a compounding error message bug when using serde_json in combination with erased-serde (https://github-redirect.dependabot.com/dtolnay/erased-serde/issues/21) that resulted in error messages like:
>
> > "trailing comma at line 32 column 41 at line 32 column 41 at line 33 column 37 at line 34 column 33 at line 35 column 29 at line 36 column 25 at line 36 column 25 at line 36 column 25 at line 36 column 25"
>
> ## v1.0.36
> - Fix serialization of maps with u128 key ([#511](https://github-redirect.dependabot.com/serde-rs/json/issues/511))
>
> ## v1.0.35
> - Update example code in documentation to 2018 edition
>
> ## v1.0.34
> - Support serialization of i128 to Value if `"arbitrary_precision"` feature is enabled ([#506](https://github-redirect.dependabot.com/serde-rs/json/issues/506), thanks [**koushiro**](https://github.com/koushiro))
Commits
- [`2181bce`](https://github.com/serde-rs/json/commit/2181bce92111c65cd554682c66d715027d8bcf64) Release 1.0.38
- [`dc6edcb`](https://github.com/serde-rs/json/commit/dc6edcbadd7aa7d421104ed831d844a3edc36e55) Merge pull request [#509](https://github-redirect.dependabot.com/serde-rs/json/issues/509) from dtolnay/stacker
- [`493bad1`](https://github.com/serde-rs/json/commit/493bad102fa42fea6f1365fc5809bacfbd423adb) Release 1.0.37
- [`6468692`](https://github.com/serde-rs/json/commit/6468692902a4763435696d0c39852ee11a2b1343) Work around erased-serde round-tripping through de::Error::custom
- [`fa8e2b1`](https://github.com/serde-rs/json/commit/fa8e2b1e0c0de0f7a50616f94442a0e490767322) Release 1.0.36
- [`dd887ed`](https://github.com/serde-rs/json/commit/dd887ed30f43cb002d6529f6187f3507b204853f) Merge pull request [#512](https://github-redirect.dependabot.com/serde-rs/json/issues/512) from dtolnay/128key
- [`7e4427c`](https://github.com/serde-rs/json/commit/7e4427c78187ab760117e00235a539aa7ee93808) Quotes around u128 in map key
- [`1168aed`](https://github.com/serde-rs/json/commit/1168aedc4dfe09a7106ba1d589df03af6e42824d) More sensitive test for recursion error
- [`19c959c`](https://github.com/serde-rs/json/commit/19c959cf928fb5021e7702638404ac41629796eb) Restore support for old compilers
- [`df1a227`](https://github.com/serde-rs/json/commit/df1a227cc7ec3cc5fa51a937714c303c2eb193b3) Unbounded depth
- Additional commits viewable in [compare view](https://github.com/serde-rs/json/compare/v1.0.33...v1.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 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 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 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.
⚠️ Dependabot is rebasing this PR ⚠️
If you make any changes to it yourself then they will take precedence over the rebase.
Bumps serde_json from 1.0.33 to 1.0.38.
Release notes
*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)) > > ## v1.0.37 > - Work around a compounding error message bug when using serde_json in combination with erased-serde (https://github-redirect.dependabot.com/dtolnay/erased-serde/issues/21) that resulted in error messages like: > > > "trailing comma at line 32 column 41 at line 32 column 41 at line 33 column 37 at line 34 column 33 at line 35 column 29 at line 36 column 25 at line 36 column 25 at line 36 column 25 at line 36 column 25" > > ## v1.0.36 > - Fix serialization of maps with u128 key ([#511](https://github-redirect.dependabot.com/serde-rs/json/issues/511)) > > ## v1.0.35 > - Update example code in documentation to 2018 edition > > ## v1.0.34 > - Support serialization of i128 to Value if `"arbitrary_precision"` feature is enabled ([#506](https://github-redirect.dependabot.com/serde-rs/json/issues/506), thanks [**koushiro**](https://github.com/koushiro))Commits
- [`2181bce`](https://github.com/serde-rs/json/commit/2181bce92111c65cd554682c66d715027d8bcf64) Release 1.0.38 - [`dc6edcb`](https://github.com/serde-rs/json/commit/dc6edcbadd7aa7d421104ed831d844a3edc36e55) Merge pull request [#509](https://github-redirect.dependabot.com/serde-rs/json/issues/509) from dtolnay/stacker - [`493bad1`](https://github.com/serde-rs/json/commit/493bad102fa42fea6f1365fc5809bacfbd423adb) Release 1.0.37 - [`6468692`](https://github.com/serde-rs/json/commit/6468692902a4763435696d0c39852ee11a2b1343) Work around erased-serde round-tripping through de::Error::custom - [`fa8e2b1`](https://github.com/serde-rs/json/commit/fa8e2b1e0c0de0f7a50616f94442a0e490767322) Release 1.0.36 - [`dd887ed`](https://github.com/serde-rs/json/commit/dd887ed30f43cb002d6529f6187f3507b204853f) Merge pull request [#512](https://github-redirect.dependabot.com/serde-rs/json/issues/512) from dtolnay/128key - [`7e4427c`](https://github.com/serde-rs/json/commit/7e4427c78187ab760117e00235a539aa7ee93808) Quotes around u128 in map key - [`1168aed`](https://github.com/serde-rs/json/commit/1168aedc4dfe09a7106ba1d589df03af6e42824d) More sensitive test for recursion error - [`19c959c`](https://github.com/serde-rs/json/commit/19c959cf928fb5021e7702638404ac41629796eb) Restore support for old compilers - [`df1a227`](https://github.com/serde-rs/json/commit/df1a227cc7ec3cc5fa51a937714c303c2eb193b3) Unbounded depth - Additional commits viewable in [compare view](https://github.com/serde-rs/json/compare/v1.0.33...v1.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 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 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 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.