[PR #1359] [CLOSED] Bump bytes from 1.0.0 to 1.0.1 #2243

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1359
Author: @dependabot-preview[bot]
Created: 1/18/2021
Status: Closed

Base: mainHead: dependabot/cargo/bytes-1.0.1


📝 Commits (1)

  • cb0f9a7 Bump bytes from 1.0.0 to 1.0.1

📊 Changes

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

View changed files

📝 Cargo.lock (+7 -7)

📄 Description

Bumps bytes from 1.0.0 to 1.0.1.

Release notes

Sourced from bytes's releases.

bytes v1.0.1

Changed

  • mark Vec::put_slice with #[inline] (#459)

Fixed

  • Fix deprecation warning (#457)
  • use Box::into_raw instead of mem::forget-in-disguise (#458)
Changelog

Sourced from bytes's changelog.

1.0.1 (January 11, 2021)

Changed

  • mark Vec::put_slice with #[inline] (#459)

Fixed

  • Fix deprecation warning (#457)
  • use Box::into_raw instead of mem::forget-in-disguise (#458)
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 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/1359 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/18/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/bytes-1.0.1` --- ### 📝 Commits (1) - [`cb0f9a7`](https://github.com/hickory-dns/hickory-dns/commit/cb0f9a7f10cccc839624c65c911961b6f8d3e1be) Bump bytes from 1.0.0 to 1.0.1 ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -7) </details> ### 📄 Description Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.0.0 to 1.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/bytes/releases">bytes's releases</a>.</em></p> <blockquote> <h2>bytes v1.0.1</h2> <h3>Changed</h3> <ul> <li>mark <code>Vec::put_slice</code> with <code>#[inline]</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/459">#459</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix deprecation warning (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/457">#457</a>)</li> <li>use <code>Box::into_raw</code> instead of <code>mem::forget</code>-in-disguise (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/458">#458</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md">bytes's changelog</a>.</em></p> <blockquote> <h1>1.0.1 (January 11, 2021)</h1> <h3>Changed</h3> <ul> <li>mark <code>Vec::put_slice</code> with <code>#[inline]</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/459">#459</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix deprecation warning (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/457">#457</a>)</li> <li>use <code>Box::into_raw</code> instead of <code>mem::forget</code>-in-disguise (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/458">#458</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/bytes/commit/7b18c1c076adf9dff4dca28ffc1bbd8759860798"><code>7b18c1c</code></a> prepare 1.0.1 release (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/460">#460</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/df20a683567909f3e33512a22862b0de954881f4"><code>df20a68</code></a> use Box::into_raw instead of mem-forget-in-disguise (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/458">#458</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/8758a1aba594ad0e721614dff5c523f130f8eb82"><code>8758a1a</code></a> add inline for Vec::put_slice (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/459">#459</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/27a0f9ca6e01b953805684eff535a14eaff937d0"><code>27a0f9c</code></a> CI: run test suite in Miri (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/456">#456</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/ed71a7beb3fd0cc67cad08da2643cff2732f6b52"><code>ed71a7b</code></a> Fix deprecation warning (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/457">#457</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/bytes/compare/v1.0.0...v1.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=bytes&package-manager=cargo&previous-version=1.0.0&new-version=1.0.1)](https://dependabot.com/compatibility-score/?dependency-name=bytes&package-manager=cargo&previous-version=1.0.0&new-version=1.0.1) 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 08:00:22 +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#2243
No description provided.