TheDan64 / limonite

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

Bump serde from 1.0.39 to 1.0.41 #72

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps serde from 1.0.39 to 1.0.41.

Release notes *Sourced from serde's [releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.41 > - Allow integers in an internally tagged enum to be deserialized from CBOR integers of any size ([#1222](https://github-redirect.dependabot.com/serde-rs/serde/issues/1222)) > > ## v1.0.40 > - More flexible deserialization of byte arrays inside of untagged and internally tagged enums ([#1217](https://github-redirect.dependabot.com/serde-rs/serde/issues/1217), [#1216](https://github-redirect.dependabot.com/serde-rs/serde/issues/1216))
Commits - [`382f3c2`](https://github.com/serde-rs/serde/commit/382f3c27718ffa7ef30b8ceac7ac7bd8c4caaae0) Release 1.0.41 - [`85ca12a`](https://github.com/serde-rs/serde/commit/85ca12a8c3fb90303388db622a370c2473df769f) Deserialize any integer from any buffered integer type - [`541f918`](https://github.com/serde-rs/serde/commit/541f9180cfd756a6a196a40d708dd460163fed10) Release 1.0.40 - [`3c4961c`](https://github.com/serde-rs/serde/commit/3c4961c48e891057ce080e3bd00b66d0f6097683) Lenient byte and string deserialization from buffered content - See full diff in [compare view](https://github.com/serde-rs/serde/compare/v1.0.39...v1.0.41)


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