Merged
Conversation
Contributor
|
dcreager
added a commit
that referenced
this pull request
May 19, 2025
* origin/main: (25 commits) Cargo update (#18191) Update NPM Development dependencies (#18187) Update Rust crate bincode to v2 (#18188) Update astral-sh/setup-uv action to v6 (#18184) Update dependency react-resizable-panels to v3 (#18185) Update dependency ruff to v0.11.10 (#18171) Update pre-commit dependencies (#18172) Update docker/build-push-action action to v6.17.0 (#18174) Update uraimo/run-on-arch-action action to v3 (#18190) Update docker/metadata-action action to v5.7.0 (#18175) Update docker/setup-buildx-action action to v3.10.0 (#18176) Update taiki-e/install-action action to v2.51.2 (#18183) Update extractions/setup-just action to v3 (#18186) Update Rust crate jod-thread to v1 (#18189) Update Rust crate insta to v1.43.1 (#18180) Update dependency pyodide to v0.27.6 (#18170) Update react monorepo to v19.1.0 (#18178) Update taiki-e/install-action digest to 941e8a4 (#18168) Update peter-evans/find-comment action to v3.1.0 (#18177) Update cargo-bins/cargo-binstall action to v1.12.5 (#18169) ...
dcreager
added a commit
that referenced
this pull request
May 19, 2025
…rals * origin/main: (62 commits) Cargo update (#18191) Update NPM Development dependencies (#18187) Update Rust crate bincode to v2 (#18188) Update astral-sh/setup-uv action to v6 (#18184) Update dependency react-resizable-panels to v3 (#18185) Update dependency ruff to v0.11.10 (#18171) Update pre-commit dependencies (#18172) Update docker/build-push-action action to v6.17.0 (#18174) Update uraimo/run-on-arch-action action to v3 (#18190) Update docker/metadata-action action to v5.7.0 (#18175) Update docker/setup-buildx-action action to v3.10.0 (#18176) Update taiki-e/install-action action to v2.51.2 (#18183) Update extractions/setup-just action to v3 (#18186) Update Rust crate jod-thread to v1 (#18189) Update Rust crate insta to v1.43.1 (#18180) Update dependency pyodide to v0.27.6 (#18170) Update react monorepo to v19.1.0 (#18178) Update taiki-e/install-action digest to 941e8a4 (#18168) Update peter-evans/find-comment action to v3.1.0 (#18177) Update cargo-bins/cargo-binstall action to v1.12.5 (#18169) ...
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.
Summary
Run
cargo updateto update transitive dependencies. This helps to remove quiet a few dependencies (e.g. because we dependet on multiple versions).Test Plan
cargo test.