[PR #420] [CLOSED] Bump serde_derive from 1.0.41 to 1.0.42 #1426

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/420
Author: @dependabot-preview[bot]
Created: 4/23/2018
Status: Closed

Base: masterHead: dependabot/cargo/serde_derive-1.0.42


📝 Commits (2)

  • 59216b8 Bump serde_derive from 1.0.41 to 1.0.42
  • c24f6a4 Merge branch 'master' into dependabot/cargo/serde_derive-1.0.42

📊 Changes

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

View changed files

📝 Cargo.lock (+3 -3)

📄 Description

Bumps serde_derive from 1.0.41 to 1.0.42.

Release notes

Sourced from serde_derive's releases.

v1.0.42

Commits
  • af795e2 Release 1.0.42
  • 6aa07fe Merge pull request #1229 from serde-rs/cold
  • c455720 Mark error construction as cold code
  • b07a208 Merge pull request #1228 from serde-rs/untagged
  • df93fab Reduce instantiations of Result::map in Deserialize of unit variants
  • 1a972d2 Merge pull request #1227 from serde-rs/ser
  • 6d1807b Improve Serialize of adjacently tagged newtype variants
  • b37cf85 Remove unneeded quote_spanned that uses call_site
  • 5f8fa33 Quote's default has changed to call_site
  • f3f006f Merge pull request #1226 from serde-rs/try
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)

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/420 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/23/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde_derive-1.0.42` --- ### 📝 Commits (2) - [`59216b8`](https://github.com/hickory-dns/hickory-dns/commit/59216b8b6fae53115b18c6a5b9c6b6d4bb6d960a) Bump serde_derive from 1.0.41 to 1.0.42 - [`c24f6a4`](https://github.com/hickory-dns/hickory-dns/commit/c24f6a4b3b6b8778ba28aacff17dbecbcaa9f6dd) Merge branch 'master' into dependabot/cargo/serde_derive-1.0.42 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) </details> ### 📄 Description Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.41 to 1.0.42. <details> <summary>Release notes</summary> *Sourced from serde_derive's [releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.42 > - Optimizations for binary size ([#1227](https://github-redirect.dependabot.com/serde-rs/serde/issues/1227), [#1228](https://github-redirect.dependabot.com/serde-rs/serde/issues/1228), [#1229](https://github-redirect.dependabot.com/serde-rs/serde/issues/1229)) </details> <details> <summary>Commits</summary> - [`af795e2`](https://github.com/serde-rs/serde/commit/af795e2e542f56bcd5b923be4ae594ddece74e96) Release 1.0.42 - [`6aa07fe`](https://github.com/serde-rs/serde/commit/6aa07fe0d651bfb45d39d009570dc3e70fae640a) Merge pull request [#1229](https://github-redirect.dependabot.com/serde-rs/serde/issues/1229) from serde-rs/cold - [`c455720`](https://github.com/serde-rs/serde/commit/c455720f81de1061eda9562f774a504d835fbd37) Mark error construction as cold code - [`b07a208`](https://github.com/serde-rs/serde/commit/b07a208716117c36173d3a78ad4de25191de2ffd) Merge pull request [#1228](https://github-redirect.dependabot.com/serde-rs/serde/issues/1228) from serde-rs/untagged - [`df93fab`](https://github.com/serde-rs/serde/commit/df93fab5fa3df9e970443458b5b8e582a9066a36) Reduce instantiations of Result::map in Deserialize of unit variants - [`1a972d2`](https://github.com/serde-rs/serde/commit/1a972d21053d43d0f40e8133f7c14f2712ae63e9) Merge pull request [#1227](https://github-redirect.dependabot.com/serde-rs/serde/issues/1227) from serde-rs/ser - [`6d1807b`](https://github.com/serde-rs/serde/commit/6d1807bb4a2a2dd9811c2c954810ee7e8dd32f7f) Improve Serialize of adjacently tagged newtype variants - [`b37cf85`](https://github.com/serde-rs/serde/commit/b37cf858ce5ba70d44b4ec8a9f6f7e055a9f23c5) Remove unneeded quote_spanned that uses call_site - [`5f8fa33`](https://github.com/serde-rs/serde/commit/5f8fa3375681c561ba624af841440a18bd528b6d) Quote's default has changed to call_site - [`f3f006f`](https://github.com/serde-rs/serde/commit/f3f006f411c42841411e546903d8b76f07baec39) Merge pull request [#1226](https://github-redirect.dependabot.com/serde-rs/serde/issues/1226) from serde-rs/try - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.41...v1.0.42) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=serde_derive&package-manager=cargo&previous-version=1.0.41&new-version=1.0.42)](https://dependabot.com/compatibility-score.html?dependency-name=serde_derive&package-manager=cargo&previous-version=1.0.41&new-version=1.0.42) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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) 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:05:56 +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#1426
No description provided.