chore: update declared Rust deps to latest patch versions - #113
Merged
Conversation
pyo3 0.27.1 -> 0.27.2 (+4 companion crates), anyhow 1.0.95 -> 1.0.104, serde 1.0.228 -> 1.0.229 (+serde_core/serde_derive), serde_json 1.0.145 -> 1.0.151. cedar-policy 4.12.0 is the newest 4.12.x, unchanged. All within existing Cargo.toml caret ranges; no manifest change. All versions past the 7-day cooldown. Resolves the anyhow RUSTSEC-2026-0190 unsoundness warning (fixed in 1.0.103); the two known pyo3 advisories remain (fix requires 0.29). Verified: unit 218, integration 78, corpus 60800 all pass. Co-Authored-By: Claude
Co-Authored-By: Claude
skuenzli
force-pushed
the
chore/dep-patch-updates
branch
from
August 28, 2026 19:01
a1eae60 to
a239c85
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.
Updates every declared Rust dependency to its latest patch release, staying within existing
Cargo.tomlcaret ranges (no manifest change). All versions are past the 7-day cooldown.Security: anyhow 1.0.103 fixed the
Error::downcast_mutunsoundness — RUSTSEC-2026-0190 no longer appears incargo audit.Changelog review: pyo3 0.27.2 is two bug fixes (Rust 1.92+ crash, GraalPy FFI), no API changes. serde 1.0.229 is internal (derive moved to syn 3, already in-tree). serde_json 1.0.147 switched float formatting (Ryū → Żmij) and 1.0.150 rejects non-string enum object keys — neither pattern applies to cedarpy's serialization paths, and the corpus passes unchanged.
Verification
🤖 Generated with Claude Code