gnzlbg / cargo-asm

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

Bump serde_json from 1.0.20 to 1.0.26 #37

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps serde_json from 1.0.20 to 1.0.26.

Release notes *Sourced from [serde_json's releases](https://github.com/serde-rs/json/releases).* > ## v1.0.26 > - Switch from [`dtoa`](https://crates.io/crates/dtoa) to [`ryu`](https://crates.io/crates/ryu) crate for 60% higher throughput serializing floating point data ([#472](https://github-redirect.dependabot.com/serde-rs/json/issues/472), [benchmark](https://github.com/serde-rs/json-benchmark/commit/03a9401696fcdf62c4d67e0d28d47df06e544fd2)) > > ## v1.0.25 > - Support 2018-style import of [`json!`](https://docs.rs/serde_json/1.0/serde_json/macro.json.html) macro ([#458](https://github-redirect.dependabot.com/serde-rs/json/issues/458)) > > ```rust > use serde_json::json; > ``` > > ## v1.0.24 > - Make `json!` macro compatible with using the `deny(unused_results)` lint ([#461](https://github-redirect.dependabot.com/serde-rs/json/issues/461)) > > ## v1.0.23 > *(yanked)* > > > > ## v1.0.22 > - Fix error category when deserialization fails in a truncated `null` ([#454](https://github-redirect.dependabot.com/serde-rs/json/issues/454)) > > ## v1.0.21 > - Allow serializing a map with char keys ([#453](https://github-redirect.dependabot.com/serde-rs/json/issues/453), thanks [**fdionisi**](https://github.com/fdionisi))
Commits - [`ba1fc9a`](https://github.com/serde-rs/json/commit/ba1fc9adc1e41a813c13660a9aae4849a4367744) Release 1.0.26 - [`19276df`](https://github.com/serde-rs/json/commit/19276df3f9d0079b1f2ef61302d4559ff8a6127c) Merge pull request [#472](https://github-redirect.dependabot.com/serde-rs/json/issues/472) from dtolnay/ryu - [`6492b75`](https://github.com/serde-rs/json/commit/6492b754817fdce34a783fd4ae66495ada369a30) Switch from dtoa to ryu - [`bf352eb`](https://github.com/serde-rs/json/commit/bf352eb96fc6bf9d771d4c955e0ef1306e79be74) Release 1.0.25 - [`e40cbad`](https://github.com/serde-rs/json/commit/e40cbad70b39a0dd7975be8e5ad9018e2d45f791) Merge pull request [#458](https://github-redirect.dependabot.com/serde-rs/json/issues/458) from dtolnay/local-inner-macros - [`2a62402`](https://github.com/serde-rs/json/commit/2a62402b184dc2c64d01cca1b3ff72fef3124ae1) Release 1.0.24 - [`6dec8b8`](https://github.com/serde-rs/json/commit/6dec8b8f908964aa91a7273101fe7b20dd3d9eba) Merge pull request [#462](https://github-redirect.dependabot.com/serde-rs/json/issues/462) from dtolnay/unused - [`a50ea7b`](https://github.com/serde-rs/json/commit/a50ea7baacb40b1255dc16a1e2904651845198fa) Remove irrelevant detail from Map::insert documentation - [`5c931e0`](https://github.com/serde-rs/json/commit/5c931e0536699cb9383ce3b4943bea68fc22ecf9) Make json macro compatible with deny(unused_results) - [`1b36cec`](https://github.com/serde-rs/json/commit/1b36cec484a24dc8d1700cf2ef0577a96d4d7b6f) Format with rustfmt 0.8.2 - Additional commits viewable in [compare view](https://github.com/serde-rs/json/compare/v1.0.20...v1.0.26)


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 merge` will merge this PR after your CI passes on it - `@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 6 years ago

Looks like serde_json is up-to-date now, so this is no longer needed.