gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.17k stars 36 forks source link

Bump serde_json from 1.0.39 to 1.0.40 #123

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps serde_json from 1.0.39 to 1.0.40.

Release notes *Sourced from [serde_json's releases](https://github.com/serde-rs/json/releases).* > ## v1.0.40 > - Return correct EOF error type on cut-off decimal numbers ([#525](https://github-redirect.dependabot.com/serde-rs/json/issues/525), thanks [@​17dec](https://github.com/17dec))
Commits - [`efe3dc1`](https://github.com/serde-rs/json/commit/efe3dc184c9af1ec567107d214895529d338ec4a) Release 1.0.40 - [`b415671`](https://github.com/serde-rs/json/commit/b415671e705e45c65249454e5928b9c61d032f73) Move raw_value feature note above the example code - [`8259b11`](https://github.com/serde-rs/json/commit/8259b11f5f6da0eaa137d97df2e458e1117e6366) Suppress integer_division pedantic lint - [`10132f8`](https://github.com/serde-rs/json/commit/10132f800fd1223ac698fa8c41b201dca152c413) Update to ryu 1.0 - [`607de4d`](https://github.com/serde-rs/json/commit/607de4d8ec9f405056af1c64c628c7670c3fa41e) Ignore old inclusive range syntax to support old compilers - [`c15bec5`](https://github.com/serde-rs/json/commit/c15bec566ed5cd2fd669d525d8fe92a1bb8373e6) Suppress a new pedantic lint - [`c4fb4f3`](https://github.com/serde-rs/json/commit/c4fb4f3996cfacd7b8658be8ad61ce2ceff4507e) Ignore bare_trait_objects lint to support old compilers - [`1f63f6b`](https://github.com/serde-rs/json/commit/1f63f6b9fdd61d9c2f299feff1a177926bcba74d) Smaller format for license section - [`9b8a662`](https://github.com/serde-rs/json/commit/9b8a66234763beddb57f1d8e082f13be8a93758e) Switch to SPDX 2.1 license expression - [`d1423a6`](https://github.com/serde-rs/json/commit/d1423a6feca8d7c438e0ef61723600aceb6c4423) Remove old instructions intended for compiletest - Additional commits viewable in [compare view](https://github.com/serde-rs/json/compare/v1.0.39...v1.0.40)


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.


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 4 years ago

Superseded by #148.