[PR #689] [MERGED] Bump serde from 1.0.85 to 1.0.88 #1608

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/serde-1.0.88


📝 Commits (1)

  • ff5b303 Bump serde from 1.0.85 to 1.0.88

📊 Changes

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

View changed files

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

📄 Description

Bumps serde from 1.0.85 to 1.0.88.

Release notes

Sourced from serde's releases.

v1.0.88

  • Support flatten and skip_serializing / skip_deserializing attributes on the same field

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
  • 64c483c Release 1.0.88
  • 19091aa Fix mistaken double negative in flatten error message
  • ef9028d Remove conflict between flatten and skip
  • 1668cd1 Eliminate try!(..).value to improve rustfmt'd code
  • 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
  • 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 squash and merge will squash and 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/689 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/18/2019 **Status:** ✅ Merged **Merged:** 2/18/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.88` --- ### 📝 Commits (1) - [`ff5b303`](https://github.com/hickory-dns/hickory-dns/commit/ff5b303ca7afb7bedf0bcfecff31da5bc09130f0) Bump serde from 1.0.85 to 1.0.88 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -7) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.85 to 1.0.88. <details> <summary>Release notes</summary> *Sourced from [serde's releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.88 > - Support `flatten` and `skip_serializing` / `skip_deserializing` attributes on the same field > > ## v1.0.87 > - Fix inclusion of tag in struct containing flattened fields ([#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), thanks [@&#8203;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 [@&#8203;0nkery](https://github.com/0nkery)) </details> <details> <summary>Commits</summary> - [`64c483c`](https://github.com/serde-rs/serde/commit/64c483cf80c83fcbf2308d1194e855f11c9fb28d) Release 1.0.88 - [`19091aa`](https://github.com/serde-rs/serde/commit/19091aacc786b2a743cd43e7dc2000568d2ecb65) Fix mistaken double negative in flatten error message - [`ef9028d`](https://github.com/serde-rs/serde/commit/ef9028d798e0d6e146d8435350e3ae6b7ccf57cb) Remove conflict between flatten and skip - [`1668cd1`](https://github.com/serde-rs/serde/commit/1668cd19d3efef7c4c64431e7af2b109b020d60c) Eliminate try!(..).value to improve rustfmt'd code - [`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 - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.85...v1.0.88) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.85&new-version=1.0.88)](https://dependabot.com/compatibility-score.html?dependency-name=serde&package-manager=cargo&previous-version=1.0.85&new-version=1.0.88) 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 squash and merge` will squash and 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:42 +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#1608
No description provided.