[PR #680] [MERGED] Bump serde_derive from 1.0.85 to 1.0.87 #1597

Closed
opened 2026-03-16 02:15:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/680
Author: @dependabot-preview[bot]
Created: 2/4/2019
Status: Merged
Merged: 2/9/2019
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/serde_derive-1.0.87


📝 Commits (1)

  • 602b60d Bump serde_derive from 1.0.85 to 1.0.87

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 Cargo.lock (+4 -4)
📝 crates/server/Cargo.toml (+1 -1)

📄 Description

Bumps serde_derive from 1.0.85 to 1.0.87.

Release notes

Sourced from serde_derive's releases.

v1.0.87

  • Fix inclusion of tag in struct containing flattened fields (#1468, thanks jwillbold)

v1.0.86

  • Implement Serialize and Deserialize for core::ops::Bound<T> (#1466, thanks 0nkery)
Commits
  • 134f268 Release 1.0.87
  • c473633 Format with rustfmt 2018-12-10
  • 6a3a820 Merge pull request #1474 from jwillbold/master
  • 1d6ef76 Fixed #1468, flattened struct fields made structs ignore their tag
  • c8e3959 Release 1.0.86
  • 796f412 Document that Bound impls exist
  • fa854a2 Format with rustfmt 2018-12-10
  • 3a097ff Deserialize Bound::Unbounded as unit variant
  • 8463bfc Remove as yet unrequested range impls
  • 7a72b4c Merge pull request #1466 from 0nkery/master
  • 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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

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)
  • Pull request limits (per update run and/or open at any time)
  • 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/680 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/4/2019 **Status:** ✅ Merged **Merged:** 2/9/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/serde_derive-1.0.87` --- ### 📝 Commits (1) - [`602b60d`](https://github.com/hickory-dns/hickory-dns/commit/602b60d4f42b42469478df22d2f319b7de38c912) Bump serde_derive from 1.0.85 to 1.0.87 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.85 to 1.0.87. <details> <summary>Release notes</summary> *Sourced from [serde_derive's releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.87 > - Fix inclusion of tag in struct containing flattened fields ([#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), thanks [**jwillbold**](https://github.com/jwillbold)) > > ## v1.0.86 > - Implement Serialize and Deserialize for core::ops::Bound\<T\> ([#1466](https://github-redirect.dependabot.com/serde-rs/serde/issues/1466), thanks [**0nkery**](https://github.com/0nkery)) </details> <details> <summary>Commits</summary> - [`134f268`](https://github.com/serde-rs/serde/commit/134f268ceeafdb3d0616db6b935e2da34e74bbb3) Release 1.0.87 - [`c473633`](https://github.com/serde-rs/serde/commit/c4736336768a6a3ac82f909a311bd9512ab49589) Format with rustfmt 2018-12-10 - [`6a3a820`](https://github.com/serde-rs/serde/commit/6a3a82007cda462251d49b7b18cddf33dfce68dc) Merge pull request [#1474](https://github-redirect.dependabot.com/serde-rs/serde/issues/1474) from jwillbold/master - [`1d6ef76`](https://github.com/serde-rs/serde/commit/1d6ef76cfb339df48232b59cc2ce8568fd19660c) Fixed [#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), flattened struct fields made structs ignore their tag - [`c8e3959`](https://github.com/serde-rs/serde/commit/c8e39594357bdecb9dfee889dbdfced735033469) Release 1.0.86 - [`796f412`](https://github.com/serde-rs/serde/commit/796f412a1e83ffed2b37ccbcaf55fba5ee99b916) Document that Bound<T> impls exist - [`fa854a2`](https://github.com/serde-rs/serde/commit/fa854a21083b06f509c537190550555e5473644f) Format with rustfmt 2018-12-10 - [`3a097ff`](https://github.com/serde-rs/serde/commit/3a097ff2d2bf0bccb5b2249d993c6d5b4a9e2adf) Deserialize Bound::Unbounded as unit variant - [`8463bfc`](https://github.com/serde-rs/serde/commit/8463bfc1e5adb23abb089dddc0a54d1c802e0d16) Remove as yet unrequested range impls - [`7a72b4c`](https://github.com/serde-rs/serde/commit/7a72b4c624eb36397d504f7f381d0b0d25ca3f21) Merge pull request [#1466](https://github-redirect.dependabot.com/serde-rs/serde/issues/1466) from 0nkery/master - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.85...v1.0.87) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde_derive&package-manager=cargo&previous-version=1.0.85&new-version=1.0.87)](https://dependabot.com/compatibility-score.html?dependency-name=serde_derive&package-manager=cargo&previous-version=1.0.85&new-version=1.0.87) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 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) - Pull request limits (per update run and/or open at any time) - 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. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:15:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1597
No description provided.