Skip to content

Fix dependabot updates#140

Merged
daniel-thom merged 2 commits intomainfrom
fix/dependabot-updates
Feb 17, 2026
Merged

Fix dependabot updates#140
daniel-thom merged 2 commits intomainfrom
fix/dependabot-updates

Conversation

@daniel-thom
Copy link
Collaborator

A dependabot update got merged accidentally that introduced some clippy errors.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 + 'static bound to run_app in the TUI to satisfy error trait requirements with anyhow::Result.
  • Removes tmux from 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.

@daniel-thom daniel-thom merged commit 1ff86cf into main Feb 17, 2026
10 checks passed
@daniel-thom daniel-thom deleted the fix/dependabot-updates branch February 17, 2026 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants