Skip to content

deps(rust): bump http from 1.4.0 to 1.4.1#75

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/http-1.4.1
Closed

deps(rust): bump http from 1.4.0 to 1.4.1#75
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/http-1.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown
Contributor

Bumps http from 1.4.0 to 1.4.1.

Release notes

Sourced from http's releases.

v1.4.1

tl;dr

  • Fix PathAndQuery::from_static() and from_shared() to reject inputs that do not start with /.
  • Fix Extend for HeaderMap to clamp max size hint and not overflow.
  • Fix header::IntoIter that could use-after-free if the generic value type could panic on drop.
  • Fix header::{IterMut, ValuesIterMut} to not violate stacked borrows.

What's Changed

New Contributors

Full Changelog: hyperium/http@v1.4.0...v1.4.1

Changelog

Sourced from http's changelog.

1.4.1 (May 25, 2026)

  • Fix PathAndQuery::from_static() and from_shared() to reject inputs that do not start with /.
  • Fix Extend for HeaderMap to clamp max size hint and not overflow.
  • Fix header::IntoIter that could use-after-free if the generic value type could panic on drop.
  • Fix header::{IterMut, ValuesIterMut} to not violate stacked borrows.
Commits
  • a24c968 v1.4.1
  • bc3b044 fix(header): use a set_len guard in IntoIter drop (#838)
  • 1b968dc fix(header): fix stacked borrows for IterMut/ValuesIterMut (#837)
  • 6e2dd42 fix: clamp Extend size hint so HeaderMap reserve cannot overflow (#833)
  • 68e0abb docs: fix typo in request builder docs (#831)
  • 29dd307 docs(extensions): rephrase internal comment (#827)
  • ae48fb5 fix(uri): reject Path::from_shared/from_static if doesn't start with slash (#...
  • 1ad200e refactor(uri): consolidate PathAndQuery::from_shared and from_static (#825)
  • d59d939 refactor: Remove usage of float instruction (#823)
  • ed680c4 tests: update to rand 0.10 (#818)
  • Additional commits viewable 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 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)

Bumps [http](https://github.com/hyperium/http) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: http
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@pacphi

pacphi commented May 30, 2026

Copy link
Copy Markdown
Owner

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@pacphi

pacphi commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Superseded by #81, which consolidates this bump (latest-compatible) along with the other open Dependabot PRs into a single verified branch. Closing in favor of #81.

@pacphi pacphi closed this Jun 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/http-1.4.1 branch June 15, 2026 23:20
pacphi added a commit that referenced this pull request Jun 15, 2026
…ixes (#81)

* chore(deps): consolidate Dependabot PRs #70#80 + frontend security fixes

Consolidates 11 open Dependabot PRs into one branch as latest-compatible
within each existing major, regenerates both lockfiles once, and patches
5 frontend security advisories surfaced by `pnpm audit`.

Rust (cargo): openssl 0.10.79→0.10.80, reqwest 0.13.3→0.13.4,
http 1.4.0→1.4.1, uuid 1.23.1→1.23.2, sysinfo 0.39.2→0.39.3 (#70,#72,#75,#77,#79)
Docker: rust 1.95→1.96-bookworm (#71)
TS (frontend): react-router(-dom) 7.15.1→7.17.0, typescript-eslint 8.59.3→8.61.1,
@vitejs/plugin-react 6.0.1→6.0.2, eslint 10.2.1→10.5.0 (#73,#74,#76,#78,#80)

Security (pnpm audit): vite→8.0.16 (GHSA-fx2h-pf6j-xcff HIGH, GHSA-v6wh-96g9-6wx3),
js-yaml→4.2.0 (GHSA-h67p-54hq-rp68), brace-expansion→5.0.6 (GHSA-jxxr-4gwj-5jf2),
@babel/core≥7.29.6 (GHSA-4x5r-pxfx-6jf8) via pnpm.overrides.

Docs: bumped Rust toolchain references (1.95→1.96) in maintainer guide and
deployment doc to track the Dockerfile bump.

* chore(frontend): migrate to pnpm 11

Bumps the pinned package manager to pnpm 11.7.0 and updates every reference
following the existing toolchain-bump pattern (manifest, Docker, CI, docs).

- packageManager: pnpm@10.11.0 → pnpm@11.7.0 (CI's `corepack enable pnpm`
  reads this field, so the version propagates to all CI jobs automatically)
- frontend/Dockerfile.frontend: corepack prepare pnpm@11.7.0; COPY the new
  pnpm-workspace.yaml into the dev stage so the frozen install sees overrides
- Move `pnpm.overrides` out of package.json (pnpm 11 no longer reads that
  field) into frontend/pnpm-workspace.yaml, its new home
- Disable pnpm 11's default 24h minimumReleaseAge supply-chain delay
  (minimumReleaseAge: 0) to preserve pnpm 10 install behavior and keep CI
  deterministic on same-day Dependabot bumps
- README.md / maintainer-guide.md: pnpm 10+ → pnpm 11+ prerequisite

Lockfile unchanged — relocating overrides does not alter resolution. Full
frontend gate (frozen install, lint, tsc, prettier, test, build, audit) green
under pnpm 11.7.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant