Skip to content

chore(deps)(deps): bump axum from 0.8.7 to 0.8.8#16

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/axum-0.8.8
Open

chore(deps)(deps): bump axum from 0.8.7 to 0.8.8#16
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/axum-0.8.8

Conversation

@dependabot
Copy link
Contributor

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

Bumps axum from 0.8.7 to 0.8.8.

Release notes

Sourced from axum's releases.

axum v0.8.8

  • Clarify documentation for Router::route_layer (#3567)

#3567: tokio-rs/axum#3567

Commits
  • d07863f Release axum v0.8.8 and axum-extra v0.12.3
  • 287c674 axum-extra: Make typed-routing feature enable routing feature (#3514)
  • f5804aa SecondElementIs: Correct a small inconsistency (#3559)
  • f51f3ba axum-extra: Add trailing newline to pretty JSON response (#3526)
  • 816407a Fix integer underflow in try_range_response for empty files (#3566)
  • 78656eb docs: Clarify route_layer does not apply middleware to the fallback handler...
  • See full diff 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, de45b87.
@dependabot dependabot bot force-pushed the dependabot/cargo/axum-0.8.8 branch from de45b87 to ae5c63d Compare March 10, 2026 17:20
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