Update elide-runtime and refresh the dependency lockfile - #253
Merged
Conversation
Bump elide-runtime / elide to their latest revisions (includes elide-runtime PR #419) and run cargo update to pull the semver-compatible patch and minor updates across the workspace's other dependencies (argon2 finalized to 0.6.0, uuid 1.26, axum-test 21.1, and assorted transitive bumps). Lockfile-only; no source changes were needed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018bKk1YEG4tZ69jzYVQvQL8
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
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
Bumps
elide-runtime/elideto their latest revisions (includes elide-runtime #419) and runscargo updateto pull the semver-compatible patch and minor updates across the rest of the workspace's dependencies.Notable version moves:
argon20.6.0-rc.8→0.6.0(finalized)uuid1.24→1.26axum-test21.0→21.1aes-gcm,hyper,flate2,rustls-webpki,deadpool, …)Lockfile-only — no source changes were required; the new elide revision is API-compatible with the server.
Verification
Full local gate green:
cargo check,clippy -D warnings,fmt --check,doc -D warnings, andcargo test --lib(all crates pass; the 2 ignored tests are the DB-backed handler tests).🤖 Generated with Claude Code