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 from 1.0.76 to 1.0.80 #67

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps serde from 1.0.76 to 1.0.80.

Release notes *Sourced from [serde's releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.80 > - Performance optimization for `Vec::deserialize_in_place` to deserialize elements in place ([#1411](https://github-redirect.dependabot.com/serde-rs/serde/issues/1411)) > > ## v1.0.79 > - Add `serde(other)` variant attribute for deserializing any variant that is not one of the others ([#1382](https://github-redirect.dependabot.com/serde-rs/serde/issues/1382)) > > ```rust > #[derive(Deserialize)] > #[serde(tag = "variant")] > enum MyEnum { > A(ModelA), > B(ModelB), > #[serde(other)] > Unknown, > } > ``` > > In this internally tagged enum the `MyEnum::Unknown` variant would be produced if the `"variant"` tag in the input is neither `"A"` nor `"B"`. > > This feature is currently limited to externally tagged and adjacently tagged enums in which the `other` variant is a unit variant. > > ## v1.0.78 > - Fix panic deserializing flattened Value after flattened struct ([#1379](https://github-redirect.dependabot.com/serde-rs/serde/issues/1379)) > > ## v1.0.77 > - Fix internally tagged enum deserialization with unknown fields ([#1376](https://github-redirect.dependabot.com/serde-rs/serde/issues/1376), thanks [**dreid**](https://github.com/dreid))
Commits - [`1b45e57`](https://github.com/serde-rs/serde/commit/1b45e5766a30db85010112ea6d2d2638eddd9b12) Release 1.0.80 - [`59c8951`](https://github.com/serde-rs/serde/commit/59c895134166a28e462f2e581eef26590734d590) Merge pull request [#1411](https://github-redirect.dependabot.com/serde-rs/serde/issues/1411) from dtolnay/vec - [`aca61b5`](https://github.com/serde-rs/serde/commit/aca61b5ddad516904972cc5b74db8136ed5a842c) Optimize Vec::deserialize_in_place to deserialize elements in place - [`908affd`](https://github.com/serde-rs/serde/commit/908affd24ff4e974c9146762af9e8d60be609798) Remove unused code in seq and map impls - [`f878d2e`](https://github.com/serde-rs/serde/commit/f878d2ebd5c81bb02b1dde55ad5d74614761a3c1) Do not require clippy for a green build - [`778e516`](https://github.com/serde-rs/serde/commit/778e51627052ffd6b505512d48be03095ccd0eea) Feature panic_handler has been stabilized - [`6d58492`](https://github.com/serde-rs/serde/commit/6d58492ad06a215b4ce66c30acf7dc7803c8ffa5) Fix links to redirected derive documentation - [`fecfabb`](https://github.com/serde-rs/serde/commit/fecfabb168afb9f0212f3035b26e335e0676b4ca) Merge pull request [#1399](https://github-redirect.dependabot.com/serde-rs/serde/issues/1399) from derekdreery/more_docs - [`80765eb`](https://github.com/serde-rs/serde/commit/80765eb453308f028754610c3fb9cf465f8ad7e4) Make suggested changes - [`f1073dc`](https://github.com/serde-rs/serde/commit/f1073dca04923b50895bf4df366e52ffa979d96b) Make the recommended changed from code review. - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.76...v1.0.80)


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 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 ⚠️

This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).