chore(deps)(deps): bump comfy-table from 7.2.1 to 7.2.2#15
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps)(deps): bump comfy-table from 7.2.1 to 7.2.2#15dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
AlexMikhalev
added a commit
that referenced
this pull request
Mar 10, 2026
Instead of reimplementing VM and snapshot management, integrate with fcctl-core from firecracker-rust to leverage existing implementations. Key changes: - Add fcctl-core dependency for VM and snapshot management - Use tokio::sync::Mutex for async-safe interior mutability - Fix SnapshotType import from fcctl_core::firecracker::models - Implement ExecutionEnvironment trait with &self (not &mut self) - Session-to-VM affinity tracking with parking_lot::RwLock - Snapshot tracking per session for rollback support Assumes GitHub issues #15-19 in firecracker-rust are implemented: - #14: ExecutionEnvironment trait - #15: Pre-warmed VM pool - #16: OverlayFS support - #17: Network audit logging - #18: LLM bridge endpoint - #19: Output streaming All 52 tests passing. 🤖 Generated with [Terraphim AI](https://terraphim.io) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Dependabot couldn't find the original pull request head commit, 258466e.
258466e to
1aab261
Compare
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.
Bumps comfy-table from 7.2.1 to 7.2.2.
Release notes
Sourced from comfy-table's releases.
Changelog
Sourced from comfy-table's changelog.
Commits
9040cd2chore: Release comfy-table version 7.2.251f69f6docs: Prepare changelog for release2c697e1Merge pull request #201 from Nukesor/fix-cell-verticl-styling4bc64adfix: Cell formatting without any vertical stylingdda03a0meta: LLM contribution guidelinesf1aa156meta: Add AGENTS.mdd01e3d5Merge pull request #200 from Nukesor/tests053f7c9chore: Format codebase with nightly rules78e8f46fix: Split doesn't result in violation of lower boundary68c307cfix: Successive lower boundary constraintsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)