[PR #1168] [MERGED] Bump bytes from 0.5.5 to 0.5.6 #2038

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1168
Author: @dependabot-preview[bot]
Created: 7/20/2020
Status: Merged
Merged: 7/20/2020
Merged by: @bluejekyll

Base: mainHead: dependabot/cargo/bytes-0.5.6


📝 Commits (1)

  • c3c37cc Bump bytes from 0.5.5 to 0.5.6

📊 Changes

1 file changed (+3 additions, -60 deletions)

View changed files

📝 Cargo.lock (+3 -60)

📄 Description

Bumps bytes from 0.5.5 to 0.5.6.

Release notes

Sourced from bytes's releases.

v0.5.6

  • Improve BytesMut to reuse buffer when fully advanced.
  • Mark BytesMut::{as_mut, set_len} with #[inline].
  • Relax synchronization when cloning in shared vtable of Bytes.
  • Move loom to dev-dependencies.
Changelog

Sourced from bytes's changelog.

0.5.6 (July 13, 2020)

  • Improve BytesMut to reuse buffer when fully advanced.
  • Mark BytesMut::{as_mut, set_len} with #[inline].
  • Relax synchronization when cloning in shared vtable of Bytes.
  • Move loom to dev-dependencies.
Commits
  • 6fdb739 v0.5.6
  • 025bec2 Move loom to dev-dependencies (#416)
  • 2d51809 Fix CI failure on Windows (#415)
  • 7daa7fe Change default lint level to warning and deny warnings in CI (#397)
  • 972f538 docs: Clarify what BytesMut is (#375)
  • 81550da BytesMut: Reuse buffer when data fully consumed via Buf
  • 90e7e65 Use ThreadSanitizer CI setup that avoids false positives (#406)
  • bc4a6d5 Add inline attribute to BytesMut::as_mut (#410)
  • 3603cec Add inline attribute to BytesMut::set_len (#408)
  • 5cde647 Remove unnecessary synchronization when cloning shared representation (#404)
  • 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/1168 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/20/2020 **Status:** ✅ Merged **Merged:** 7/20/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `dependabot/cargo/bytes-0.5.6` --- ### 📝 Commits (1) - [`c3c37cc`](https://github.com/hickory-dns/hickory-dns/commit/c3c37cc589de9daca917096f81d8c08cfa430b97) Bump bytes from 0.5.5 to 0.5.6 ### 📊 Changes **1 file changed** (+3 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -60) </details> ### 📄 Description Bumps [bytes](https://github.com/tokio-rs/bytes) from 0.5.5 to 0.5.6. <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.5.6</h2> <ul> <li>Improve <code>BytesMut</code> to reuse buffer when fully <code>advance</code>d.</li> <li>Mark <code>BytesMut::{as_mut, set_len}</code> with <code>#[inline]</code>.</li> <li>Relax synchronization when cloning in shared vtable of <code>Bytes</code>.</li> <li>Move <code>loom</code> to <code>dev-dependencies</code>.</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.5.6 (July 13, 2020)</h1> <ul> <li>Improve <code>BytesMut</code> to reuse buffer when fully <code>advance</code>d.</li> <li>Mark <code>BytesMut::{as_mut, set_len}</code> with <code>#[inline]</code>.</li> <li>Relax synchronization when cloning in shared vtable of <code>Bytes</code>.</li> <li>Move <code>loom</code> to <code>dev-dependencies</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/bytes/commit/6fdb7391ce83dc71ccaeda6a54211ce723e5d9a5"><code>6fdb739</code></a> v0.5.6</li> <li><a href="https://github.com/tokio-rs/bytes/commit/025bec2954f04e5161fb1bd36396260491303366"><code>025bec2</code></a> Move loom to dev-dependencies (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/416">#416</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/2d51809bd7f8f7936bb9c029e06fc58f8c81d67d"><code>2d51809</code></a> Fix CI failure on Windows (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/415">#415</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/7daa7fe05364f347539a35d182dc964b9e8e2ecc"><code>7daa7fe</code></a> Change default lint level to warning and deny warnings in CI (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/397">#397</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/972f538b7ed5d01928f00deae14327a004225f8e"><code>972f538</code></a> docs: Clarify what BytesMut is (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/375">#375</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/81550da474bcd243b9e8765c6555831310a954e8"><code>81550da</code></a> BytesMut: Reuse buffer when data fully consumed via Buf</li> <li><a href="https://github.com/tokio-rs/bytes/commit/90e7e650c99b6d231017d9b831a01e95b8c06756"><code>90e7e65</code></a> Use ThreadSanitizer CI setup that avoids false positives (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/406">#406</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/bc4a6d56f4e1d848c8d50aea97d63d2ac9864116"><code>bc4a6d5</code></a> Add inline attribute to BytesMut::as_mut (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/410">#410</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/3603cec7c238a3414058e76d08ce9daa4a09d61c"><code>3603cec</code></a> Add inline attribute to BytesMut::set_len (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/408">#408</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/5cde647c2982d0b59edaea8a74aa689b5dd03c52"><code>5cde647</code></a> Remove unnecessary synchronization when cloning shared representation (<a href="https://github-redirect.dependabot.com/tokio-rs/bytes/issues/404">#404</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/bytes/compare/v0.5.5...v0.5.6">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.5&new-version=0.5.6)](https://dependabot.com/compatibility-score/?dependency-name=bytes&package-manager=cargo&previous-version=0.5.5&new-version=0.5.6) 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 04:58:05 +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#2038
No description provided.