[PR #44] build(deps): bump warp from 0.3.7 to 0.4.2 #45

Open
opened 2026-05-06 16:08:22 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/ntfy_alerts/pull/44
Author: @dependabot[bot]
Created: 8/25/2025
Status: 🔄 Open

Base: devHead: dependabot/cargo/dev/warp-0.4.2


📝 Commits (1)

  • 5f7fd1e build(deps): bump warp from 0.3.7 to 0.4.2

📊 Changes

2 files changed (+39 additions, -229 deletions)

View changed files

📝 Cargo.lock (+38 -228)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps warp from 0.3.7 to 0.4.2.

Release notes

Sourced from warp's releases.

v0.4.1

Fixes:

  • Fix Server::graceful() bounds incorrect requiring the filter to be a future.
  • Enable tokio/net when the server feature is enabled.
  • Render cfgs in the docs.

Full Changelog: https://github.com/seanmonstar/warp/compare/v0.4.0...v0.4.1

v0.4.0

Changes:

  • Upgrade to hyper, http, and http-body to v1.
  • Remove multipart and websocket features from being enabled by default.
  • Put warp::serve() behind a server feature, not enabled by default.
  • Put warp::test behind a test feature, not enabled by default.
  • Remove tls feature and types.
  • Remove warp::addr filters.

Full Changelog: https://github.com/seanmonstar/warp/compare/v0.3.7...v0.4.0

Changelog

Sourced from warp's changelog.

v0.4.2 (August 19, 2025)

  • Features:
    • Add support for passing UnixListener to incoming(listener).
  • Fixes:
    • Reduce some dependencies when server is not enabled.

v0.4.1 (August 6, 2025)

  • Fixes:
    • Fix Server::graceful() bounds incorrect requiring the filter to be a future.
    • Enable tokio/net when the server feature is enabled.
    • Render cfgs in the docs.

v0.4.0 (August 5, 2025)

  • Changes:
    • Upgrade to hyper, http, and http-body to v1.
    • Remove multipart and websocket features from being enabled by default.
    • Put warp::serve() behind a server feature, not enabled by default.
    • Put warp::test behind a test feature, not enabled by default.
    • Remove tls feature and types.
    • Remove warp::addr filters.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/BreizhHardware/ntfy_alerts/pull/44 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/25/2025 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `dependabot/cargo/dev/warp-0.4.2` --- ### 📝 Commits (1) - [`5f7fd1e`](https://github.com/BreizhHardware/ntfy_alerts/commit/5f7fd1e58069fac5d509818b06049358f6ec5202) build(deps): bump warp from 0.3.7 to 0.4.2 ### 📊 Changes **2 files changed** (+39 additions, -229 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+38 -228) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.7 to 0.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/warp/releases">warp's releases</a>.</em></p> <blockquote> <h2>v0.4.1</h2> <h1><strong>Fixes</strong>:</h1> <ul> <li>Fix <code>Server::graceful()</code> bounds incorrect requiring the filter to be a future.</li> <li>Enable <code>tokio/net</code> when the <code>server</code> feature is enabled.</li> <li>Render <code>cfg</code>s in the docs.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/warp/compare/v0.4.0...v0.4.1">https://github.com/seanmonstar/warp/compare/v0.4.0...v0.4.1</a></p> <h2>v0.4.0</h2> <h2><strong>Changes</strong>:</h2> <ul> <li>Upgrade to <code>hyper</code>, <code>http</code>, and <code>http-body</code> to v1.</li> <li>Remove <code>multipart</code> and <code>websocket</code> features from being enabled by default.</li> <li>Put <code>warp::serve()</code> behind a <code>server</code> feature, not enabled by default.</li> <li>Put <code>warp::test</code> behind a <code>test</code> feature, not enabled by default.</li> <li>Remove <code>tls</code> feature and types.</li> <li>Remove <code>warp::addr</code> filters.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/warp/compare/v0.3.7...v0.4.0">https://github.com/seanmonstar/warp/compare/v0.3.7...v0.4.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md">warp's changelog</a>.</em></p> <blockquote> <h3>v0.4.2 (August 19, 2025)</h3> <ul> <li><strong>Features</strong>: <ul> <li>Add support for passing <code>UnixListener</code> to <code>incoming(listener)</code>.</li> </ul> </li> <li><strong>Fixes</strong>: <ul> <li>Reduce some dependencies when <code>server</code> is not enabled.</li> </ul> </li> </ul> <h3>v0.4.1 (August 6, 2025)</h3> <ul> <li><strong>Fixes</strong>: <ul> <li>Fix <code>Server::graceful()</code> bounds incorrect requiring the filter to be a future.</li> <li>Enable <code>tokio/net</code> when the <code>server</code> feature is enabled.</li> <li>Render <code>cfg</code>s in the docs.</li> </ul> </li> </ul> <h2>v0.4.0 (August 5, 2025)</h2> <ul> <li><strong>Changes</strong>: <ul> <li>Upgrade to <code>hyper</code>, <code>http</code>, and <code>http-body</code> to v1.</li> <li>Remove <code>multipart</code> and <code>websocket</code> features from being enabled by default.</li> <li>Put <code>warp::serve()</code> behind a <code>server</code> feature, not enabled by default.</li> <li>Put <code>warp::test</code> behind a <code>test</code> feature, not enabled by default.</li> <li>Remove <code>tls</code> feature and types.</li> <li>Remove <code>warp::addr</code> filters.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/warp/commit/c29f29373acd7fd682c2894c405897e1c35a2b5e"><code>c29f293</code></a> v0.4.2</li> <li><a href="https://github.com/seanmonstar/warp/commit/3867d41e8d4e47739f050ba8d3801138651c68aa"><code>3867d41</code></a> feat: implement Accept for tokio::net::UnixListener (<a href="https://redirect.github.com/seanmonstar/warp/issues/1135">#1135</a>)</li> <li><a href="https://github.com/seanmonstar/warp/commit/d120a0e77a2fb3217994418765f0cf10bac45d9a"><code>d120a0e</code></a> deps: make futures-channel optional dependency (<a href="https://redirect.github.com/seanmonstar/warp/issues/1134">#1134</a>)</li> <li><a href="https://github.com/seanmonstar/warp/commit/3641ea7e163939b5095e13b78e8ee1839fb88786"><code>3641ea7</code></a> deps: make hyper optional dependency (<a href="https://redirect.github.com/seanmonstar/warp/issues/1133">#1133</a>)</li> <li><a href="https://github.com/seanmonstar/warp/commit/f4d8e08b8ba7b709e1ba1273949f8cba21e188ff"><code>f4d8e08</code></a> ci: update to actions/checkout v4 (<a href="https://redirect.github.com/seanmonstar/warp/issues/1131">#1131</a>)</li> <li><a href="https://github.com/seanmonstar/warp/commit/4f3f6533c40045aa401580a6c6969014712ca7d0"><code>4f3f653</code></a> Bump <code>http-body-util</code> min version to 0.1.2 (<a href="https://redirect.github.com/seanmonstar/warp/issues/1129">#1129</a>)</li> <li><a href="https://github.com/seanmonstar/warp/commit/e5001e2e5e106fca6d1ec9d463a1d76b5fc32d09"><code>e5001e2</code></a> Move to minimum working hyper util (<a href="https://redirect.github.com/seanmonstar/warp/issues/1128">#1128</a>)</li> <li><a href="https://github.com/seanmonstar/warp/commit/eea3a2890d86b8c36aa863439f0f136fa7475ec9"><code>eea3a28</code></a> v0.4.1</li> <li><a href="https://github.com/seanmonstar/warp/commit/53bc811f68545baff8609b80c799e7048f310623"><code>53bc811</code></a> docs: ensure Server methods have docs (<a href="https://redirect.github.com/seanmonstar/warp/issues/1125">#1125</a>)</li> <li><a href="https://github.com/seanmonstar/warp/commit/8673081a07215a4b41db43b6b1a65f8d10abac77"><code>8673081</code></a> fix: server.graceful() had wrong trait bounds</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/warp/compare/v0.3.7...v0.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=warp&package-manager=cargo&previous-version=0.3.7&new-version=0.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
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
BreizhHardware/ntfy_alerts#45
No description provided.