Skip to content

chore(deps)(deps): bump comfy-table from 7.2.1 to 7.2.2#15

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/comfy-table-7.2.2
Open

chore(deps)(deps): bump comfy-table from 7.2.1 to 7.2.2#15
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/comfy-table-7.2.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps comfy-table from 7.2.1 to 7.2.2.

Release notes

Sourced from comfy-table's releases.

v7.2.2

[7.2.2] - 2026-01-13

Fix

  • Minor performance improvements
  • Fixed an edge-case, where multiple LowerBoundary constraints weren't uphold.
  • Fixed an issue where tables were misformatted when no vertical border styling was specified. #198

[7.2.1] - 2025-09-11

Misc

  • Adjust a single test case to not fail in 0x0 sized tty-environments. !186
Changelog

Sourced from comfy-table's changelog.

[7.2.2] - 2026-01-13

Fix

  • Minor performance improvements
  • Fixed an edge-case, where multiple LowerBoundary constraints weren't uphold.
  • Fixed an issue where tables were misformatted when no vertical border styling was specified. #198
Commits
  • 9040cd2 chore: Release comfy-table version 7.2.2
  • 51f69f6 docs: Prepare changelog for release
  • 2c697e1 Merge pull request #201 from Nukesor/fix-cell-verticl-styling
  • 4bc64ad fix: Cell formatting without any vertical styling
  • dda03a0 meta: LLM contribution guidelines
  • f1aa156 meta: Add AGENTS.md
  • d01e3d5 Merge pull request #200 from Nukesor/tests
  • 053f7c9 chore: Format codebase with nightly rules
  • 78e8f46 fix: Split doesn't result in violation of lower boundary
  • 68c307c fix: Successive lower boundary constraints
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.
@dependabot dependabot bot force-pushed the dependabot/cargo/comfy-table-7.2.2 branch from 258466e to 1aab261 Compare March 10, 2026 17:29
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.

0 participants