-
Notifications
You must be signed in to change notification settings - Fork 0
Bump serde_derive from 1.0.36 to 1.0.43 #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
bors r+ |
bors bot
added a commit
that referenced
this pull request
Apr 24, 2018
47: Bump serde_derive from 1.0.36 to 1.0.43 r=ChristophWurst a=dependabot[bot] Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.36 to 1.0.43. <details> <summary>Release notes</summary> *Sourced from serde_derive's [releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.43 > - Fix handling of newtype struct inside of an untagged enum in serde_test ([#1233](https://github-redirect.dependabot.com/serde-rs/serde/issues/1233)) > > ## v1.0.42 > - Optimizations for binary size ([#1227](https://github-redirect.dependabot.com/serde-rs/serde/issues/1227), [#1228](https://github-redirect.dependabot.com/serde-rs/serde/issues/1228), [#1229](https://github-redirect.dependabot.com/serde-rs/serde/issues/1229)) > > ## 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)) > > ## v1.0.39 > - Implement deserializer hints in handling of untagged and adjacently tagged enums to improve compile time and executable size ([#286](https://github-redirect.dependabot.com/serde-rs/serde/issues/286)) > > ## 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)) > > ## 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)) </details> <details> <summary>Commits</summary> - [`8927899`](serde-rs/serde@8927899) Release 1.0.43 - [`ecef937`](serde-rs/serde@ecef937) Merge pull request [#1234](https://github-redirect.dependabot.com/serde-rs/serde/issues/1234) from serde-rs/newtype - [`bceda5f`](serde-rs/serde@bceda5f) Unpack a layer of NewtypeStruct when content is newtype - [`f46a08b`](serde-rs/serde@f46a08b) Merge pull request [#1231](https://github-redirect.dependabot.com/serde-rs/serde/issues/1231) from ignatenkobrain/patch-1 - [`f3cb7c7`](serde-rs/serde@f3cb7c7) derive: bump min version of quote to 0.5.2 - [`af795e2`](serde-rs/serde@af795e2) Release 1.0.42 - [`6aa07fe`](serde-rs/serde@6aa07fe) Merge pull request [#1229](https://github-redirect.dependabot.com/serde-rs/serde/issues/1229) from serde-rs/cold - [`c455720`](serde-rs/serde@c455720) Mark error construction as cold code - [`b07a208`](serde-rs/serde@b07a208) Merge pull request [#1228](https://github-redirect.dependabot.com/serde-rs/serde/issues/1228) from serde-rs/untagged - [`df93fab`](serde-rs/serde@df93fab) Reduce instantiations of Result::map in Deserialize of unit variants - Additional commits viewable in [compare view](serde-rs/serde@v1.0.36...v1.0.43) </details> <br /> [](https://dependabot.com/compatibility-score.html?dependency-name=serde_derive&package-manager=cargo&previous-version=1.0.36&new-version=1.0.43) 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`. --- <details> <summary>Dependabot commands and options</summary> <br /> 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. </details> Co-authored-by: dependabot[bot] <[email protected]>
3adc7ac to
ff037a5
Compare
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.36 to 1.0.43. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.36...v1.0.43) Signed-off-by: dependabot[bot] <[email protected]>
ff037a5 to
0ad05d2
Compare
Author
|
Superseded by #54. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps serde_derive from 1.0.36 to 1.0.43.
Release notes
Sourced from serde_derive's releases.
Commits
8927899Release 1.0.43ecef937Merge pull request #1234 from serde-rs/newtypebceda5fUnpack a layer of NewtypeStruct when content is newtypef46a08bMerge pull request #1231 from ignatenkobrain/patch-1f3cb7c7derive: bump min version of quote to 0.5.2af795e2Release 1.0.426aa07feMerge pull request #1229 from serde-rs/coldc455720Mark error construction as cold codeb07a208Merge pull request #1228 from serde-rs/untaggeddf93fabReduce instantiations of Result::map in Deserialize of unit variantsDependabot 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 rebasewill rebase this PR@dependabot ignore this [minor|major] versionwill 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 dependencywill 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 languageAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.