TheDan64 / limonite

[WIP] Compiler for the Limonite programming language.
Apache License 2.0
15 stars 3 forks source link

Bump serde_derive from 1.0.37 to 1.0.38 #68

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps serde_derive from 1.0.37 to 1.0.38.

Release notes *Sourced from serde_derive's [releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.38 > - Infer trait bounds for use of a type parameter associated type ([#1213](https://github-redirect.dependabot.com/serde-rs/serde/issues/1213), thanks [**Osspial**](https://github.com/Osspial)) > - Fix deserialize_with on a struct variant with one field ([#1215](https://github-redirect.dependabot.com/serde-rs/serde/issues/1215))
Commits - [`8d113e6`](https://github.com/serde-rs/serde/commit/8d113e67d6489b4286d880dea53bda626bc3693a) Release 1.0.38 - [`6e206ce`](https://github.com/serde-rs/serde/commit/6e206ce05379aa92ea39fbae55b66c5bbf010ea8) Name formatter args with a leading double underscore - [`47fc9af`](https://github.com/serde-rs/serde/commit/47fc9af4729936232c55fd9aa87941ea7cbabd86) Emit borrowed methods only if collect_other_fields - [`1651f86`](https://github.com/serde-rs/serde/commit/1651f86d56309c22818c8d6de4b638d5e9ca9d3b) Simplify Option that is always Some - [`1157ac0`](https://github.com/serde-rs/serde/commit/1157ac01188d44c6a4133a2f47ad106cc471e2b7) Eliminate unnecessary braces in wrap_deserialize_variant_with - [`202c101`](https://github.com/serde-rs/serde/commit/202c10147e1e457e6c39c32adf2f7da199395364) Fix deserialize_with on a struct variant with one field - [`9f38ca0`](https://github.com/serde-rs/serde/commit/9f38ca032e0735109adbde10a9f16822a4b975aa) Format with rustfmt 0.4.1 - [`00178ba`](https://github.com/serde-rs/serde/commit/00178ba7952184f05d0c3b6a163304f6b7afb8e1) Eliminate generic functions in bound.rs - [`24700eb`](https://github.com/serde-rs/serde/commit/24700ebeb6bfbc04a6b1d4c9f6380ad533577202) Move associated type search into with_bounds - [`f06001c`](https://github.com/serde-rs/serde/commit/f06001c086f52e303d8e0f1c28d59c5a12fc6e67) Name type_params consistently with Syn - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.37...v1.0.38)


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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #69.