[PR #700] [CLOSED] Bump serde from 1.0.88 to 1.0.89 #1615

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/700
Author: @dependabot-preview[bot]
Created: 3/4/2019
Status: Closed

Base: masterHead: dependabot/cargo/serde-1.0.89


📝 Commits (1)

  • 3d2dbe2 Bump serde from 1.0.88 to 1.0.89

📊 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.88 to 1.0.89.

Release notes

Sourced from serde's releases.

v1.0.89

  • Implement Serialize and Deserialize for core::cmp::Reverse<T> (#1486, thanks @​vorot93)
  • Fix a Clippy lint triggered within generated code involving flatten + deny_unknown_fields (#1492, thanks @​thomaseizinger)
Commits
  • b811588 Release 1.0.89
  • 5fcdf0f Sort version-conditional imports at the bottom
  • 650b723 Format with rustfmt 2019-02-14
  • 97920be Merge pull request #1486 from vorot93/reverse
  • 58bbaa9 Refer to Option through serde::export in generated code
  • 94f1527 Merge pull request #1492 from thomaseizinger/1491-clippy-warning
  • 535e3d4 Mention rc feature in list of trait impls in documentation
  • 2ea43c8 Don't generate code with redundant closures
  • 71fe2a5 Reverse impls available for Rust >=1.19
  • f3ffcfd impl Serialize and Deserialize for core::cmp::Reverse
  • 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 and block automerging
  • @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/700 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/4/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.89` --- ### 📝 Commits (1) - [`3d2dbe2`](https://github.com/hickory-dns/hickory-dns/commit/3d2dbe20d88b0b0dbe8b01941c08a1faee87b1fb) Bump serde from 1.0.88 to 1.0.89 ### 📊 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.88 to 1.0.89. <details> <summary>Release notes</summary> *Sourced from [serde's releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.89 > - Implement Serialize and Deserialize for core::cmp::Reverse\<T\> ([#1486](https://github-redirect.dependabot.com/serde-rs/serde/issues/1486), thanks [@&#8203;vorot93](https://github.com/vorot93)) > - Fix a Clippy lint triggered within generated code involving flatten + deny_unknown_fields ([#1492](https://github-redirect.dependabot.com/serde-rs/serde/issues/1492), thanks [@&#8203;thomaseizinger](https://github.com/thomaseizinger)) </details> <details> <summary>Commits</summary> - [`b811588`](https://github.com/serde-rs/serde/commit/b811588fa04e15db2a5966af410d15882f73a28d) Release 1.0.89 - [`5fcdf0f`](https://github.com/serde-rs/serde/commit/5fcdf0ff2be83fc73e29d73ea69674f10e791ebc) Sort version-conditional imports at the bottom - [`650b723`](https://github.com/serde-rs/serde/commit/650b723da36a07ea1e25575dec3a80c3eacf241b) Format with rustfmt 2019-02-14 - [`97920be`](https://github.com/serde-rs/serde/commit/97920be33aee4019bf7bd86bc3cf957a4de91413) Merge pull request [#1486](https://github-redirect.dependabot.com/serde-rs/serde/issues/1486) from vorot93/reverse - [`58bbaa9`](https://github.com/serde-rs/serde/commit/58bbaa9e80d2053d00c9f15977917b149b277b7f) Refer to Option through serde::export in generated code - [`94f1527`](https://github.com/serde-rs/serde/commit/94f152730c816ed8a768a192e107e84f41ff7bc2) Merge pull request [#1492](https://github-redirect.dependabot.com/serde-rs/serde/issues/1492) from thomaseizinger/1491-clippy-warning - [`535e3d4`](https://github.com/serde-rs/serde/commit/535e3d4372f8de923dd5c0042d425ee3b13a389b) Mention rc feature in list of trait impls in documentation - [`2ea43c8`](https://github.com/serde-rs/serde/commit/2ea43c898604930244af5f2203b11921f7deb030) Don't generate code with redundant closures - [`71fe2a5`](https://github.com/serde-rs/serde/commit/71fe2a55349b8384430417ebc20e05c35c4d69de) Reverse impls available for Rust >=1.19 - [`f3ffcfd`](https://github.com/serde-rs/serde/commit/f3ffcfd61eefe2a4c69ce0f5dcbe819dc7881947) impl Serialize and Deserialize for core::cmp::Reverse - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.88...v1.0.89) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.88&new-version=1.0.89)](https://dependabot.com/compatibility-score.html?dependency-name=serde&package-manager=cargo&previous-version=1.0.88&new-version=1.0.89) 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 and block automerging - `@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:59 +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#1615
No description provided.