chore(deps): cargo update - #116
Merged
Merged
Conversation
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
force-pushed
the
chore/cargo-update
branch
from
August 25, 2026 10:13
6d1db56 to
fda9a1b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lockfile-only dependency refresh: no manifest constraints change. 185 crates move, 5 are added,
14 dropped.
Notable movers, for anyone bisecting later:
fjall,lsm-treedisk_graphfeatureopensslresolvefeaturerustls,rustls-webpki,webpki-rootstokio,hyper,reqwestserde,serde_jsonregexinventory,indoc,target-lexicon,portable-atomicVerification
cargo test --workspacegreen — 74 suites, cargo's own exit code checked rather than a pipeline's.cargo clippy --all-targets --all-features -- -D warningsclean, so nothing in the bump surfaced anew lint.
cargo fmt --all --checkunchanged.Built with
-j 4throughout to leave the machine usable.