Skip to content

chore: refresh root and fuzz Cargo lockfiles#137

Merged
littledivy merged 1 commit into
mainfrom
orch/divybot-477
Jun 5, 2026
Merged

chore: refresh root and fuzz Cargo lockfiles#137
littledivy merged 1 commit into
mainfrom
orch/divybot-477

Conversation

@divybot

@divybot divybot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Refreshes the committed root and fuzz/ Cargo lockfiles via cargo update, pulling in compatible (semver-safe) dependency drift. This is scoped to lockfile maintenance — no Cargo.toml manifest changes.

Notable bumps

  • root: tokio 1.43.0 -> 1.52.3, hyper 1.5.2 -> 1.10.1, axum 0.8.1 -> 0.8.9, ring 0.17.8 -> 0.17.14, plus ~100 other packages
  • fuzz: libfuzzer-sys 0.4.6 -> 0.4.13 and friends; the local path entry also normalizes fastwebsockets to the current 0.10.0

Verification

All run against the pinned 1.92.0 toolchain:

  • cargo build --locked --all-features --all-targets
  • cargo test --locked --all-features ✅ (all suites incl. upgrade, doctests, UI)
  • cargo fmt -- --check
  • cargo check --locked in fuzz/

Closes denoland/divybot#477

Run `cargo update` on both the root and fuzz workspaces to pull in
compatible dependency updates. Notable bumps include tokio 1.43.0 ->
1.52.3, hyper 1.5.2 -> 1.10.1, axum 0.8.1 -> 0.8.9, ring 0.17.8 ->
0.17.14, and (fuzz) libfuzzer-sys 0.4.6 -> 0.4.13. The fuzz path entry
for fastwebsockets also normalizes to the current 0.10.0.

Verified with `cargo build --locked --all-features --all-targets`,
`cargo test --locked --all-features`, `cargo fmt -- --check`, and
`cargo check --locked` in fuzz/ — all pass.

Co-Authored-By: Divy Srivastava <me@littledivy.com>
@littledivy littledivy merged commit d7397d6 into main Jun 5, 2026
6 checks passed
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.

2 participants