[PR #1148] [MERGED] Bump serde from 1.0.111 to 1.0.114 #2016

Closed
opened 2026-03-16 04:41:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1148
Author: @dependabot-preview[bot]
Created: 6/22/2020
Status: Merged
Merged: 6/24/2020
Merged by: @bluejekyll

Base: mainHead: dependabot/cargo/serde-1.0.114


📝 Commits (1)

  • 82cbf91 Bump serde from 1.0.111 to 1.0.114

📊 Changes

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

View changed files

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

📄 Description

Bumps serde from 1.0.111 to 1.0.114.

Release notes

Sourced from serde's releases.

v1.0.114

  • Improve packed repr matching to support deriving Serialize for structs having repr(C, packed) (#1813, thanks @TannerRogalsky)

v1.0.113

  • Improve diagnostic when a serde trait is not implemented (#1827, thanks @taiki-e)

v1.0.112

  • Support serde(flatten) on map types where the Serializer only works with serialize_entry (#1837)
Commits
  • 9c6f0c3 Release 1.0.114
  • a9f8ea0 Simplify search for packed repr attr
  • 04faac9 Remove error_on_line_overflow rustfmt setting
  • 7e5701a add alignment specific packed repr tests
  • 1cd10a7 Improved packed repr matching.
  • d5e6436 Add tests validating Serialize derivation for packed structs.
  • 8ff11dc Merge pull request #1841 from dtolnay/lenhint
  • 6b3777b Remove len hint specialization
  • 7350b58 Release 1.0.113
  • 7351e0e Link to feature announcements where available
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/1148 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/22/2020 **Status:** ✅ Merged **Merged:** 6/24/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `dependabot/cargo/serde-1.0.114` --- ### 📝 Commits (1) - [`82cbf91`](https://github.com/hickory-dns/hickory-dns/commit/82cbf91a566801f05c16e9a52fa0f3d0b125a2c2) Bump serde from 1.0.111 to 1.0.114 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.111 to 1.0.114. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.114</h2> <ul> <li>Improve <code>packed</code> repr matching to support deriving Serialize for structs having <code>repr(C, packed)</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1813">#1813</a>, thanks <a href="https://github.com/TannerRogalsky">@TannerRogalsky</a>)</li> </ul> <h2>v1.0.113</h2> <ul> <li>Improve diagnostic when a serde trait is not implemented (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1827">#1827</a>, thanks <a href="https://github.com/taiki-e">@taiki-e</a>)</li> </ul> <h2>v1.0.112</h2> <ul> <li>Support <code>serde(flatten)</code> on map types where the Serializer only works with serialize_entry (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1837">#1837</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/9c6f0c3a0e1347e4b18d71b40e8873b229b47255"><code>9c6f0c3</code></a> Release 1.0.114</li> <li><a href="https://github.com/serde-rs/serde/commit/a9f8ea0a1e8ba1206f8c28d96b924606847b85a9"><code>a9f8ea0</code></a> Simplify search for packed repr attr</li> <li><a href="https://github.com/serde-rs/serde/commit/04faac962a706ee3785fa6d02705f393c64bd762"><code>04faac9</code></a> Remove error_on_line_overflow rustfmt setting</li> <li><a href="https://github.com/serde-rs/serde/commit/7e5701ad2bdd4a9408e0ba2b2428b64559424c3d"><code>7e5701a</code></a> add alignment specific packed repr tests</li> <li><a href="https://github.com/serde-rs/serde/commit/1cd10a7d09b04fda63e1224b222b9ebe40631602"><code>1cd10a7</code></a> Improved packed repr matching.</li> <li><a href="https://github.com/serde-rs/serde/commit/d5e6436b287eb1b9f97a8b49e90458a6c2a3605a"><code>d5e6436</code></a> Add tests validating Serialize derivation for packed structs.</li> <li><a href="https://github.com/serde-rs/serde/commit/8ff11dc234ae1198ae9156a1c47011fbb16b4808"><code>8ff11dc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1841">#1841</a> from dtolnay/lenhint</li> <li><a href="https://github.com/serde-rs/serde/commit/6b3777b6170bf6ead1cbc60ad108f0a2588fba2e"><code>6b3777b</code></a> Remove len hint specialization</li> <li><a href="https://github.com/serde-rs/serde/commit/7350b58f5cfca07b87ef24ae5e553c92f7377931"><code>7350b58</code></a> Release 1.0.113</li> <li><a href="https://github.com/serde-rs/serde/commit/7351e0e55aaa3e77626d5fea6d85373c14a6b67a"><code>7351e0e</code></a> Link to feature announcements where available</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.111...v1.0.114">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.111&new-version=1.0.114)](https://dependabot.com/compatibility-score/?dependency-name=serde&package-manager=cargo&previous-version=1.0.111&new-version=1.0.114) 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 04:41:44 +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#2016
No description provided.