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.20 to 1.0.37 #62

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps serde_derive from 1.0.20 to 1.0.37.

Release notes *Sourced from serde_derive's [releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.37 > - Better error messages for unsupported uses of `serde(flatten)` ([#1204](https://github-redirect.dependabot.com/serde-rs/serde/issues/1204) and [#1205](https://github-redirect.dependabot.com/serde-rs/serde/issues/1205), thanks [**mitsuhiko**](https://github.com/mitsuhiko)) > > ## v1.0.36 > - Emit working code in the case of `remote = "Self"` attribute ([#1196](https://github-redirect.dependabot.com/serde-rs/serde/issues/1196)) > > ## v1.0.35 > - Implement Serialize and Deserialize for unsigned std::num::NonZero* types ([#1191](https://github-redirect.dependabot.com/serde-rs/serde/issues/1191), tracking issue https://github-redirect.dependabot.com/rust-lang/rust/issues/49137, thanks [**SimonSapin**](https://github.com/SimonSapin)) > > ## v1.0.34 > - Add a `flatten` attribute to remove one level of structure between the serialized representation and the Rust data structure; more details in [struct flattening](https://serde.rs/attr-flatten.html) ([#1179](https://github-redirect.dependabot.com/serde-rs/serde/issues/1179), thanks [**mitsuhiko**](https://github.com/mitsuhiko)) > > ## v1.0.33 > - Fix parsing of `Self`-qualified paths like `"<[_]>::serialize"` within `serialize_with` attributes > > ## v1.0.32 > - Fix derive expansion for structs containing `&str` or `&[u8]` with missing lifetime parameter ([#1176](https://github-redirect.dependabot.com/serde-rs/serde/issues/1176)) > > ## v1.0.31 > *(yanked)* > > ## v1.0.30 > - Fix borrowed `Cow<[u8]>` deserializing from non-UTF8 bytes ([#1175](https://github-redirect.dependabot.com/serde-rs/serde/issues/1175), thanks [**daboross**](https://github.com/daboross)) > > ## v1.0.29 > - Fix unused parentheses warning in generated code ([#1172](https://github-redirect.dependabot.com/serde-rs/serde/issues/1172)) > > ## v1.0.28 > - Update to Syn 0.12 which allows serde_derive to handle new Rust syntax that has been added within the past year > - Report conflicts between the tag of an internally tagged enum and any of the variant field names, or between the tag and content field of an adjacently tagged enum ([#1170](https://github-redirect.dependabot.com/serde-rs/serde/issues/1170), thanks [**H2CO3**](https://github.com/H2CO3)) > > ## v1.0.27 > - Add `"UPPERCASE"` option to `#[serde(rename_all = "...")]` ([#1132](https://github-redirect.dependabot.com/serde-rs/serde/issues/1132), thanks [**Lireer**](https://github.com/Lireer)) > > ## v1.0.26 > - Extend Serialize and Deserialize impls on [`PhantomData`](https://doc.rust-lang.org/std/marker/struct.PhantomData.html) to work for `T: ?Sized` > > ## v1.0.25 > - Add the following function with default implementation to the `Deserialize` trait (thanks [**Gankro**](https://github.com/Gankro)!) > > ```rust > fn deserialize_in_place(deserializer: D, place: &mut Self) -> Result<(), D::Error> > where > D: Deserializer<'de>, > { > *place = Deserialize::deserialize(deserializer)?; > Ok(()) > } > ``` > > ... (truncated)
Commits - [`eed18ff`](https://github.com/serde-rs/serde/commit/eed18ffab27c9b27706ccc735be4dfbdf0330dc2) Release 1.0.37 - [`f8e1fa8`](https://github.com/serde-rs/serde/commit/f8e1fa8ebc9cd503229de38ed4d1753f0a9c89c3) Use Generics::make_where_clause helper - [`860241a`](https://github.com/serde-rs/serde/commit/860241aa886aa76ad94b6b6b7b1b95d10b048e17) Merge pull request [#1205](https://github-redirect.dependabot.com/serde-rs/serde/issues/1205) from mitsuhiko/bugfix/tuple-struct-flatten - [`6f6c608`](https://github.com/serde-rs/serde/commit/6f6c60867d609fa693296c55e2f75012c22ab209) Merge pull request [#1204](https://github-redirect.dependabot.com/serde-rs/serde/issues/1204) from mitsuhiko/bugfix/flatten-struct-variant - [`77376f3`](https://github.com/serde-rs/serde/commit/77376f39eaca96eb12a6fe2c5bae3403ff478478) Produce error message for use of flatten in tuple structs - [`302fac9`](https://github.com/serde-rs/serde/commit/302fac91a361409bff09ec58c2bf714bd487e5c0) Produce error message for use of flatten within struct variant - [`9c659d9`](https://github.com/serde-rs/serde/commit/9c659d9d869c2a175595cd62ea9460009df392c4) Format with rustfmt 0.4.1 - [`21698f2`](https://github.com/serde-rs/serde/commit/21698f264a28b149e0c0a11a9a42e79c07633241) Merge pull request [#1201](https://github-redirect.dependabot.com/serde-rs/serde/issues/1201) from alexcrichton/proc-macro2-v3 - [`ba002e1`](https://github.com/serde-rs/serde/commit/ba002e1119171f608c294eeada354a182cfd107e) Update signature of Lifetime::new - [`8b44eb8`](https://github.com/serde-rs/serde/commit/8b44eb8bfce13d0afdfb9281bf6349e233704b7e) Add parens to TraitBound - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.20...v1.0.37)


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 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.