[PR #401] [CLOSED] Bump serde_derive from 1.0.37 to 1.0.38 #1412

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/serde_derive-1.0.38


📝 Commits (1)

  • 6bee6cd Bump serde_derive from 1.0.37 to 1.0.38

📊 Changes

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

View changed files

📝 Cargo.lock (+6 -6)

📄 Description

Bumps serde_derive from 1.0.37 to 1.0.38.

Release notes

Sourced from serde_derive's releases.

v1.0.38

  • Infer trait bounds for use of a type parameter associated type (#1213, thanks Osspial)
  • Fix deserialize_with on a struct variant with one field (#1215)
Commits
  • 8d113e6 Release 1.0.38
  • 6e206ce Name formatter args with a leading double underscore
  • 47fc9af Emit borrowed methods only if collect_other_fields
  • 1651f86 Simplify Option that is always Some
  • 1157ac0 Eliminate unnecessary braces in wrap_deserialize_variant_with
  • 202c101 Fix deserialize_with on a struct variant with one field
  • 9f38ca0 Format with rustfmt 0.4.1
  • 00178ba Eliminate generic functions in bound.rs
  • 24700eb Move associated type search into with_bounds
  • f06001c Name type_params consistently with Syn
  • 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/401 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/16/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde_derive-1.0.38` --- ### 📝 Commits (1) - [`6bee6cd`](https://github.com/hickory-dns/hickory-dns/commit/6bee6cd7af77085b0a062d76e8c1b26b5bb529b3) Bump serde_derive from 1.0.37 to 1.0.38 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) </details> ### 📄 Description Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.37 to 1.0.38. <details> <summary>Release notes</summary> *Sourced from serde_derive's [releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.38 > - Infer trait bounds for use of a type parameter associated type ([#1213](https://github-redirect.dependabot.com/serde-rs/serde/issues/1213), thanks [**Osspial**](https://github.com/Osspial)) > - Fix deserialize_with on a struct variant with one field ([#1215](https://github-redirect.dependabot.com/serde-rs/serde/issues/1215)) </details> <details> <summary>Commits</summary> - [`8d113e6`](https://github.com/serde-rs/serde/commit/8d113e67d6489b4286d880dea53bda626bc3693a) Release 1.0.38 - [`6e206ce`](https://github.com/serde-rs/serde/commit/6e206ce05379aa92ea39fbae55b66c5bbf010ea8) Name formatter args with a leading double underscore - [`47fc9af`](https://github.com/serde-rs/serde/commit/47fc9af4729936232c55fd9aa87941ea7cbabd86) Emit borrowed methods only if collect_other_fields - [`1651f86`](https://github.com/serde-rs/serde/commit/1651f86d56309c22818c8d6de4b638d5e9ca9d3b) Simplify Option that is always Some - [`1157ac0`](https://github.com/serde-rs/serde/commit/1157ac01188d44c6a4133a2f47ad106cc471e2b7) Eliminate unnecessary braces in wrap_deserialize_variant_with - [`202c101`](https://github.com/serde-rs/serde/commit/202c10147e1e457e6c39c32adf2f7da199395364) Fix deserialize_with on a struct variant with one field - [`9f38ca0`](https://github.com/serde-rs/serde/commit/9f38ca032e0735109adbde10a9f16822a4b975aa) Format with rustfmt 0.4.1 - [`00178ba`](https://github.com/serde-rs/serde/commit/00178ba7952184f05d0c3b6a163304f6b7afb8e1) Eliminate generic functions in bound.rs - [`24700eb`](https://github.com/serde-rs/serde/commit/24700ebeb6bfbc04a6b1d4c9f6380ad533577202) Move associated type search into with_bounds - [`f06001c`](https://github.com/serde-rs/serde/commit/f06001c086f52e303d8e0f1c28d59c5a12fc6e67) Name type_params consistently with Syn - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.37...v1.0.38) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=serde_derive&package-manager=cargo&previous-version=1.0.37&new-version=1.0.38)](https://dependabot.com/compatibility-score.html?dependency-name=serde_derive&package-manager=cargo&previous-version=1.0.37&new-version=1.0.38) 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:08 +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#1412
No description provided.