Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Apr 24, 2018

Bumps serde_derive from 1.0.36 to 1.0.43.

Release notes

Sourced from serde_derive's releases.

v1.0.43

  • Fix handling of newtype struct inside of an untagged enum in serde_test (#1233)

v1.0.42

v1.0.41

  • Allow integers in an internally tagged enum to be deserialized from CBOR integers of any size (#1222)

v1.0.40

  • More flexible deserialization of byte arrays inside of untagged and internally tagged enums (#1217, #1216)

v1.0.39

  • Implement deserializer hints in handling of untagged and adjacently tagged enums to improve compile time and executable size (#286)

v1.0.38

  • Infer trait bounds for use of a type parameter associated type (#1213, thanks Osspial)
  • Fix deserialize_with on a struct variant with one field (#1215)

v1.0.37

  • Better error messages for unsupported uses of serde(flatten) (#1204 and #1205, thanks mitsuhiko)
Commits
  • 8927899 Release 1.0.43
  • ecef937 Merge pull request #1234 from serde-rs/newtype
  • bceda5f Unpack a layer of NewtypeStruct when content is newtype
  • f46a08b Merge pull request #1231 from ignatenkobrain/patch-1
  • f3cb7c7 derive: bump min version of quote to 0.5.2
  • af795e2 Release 1.0.42
  • 6aa07fe Merge pull request #1229 from serde-rs/cold
  • c455720 Mark error construction as cold code
  • b07a208 Merge pull request #1228 from serde-rs/untagged
  • df93fab Reduce instantiations of Result::map in Deserialize of unit variants
  • Additional commits viewable in compare view

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:

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

@ChristophWurst
Copy link
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 />

[![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=serde_derive&package-manager=cargo&previous-version=1.0.36&new-version=1.0.43)](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]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/serde_derive-1.0.43 branch from 3adc7ac to ff037a5 Compare April 26, 2018 15:22
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]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/serde_derive-1.0.43 branch from ff037a5 to 0ad05d2 Compare April 30, 2018 07:48
@dependabot-preview
Copy link
Author

Superseded by #54.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/serde_derive-1.0.43 branch May 7, 2018 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants