Skip to content

chore(deps): cargo update - #116

Merged
kervel merged 1 commit into
mainfrom
chore/cargo-update
Aug 25, 2026
Merged

chore(deps): cargo update#116
kervel merged 1 commit into
mainfrom
chore/cargo-update

Conversation

@kervel

@kervel kervel commented Aug 25, 2026

Copy link
Copy Markdown

Lockfile-only dependency refresh: no manifest constraints change. 185 crates move, 5 are added,
14 dropped.

Notable movers, for anyone bisecting later:

crate change why it might matter here
fjall, lsm-tree 3.1.4 → 3.1.9 storage engine behind the optional disk_graph feature
openssl 0.10.73 → 0.10.81 TLS for the resolve feature
rustls, rustls-webpki, webpki-roots 0.23.31 → 0.23.43, 0.103.4 → 0.103.15, 1.0.2 → 1.0.9 same
tokio, hyper, reqwest 1.47.1 → 1.53.1, 1.7.0 → 1.11.0, 0.12.23 → 0.12.28 remote schema resolution
serde, serde_json 1.0.219 → 1.0.229, 1.0.143 → 1.0.151 every deserialization path
regex 1.11.2 → 1.13.1 pattern validation
inventory, indoc, target-lexicon, portable-atomic various PyO3/stubgen adjacent

Verification

cargo test --workspace green — 74 suites, cargo's own exit code checked rather than a pipeline's.
cargo clippy --all-targets --all-features -- -D warnings clean, so nothing in the bump surfaced a
new lint. cargo fmt --all --check unchanged.

Built with -j 4 throughout to leave the machine usable.

Refresh the dependency lock. 185 crates move, 5 are added, 14 dropped; no
manifest constraint changes, so this is lockfile-only.

Notable, for anyone bisecting later:

* fjall 3.1.4 -> 3.1.9 and lsm-tree 3.1.4 -> 3.1.9, the storage engine behind
  the optional disk_graph feature
* openssl 0.10.73 -> 0.10.81, rustls 0.23.31 -> 0.23.43,
  rustls-webpki 0.103.4 -> 0.103.15, webpki-roots 1.0.2 -> 1.0.9
* tokio 1.47.1 -> 1.53.1, reqwest 0.12.23 -> 0.12.28, hyper 1.7.0 -> 1.11.0
* serde 1.0.219 -> 1.0.229, serde_json 1.0.143 -> 1.0.151,
  regex 1.11.2 -> 1.13.1
* pyo3-adjacent: inventory, indoc, target-lexicon, portable-atomic

cargo test --workspace is green (74 suites), clippy clean with -D warnings, fmt
unchanged.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@kervel
kervel force-pushed the chore/cargo-update branch from 6d1db56 to fda9a1b Compare August 25, 2026 10:13
@kervel
kervel merged commit e023957 into main Aug 25, 2026
1 check 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.

1 participant