fix(deps): resolve workflow failures and audit warnings#145
Open
richardikeda wants to merge 6 commits into
Open
fix(deps): resolve workflow failures and audit warnings#145richardikeda wants to merge 6 commits into
richardikeda wants to merge 6 commits into
Conversation
Add /wrkflw-results to .gitignore to prevent generated workflow result files from being tracked by Git.
Regenerate Cargo.lock with numerous dependency version and checksum updates (various crates bumped and rand versions updated). Remove obsolete core2/iri-string entries and add a wit-bindgen entry. Also modify spex-core/Cargo.toml to enable the "getrandom" feature on rand_core to align with updated transitive dependencies.
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.
Fix Workflow Dependencies Walkthrough
I have executed the planned changes on the
fix-workflow-depsbranch.Changes Made
getrandomfeature forrand_coreinspex-core/Cargo.toml. This ensuresOsRngis correctly provided topow.rs, preventing the trait bounds failure during workspace builds.cargo updatewhich fixed vulnerabilities (CVEs/RUSTSECs) inrustls-webpki,rand,lru,paste, andcore2.hickory-proto0.25.2 has known issues with no fix in the current release stream (whichlibp2p0.56.0 is tied to). Added these to.cargo/audit.tomland updateddeny.tomlto safely ignore them without failing the CI pipeline.VERSION.mdto1.0.24.Validation
cargo build --workspacecompleted successfully in ~2 minutes locally.cargo auditreported 0 actionable errors.cargo deny check advisoriesreportedadvisories ok.Required PR Template
As mandated by
AGENTS.md, below is the filled PR template that must be used when submitting this pull request: