hobofan / cargo-nono

Check your crate for (possible) no_std compatibility
Apache License 2.0
209 stars 12 forks source link

chore(deps): bump serde_json from 1.0.33 to 1.0.39 #36

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps serde_json from 1.0.33 to 1.0.39.

Release notes *Sourced from [serde_json's releases](https://github.com/serde-rs/json/releases).* > ## v1.0.39 > - Fix roundtrip of adjacently tagged enum containing f32 ([#520](https://github-redirect.dependabot.com/serde-rs/json/issues/520)) > > ## 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 - [`72e22e5`](https://github.com/serde-rs/json/commit/72e22e5b6dacb267e43f46de108e25ddac9fb340) Release 1.0.39 - [`82c5182`](https://github.com/serde-rs/json/commit/82c5182bfa4aae1c90aafce0d12af438ce72cb79) Merge pull request [#521](https://github-redirect.dependabot.com/serde-rs/json/issues/521) from dtolnay/f - [`d79c8e5`](https://github.com/serde-rs/json/commit/d79c8e5f1e38011f5e85f394baf3f33f2c3d679c) Fix adjacently tagged f32 roundtrip regression - [`6ac689b`](https://github.com/serde-rs/json/commit/6ac689b2b327ed00e8a56d812a5c860177ab10dd) Format with rustfmt 2019-02-14 - [`d6ff3de`](https://github.com/serde-rs/json/commit/d6ff3de39c5b43726604a447f9839a9b2b49ff66) Simplify running update-references.sh - [`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 - Additional commits viewable in [compare view](https://github.com/serde-rs/json/compare/v1.0.33...v1.0.39)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.