[PR #447] [MERGED] Bump serde from 1.0.42 to 1.0.45 #1442

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/447
Author: @dependabot-preview[bot]
Created: 5/4/2018
Status: Merged
Merged: 5/5/2018
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/serde-1.0.45


📝 Commits (1)

  • 2acb56e Bump serde from 1.0.42 to 1.0.45

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps serde from 1.0.42 to 1.0.45.

Release notes

Sourced from serde's releases.

v1.0.45

  • Fix dead code warnings when generating remote impls (#976)

v1.0.44

  • Respect deserialize_with used together with flatten (#1240)

v1.0.43

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

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)
  • 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/447 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/4/2018 **Status:** ✅ Merged **Merged:** 5/5/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.45` --- ### 📝 Commits (1) - [`2acb56e`](https://github.com/hickory-dns/hickory-dns/commit/2acb56e6713ebdfcf9958decff7f7ab7c7b1e3f8) Bump serde from 1.0.42 to 1.0.45 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.42 to 1.0.45. <details> <summary>Release notes</summary> *Sourced from [serde's releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.45 > - Fix dead code warnings when generating remote impls ([#976](https://github-redirect.dependabot.com/serde-rs/serde/issues/976)) > > ## v1.0.44 > - Respect `deserialize_with` used together with `flatten` ([#1240](https://github-redirect.dependabot.com/serde-rs/serde/issues/1240)) > > ## 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)) </details> <details> <summary>Commits</summary> - [`3f0d345`](https://github.com/serde-rs/serde/commit/3f0d3453d837e86b1e8434cd9773eb2904879980) Release 1.0.45 - [`b27a27c`](https://github.com/serde-rs/serde/commit/b27a27ce2208646aa4eeb55e8f25036e70c5aa4f) Merge pull request [#1241](https://github-redirect.dependabot.com/serde-rs/serde/issues/1241) from serde-rs/pretend - [`80c0600`](https://github.com/serde-rs/serde/commit/80c0600657a0f6ca9a4275acaa083ccfa69b1b7e) Merge pull request [#1243](https://github-redirect.dependabot.com/serde-rs/serde/issues/1243) from serde-rs/ci - [`77f9e63`](https://github.com/serde-rs/serde/commit/77f9e63661d9236474fe59c09e82cb923afb0ee9) Add a CI build on 1.15.0 - [`b78f434`](https://github.com/serde-rs/serde/commit/b78f4340862b957845a31efbe2fcd0a522d433e8) Pretend remote derives are not dead code - [`893c057`](https://github.com/serde-rs/serde/commit/893c0578ddf4b692d10a44053805fad67fae2fdb) Release 1.0.44 - [`cb2b92f`](https://github.com/serde-rs/serde/commit/cb2b92f828c48edf714350815ffa984b8aa4ad31) Handle flatten + deserialize_with - [`47a4ffb`](https://github.com/serde-rs/serde/commit/47a4ffbd310ba970419b8b2f5d67f879a666f452) Fill in missing fully qualified paths in flatten - [`d82d170`](https://github.com/serde-rs/serde/commit/d82d1707d652cf8f136f801e398e94df33247d35) Format with rustfmt 0.6.0 - [`8927899`](https://github.com/serde-rs/serde/commit/89278996c5391be1edd682b7ef298a0cb971420d) Release 1.0.43 - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.42...v1.0.45) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=serde&package-manager=cargo&previous-version=1.0.42&new-version=1.0.45)](https://dependabot.com/compatibility-score.html?dependency-name=serde&package-manager=cargo&previous-version=1.0.42&new-version=1.0.45) 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) - 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:06:45 +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#1442
No description provided.