[PR #1292] [CLOSED] Bump smallvec from 1.4.2 to 1.5.0 #2174

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1292
Author: @dependabot-preview[bot]
Created: 11/23/2020
Status: Closed

Base: mainHead: dependabot/cargo/smallvec-1.5.0


📝 Commits (1)

  • 6125ec8 Bump smallvec from 1.4.2 to 1.5.0

📊 Changes

3 files changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+1 -1)

📄 Description

Bumps smallvec from 1.4.2 to 1.5.0.

Release notes

Sourced from smallvec's releases.

v1.5.0

  • Add the append method (#237).
  • Add support for more array sizes between 17 and 31 (#234).
  • Don't panic on deserialization errors (#238).
Commits
  • fc12fb1 Auto merge of #239 - mbrubeck:bump, r=jdm
  • b825266 Version 1.5.0
  • c7af9e2 Auto merge of #238 - epilys:master, r=mbrubeck
  • d1394a0 Return allocation error in deserialize instead of panicking
  • 28fb0f4 Auto merge of #237 - mbrubeck:append, r=jdm
  • 592fc5a Add SmallVec::append method
  • caea701 Auto merge of #234 - thomcc:len_at_most_32, r=mbrubeck
  • 158e0cf Revert "Add cargo fmt to travis build config"
  • 604b3fe Implement Array for all sizes <= 32
  • See full diff 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/1292 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/23/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/smallvec-1.5.0` --- ### 📝 Commits (1) - [`6125ec8`](https://github.com/hickory-dns/hickory-dns/commit/6125ec870584ab78afd21065038b28117caef6f1) Bump smallvec from 1.4.2 to 1.5.0 ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.2 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-smallvec/releases">smallvec's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <ul> <li>Add the <code>append</code> method (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/237">#237</a>).</li> <li>Add support for more array sizes between 17 and 31 (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/234">#234</a>).</li> <li>Don't panic on deserialization errors (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/238">#238</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-smallvec/commit/fc12fb180b56891ae49c506b985c873613092a5a"><code>fc12fb1</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/239">#239</a> - mbrubeck:bump, r=jdm</li> <li><a href="https://github.com/servo/rust-smallvec/commit/b825266c7470393052c0f0da9e61e427bf5ca48c"><code>b825266</code></a> Version 1.5.0</li> <li><a href="https://github.com/servo/rust-smallvec/commit/c7af9e20ae6165e2d237e061c3207765a0f1905d"><code>c7af9e2</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/238">#238</a> - epilys:master, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/d1394a0a52ae98363483793d72c081f49ec866a8"><code>d1394a0</code></a> Return allocation error in deserialize instead of panicking</li> <li><a href="https://github.com/servo/rust-smallvec/commit/28fb0f4a9c9d27e5e14fa46d5ff8d9bd5e18b903"><code>28fb0f4</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/237">#237</a> - mbrubeck:append, r=jdm</li> <li><a href="https://github.com/servo/rust-smallvec/commit/592fc5a0e8666f4b29ba7f49cbf027a7d525ba69"><code>592fc5a</code></a> Add SmallVec::append method</li> <li><a href="https://github.com/servo/rust-smallvec/commit/caea701f49ae0fcce1c4d58fd210f06348866add"><code>caea701</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/234">#234</a> - thomcc:len_at_most_32, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/158e0cf7c42fe06bc97744408a569c4c7a224ecc"><code>158e0cf</code></a> Revert &quot;Add cargo fmt to travis build config&quot;</li> <li><a href="https://github.com/servo/rust-smallvec/commit/604b3feba3a58819564c7cf6c7b4d20c356ba383"><code>604b3fe</code></a> Implement Array for all sizes &lt;= 32</li> <li>See full diff in <a href="https://github.com/servo/rust-smallvec/compare/v1.4.2...v1.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=smallvec&package-manager=cargo&previous-version=1.4.2&new-version=1.5.0)](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.4.2&new-version=1.5.0) 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 06:57:53 +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#2174
No description provided.