[PR #1049] [MERGED] Bump serde from 1.0.104 to 1.0.105 #1913

Closed
opened 2026-03-16 03:27:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1049
Author: @dependabot-preview[bot]
Created: 3/23/2020
Status: Merged
Merged: 3/26/2020
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/serde-1.0.105


📝 Commits (2)

  • b09e6c2 Bump serde from 1.0.104 to 1.0.105
  • a6cbfd4 Merge branch 'master' into dependabot/cargo/serde-1.0.105

📊 Changes

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

View changed files

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

📄 Description

Bumps serde from 1.0.104 to 1.0.105.

Release notes

Sourced from serde's releases.

v1.0.105

  • Allow #[serde(borrow)] to work on non-standard Cow types (#1754, thanks @maciejhirsz)
Commits
  • 69653a7 Release 1.0.105
  • c33fb95 Merge pull request #1754 from maciejhirsz/non-std-cow-borrow
  • ec6ca6b Allow non-std Cow borrows
  • 078e88b Select a single docs.rs build target
  • 1894cb7 Resolve clippy question_mark lint
  • 27c283a Suppress wildcard import pedantic lints
  • 142955b Ignore struct_excessive_bools pedantic lint
  • a61cd0f Update ui tests to nightly-2020-02-08
  • cb1632e Fix unused_parens lint
  • dbf1f9a Remove unneeded type ascription
  • 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/1049 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/23/2020 **Status:** ✅ Merged **Merged:** 3/26/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.105` --- ### 📝 Commits (2) - [`b09e6c2`](https://github.com/hickory-dns/hickory-dns/commit/b09e6c2bbd52af88580ef8b67b44a366caf88b3b) Bump serde from 1.0.104 to 1.0.105 - [`a6cbfd4`](https://github.com/hickory-dns/hickory-dns/commit/a6cbfd44ff82a5717d3af8974adb8356f5ebca66) Merge branch 'master' into dependabot/cargo/serde-1.0.105 ### 📊 Changes **2 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -10) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.104 to 1.0.105. <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.105</h2> <ul> <li>Allow #[serde(borrow)] to work on non-standard <code>Cow</code> types (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1754">#1754</a>, thanks <a href="https://github.com/maciejhirsz">@maciejhirsz</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/69653a762d3da40f63e748e84a860cd4484ad8bf"><code>69653a7</code></a> Release 1.0.105</li> <li><a href="https://github.com/serde-rs/serde/commit/c33fb95127ccb60f26e8d9ecb149a089ebc84ddc"><code>c33fb95</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1754">#1754</a> from maciejhirsz/non-std-cow-borrow</li> <li><a href="https://github.com/serde-rs/serde/commit/ec6ca6bf73559570fedc77a34b3fdd851bcc9509"><code>ec6ca6b</code></a> Allow non-std Cow borrows</li> <li><a href="https://github.com/serde-rs/serde/commit/078e88b2235992282c3fe72a6e7365db9508f46b"><code>078e88b</code></a> Select a single docs.rs build target</li> <li><a href="https://github.com/serde-rs/serde/commit/1894cb703f480e9b57f7515599a7c3377b45567b"><code>1894cb7</code></a> Resolve clippy question_mark lint</li> <li><a href="https://github.com/serde-rs/serde/commit/27c283ab531271078b338aa4229e695e3da58ea3"><code>27c283a</code></a> Suppress wildcard import pedantic lints</li> <li><a href="https://github.com/serde-rs/serde/commit/142955b109ed70fe67d9a7dc28bb7403ad0dd041"><code>142955b</code></a> Ignore struct_excessive_bools pedantic lint</li> <li><a href="https://github.com/serde-rs/serde/commit/a61cd0f236539bb046cd73b1eb9cdbbdcc99e6c5"><code>a61cd0f</code></a> Update ui tests to nightly-2020-02-08</li> <li><a href="https://github.com/serde-rs/serde/commit/cb1632e957d7ca3a387884f486e3fedc885efc67"><code>cb1632e</code></a> Fix unused_parens lint</li> <li><a href="https://github.com/serde-rs/serde/commit/dbf1f9ab8fe27f787f4439b97d847181a18dd376"><code>dbf1f9a</code></a> Remove unneeded type ascription</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.104...v1.0.105">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.104&new-version=1.0.105)](https://dependabot.com/compatibility-score/?dependency-name=serde&package-manager=cargo&previous-version=1.0.104&new-version=1.0.105) 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 03:27:40 +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#1913
No description provided.