TheDan64 / limonite

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

Bump serde from 1.0.47 to 1.0.50 #82

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps serde from 1.0.47 to 1.0.50.

Release notes *Sourced from [serde's releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.50 > - Detect unsupported use of Deserialize on a dynamically sized struct ending in slice field ([#830](https://github-redirect.dependabot.com/serde-rs/serde/issues/830)) > > ## v1.0.49 > - Add serialize and deserialize impls for [`std::rc::Weak`](https://doc.rust-lang.org/std/rc/struct.Weak.html) and [`std::sync::Weak`](https://doc.rust-lang.org/std/sync/struct.Weak.html) ([#1251](https://github-redirect.dependabot.com/serde-rs/serde/issues/1251)) > > ## v1.0.48 > - Fix Serialize impl of an adjacently tagged empty tuple variant or struct variant ([#1247](https://github-redirect.dependabot.com/serde-rs/serde/issues/1247))
Commits - [`7cd4f49`](https://github.com/serde-rs/serde/commit/7cd4f49c76027a02c0ac8b284083ab4ae3875c2f) Release 1.0.50 - [`ff9c85d`](https://github.com/serde-rs/serde/commit/ff9c85d47f96f6d4baeeb55bfd892da480f3f06f) Merge pull request [#1252](https://github-redirect.dependabot.com/serde-rs/serde/issues/1252) from serde-rs/precondition - [`0025ef9`](https://github.com/serde-rs/serde/commit/0025ef9aba5449065c7e0649280e4158b5e5736a) Detect deserialize on a struct ending in dynamically sized slice - [`536bdd7`](https://github.com/serde-rs/serde/commit/536bdd77a0725fff5ae4e55e1c4905d957c5eb94) Release 1.0.49 - [`6993b98`](https://github.com/serde-rs/serde/commit/6993b983d20e62c85b5005c6189a3dbe8fa28424) Merge pull request [#1251](https://github-redirect.dependabot.com/serde-rs/serde/issues/1251) from serde-rs/weak - [`4bfeb05`](https://github.com/serde-rs/serde/commit/4bfeb05f222c195dca1e21010080d7587a0af402) Prefer Self and associated types in de impls - [`4687c1b`](https://github.com/serde-rs/serde/commit/4687c1b52be3ffcc7445a5afa746d670693fa490) Test Weak deserialize impls - [`a58abae`](https://github.com/serde-rs/serde/commit/a58abae193ad36b48dbe13a4f29c0ee75675d544) Test Weak serialize impls - [`0bc9c72`](https://github.com/serde-rs/serde/commit/0bc9c729b3a3ef7e87f0828c79f32065fc63cab5) Add impls for Weak - [`dc92189`](https://github.com/serde-rs/serde/commit/dc921892be95f07914fff21410c12310a8305158) Eliminate map_or(None, f) - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.47...v1.0.50)


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) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.