[PR #1264] [CLOSED] Bump bytes from 0.5.6 to 0.6.0 #2145

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1264
Author: @dependabot-preview[bot]
Created: 10/26/2020
Status: Closed

Base: mainHead: dependabot/cargo/bytes-0.6.0


📝 Commits (1)

  • 275cb33 Bump bytes from 0.5.6 to 0.6.0

📊 Changes

3 files changed (+14 additions, -8 deletions)

View changed files

📝 Cargo.lock (+12 -6)
📝 crates/https/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)

📄 Description

Bumps bytes from 0.5.6 to 0.6.0.

Release notes

Sourced from bytes's releases.

v0.6.0

API polish in preparation for a 1.0 release.

Changed

  • BufMut is now an unsafe trait (#432).
  • BufMut::bytes_mut() returns &mut UninitSlice, a type owned by bytes to avoid undefined behavior (#433).
  • Buf::copy_to_bytes(len) replaces Buf::into_bytes() (#439).
  • Buf/BufMut utility methods are moved onto the trait and *Ext traits are removed (#431).

Removed

  • BufMut::bytes_vectored_mut() (#430).
  • new methods on combinator types (#434).
Changelog

Sourced from bytes's changelog.

0.6.0 (October 21, 2020)

API polish in preparation for a 1.0 release.

Changed

  • BufMut is now an unsafe trait (#432).
  • BufMut::bytes_mut() returns &mut UninitSlice, a type owned by bytes to avoid undefined behavior (#433).
  • Buf::copy_to_bytes(len) replaces Buf::into_bytes() (#439).
  • Buf/BufMut utility methods are moved onto the trait and *Ext traits are removed (#431).

Removed

  • BufMut::bytes_vectored_mut() (#430).
  • new methods on combinator types (#434).
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/1264 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/26/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/bytes-0.6.0` --- ### 📝 Commits (1) - [`275cb33`](https://github.com/hickory-dns/hickory-dns/commit/275cb33e99e9035e287439862b7a57d7106ef9f8) Bump bytes from 0.5.6 to 0.6.0 ### 📊 Changes **3 files changed** (+14 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+12 -6) 📝 `crates/https/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [bytes](https://github.com/tokio-rs/bytes) from 0.5.6 to 0.6.0. <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>v0.6.0</h2> <p>API polish in preparation for a 1.0 release.</p> <h3>Changed</h3> <ul> <li><code>BufMut</code> is now an <code>unsafe</code> trait (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/432">#432</a>).</li> <li><code>BufMut::bytes_mut()</code> returns <code>&amp;mut UninitSlice</code>, a type owned by <code>bytes</code> to avoid undefined behavior (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/433">#433</a>).</li> <li><code>Buf::copy_to_bytes(len)</code> replaces <code>Buf::into_bytes()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/439">#439</a>).</li> <li><code>Buf</code>/<code>BufMut</code> utility methods are moved onto the trait and <code>*Ext</code> traits are removed (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/431">#431</a>).</li> </ul> <h3>Removed</h3> <ul> <li><code>BufMut::bytes_vectored_mut()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/430">#430</a>).</li> <li><code>new</code> methods on combinator types (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/434">#434</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>0.6.0 (October 21, 2020)</h1> <p>API polish in preparation for a 1.0 release.</p> <h3>Changed</h3> <ul> <li><code>BufMut</code> is now an <code>unsafe</code> trait (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/432">#432</a>).</li> <li><code>BufMut::bytes_mut()</code> returns <code>&amp;mut UninitSlice</code>, a type owned by <code>bytes</code> to avoid undefined behavior (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/433">#433</a>).</li> <li><code>Buf::copy_to_bytes(len)</code> replaces <code>Buf::into_bytes()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/439">#439</a>).</li> <li><code>Buf</code>/<code>BufMut</code> utility methods are moved onto the trait and <code>*Ext</code> traits are removed (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/431">#431</a>).</li> </ul> <h3>Removed</h3> <ul> <li><code>BufMut::bytes_vectored_mut()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/430">#430</a>).</li> <li><code>new</code> methods on combinator types (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/434">#434</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/bytes/commit/b7f75829ab521663b8906ae5bdfeadf47427d7b5"><code>b7f7582</code></a> prepare v0.6.0 release (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/440">#440</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/39de065a1ed7005b5b7e85fba612bf049a510807"><code>39de065</code></a> Add <code>Buf::copy_to_bytes(len)</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/439">#439</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/5866839e4527784600f1b1d6db27dd4e82c1a536"><code>5866839</code></a> use checked addition with range (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/438">#438</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/e0d8413d53e3774177b040a4f9adda40ec15ce8f"><code>e0d8413</code></a> Switch <code>BufMut::bytes_mut</code> to<code>&amp;mut UninitSlice</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/433">#433</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/5a11c783ecf7c308e7b145f56d5c05e635b99269"><code>5a11c78</code></a> De-emphasize <code>Arc</code> implementation in <code>Bytes</code> description (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/436">#436</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/4724c7e8a0fbb81164f3ca992475181e776867ec"><code>4724c7e</code></a> remove <code>new</code> fns from combinator structs (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/434">#434</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/ced050730c7a5f9d322c0cf9aedea67f16151e90"><code>ced0507</code></a> Make BufMut an unsafe trait (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/432">#432</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/94c543f74b111e894d16faa43e4ad361b97ee87d"><code>94c543f</code></a> remove ext traits (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/431">#431</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/447530b8a6f97fc6864b39d29b24efb4ac9202d3"><code>447530b</code></a> Remove BufMut::bytes_vectored_mut() (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/430">#430</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/422048eb24b4f5bbe5460dfb5d9b05ec7584cee6"><code>422048e</code></a> prepare for 0.6 work (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/428">#428</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/bytes/compare/v0.5.6...v0.6.0">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=0.5.6&new-version=0.6.0)](https://dependabot.com/compatibility-score/?dependency-name=bytes&package-manager=cargo&previous-version=0.5.6&new-version=0.6.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:22:34 +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#2145
No description provided.