Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adjusts repo configuration and minor code signatures to resolve clippy issues introduced by an accidental Dependabot merge, and improves dependency/update hygiene going forward.
Changes:
- Adds an explicit
where B::Error: Send + Sync + 'staticbound torun_appin the TUI to satisfy error trait requirements withanyhow::Result. - Removes
tmuxfrom the Docker runtime package install list to reduce image dependencies. - Enables weekly Dependabot updates for the Docker ecosystem at the repository root.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/tui.rs |
Tightens backend error bounds on run_app to align with anyhow error conversion requirements. |
Dockerfile |
Drops tmux from installed runtime packages, keeping only required runtime deps. |
.github/dependabot.yml |
Adds Docker ecosystem updates so base image/Docker deps get automated update PRs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
A dependabot update got merged accidentally that introduced some clippy errors.