Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the firecracker group with 7 updates:

Package From To
vm-memory 0.15.0 0.16.0
zerocopy 0.8.2 0.8.5
clap 4.5.19 4.5.20
gdbstub_arch 0.3.0 0.3.1
aws-lc-fips-sys 0.12.12 0.12.13
cc 1.1.28 1.1.30
clap_builder 4.5.19 4.5.20

Updates vm-memory from 0.15.0 to 0.16.0

Changelog

Sourced from vm-memory's changelog.

[v0.16.0]

Added

  • [#287] Support for RISC-V 64-bit platform.
  • [#299] atomic_bitmap: support enlarging the bitmap.

Changed

  • [#278 Remove GuestMemoryIterator trait, and instead have GuestMemory::iter() return impl Iterator.
Commits
  • 4b8649a chore: Format .md files with mdformat
  • 4adccfd chore: Prepare 0.16.0 release
  • 686c843 README: Add RISC-V to supported archs
  • 93fe47d chore: Update CHANGELOG.md since 0.15.0
  • 8aa53ad build(deps): bump rust-vmm-ci from 007a406 to cdb4a2d
  • 805a232 Remove GuestMemoryIterator, replace with GAT
  • 29e165e atomic_bitmap: add test case to validate enlarge function
  • d196d39 atomic_bitmap: support enlarging the bitmap
  • ff882be atomic_bitmap: keep the byte_size in the AtomicBitmap
  • f56ca47 doc: Add comment to helper functions marked as pub
  • Additional commits viewable in compare view

Updates zerocopy from 0.8.2 to 0.8.5

Release notes

Sourced from zerocopy's releases.

v0.8.5

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.4...v0.8.5

v0.8.4

What's Changed

Full Changelog: google/zerocopy@v0.8.3...v0.8.4

v0.8.3

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.2...v0.8.3

Commits

Updates clap from 4.5.19 to 4.5.20

Changelog

Sourced from clap's changelog.

[4.5.20] - 2024-10-08

Features

  • (unstable) Add CommandExt
Commits
  • 5034cab chore: Release
  • b5b690c docs: Update changelog
  • abba196 Merge pull request #5688 from epage/rename
  • 6ddd5d4 fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates
  • 71c5e27 fix(complete)!: Rename CustomCompleter to ValueCandidates
  • See full diff in compare view

Updates gdbstub_arch from 0.3.0 to 0.3.1

Changelog

Sourced from gdbstub_arch's changelog.

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

0.7.2

Bugfixes

  • Add workaround for vCont packets that specify a '0' (Any) thread-id

Internal Improvements

  • Various README tweaks
  • Various clippy lint fixes
  • Fix incorrect valid-addr check in armv4t example

0.7.1

New Protocol Extensions

  • LibrariesSvr4 - List an SVR4 (System-V/Unix) target's libraries. #142 (alexcrichton)

0.7.0

Breaking API Changes

  • stub::GdbStubError is now an opaque struct with a handful of methods to extract user-defined context (as opposed to being an enum that directly exposed all error internals to the user).
    • This change will enable future versions of gdbstub to fearlessly improve error messages and infrastructure without making semver breaking changes. See #112 for more.
  • common::Signal is not longer an enum, and is instead a struct with a single pub u8 field + a collection of associated constants.
    • As a result, yet another instance of unsafe could be removed from the codebase!
  • Arch API:
    • Entirely removed single_step_behavior. See #132 for details and rationale
  • Target APIs:
    • SingleThreadBase/MultiThreadBase
      • read_addrs now returns a usize instead of a (), allowing implementations to report cases where only a subset of memory could be read. #115 (geigerzaehler)
    • HostIo
      • bitflags has been updated from 1.x to 2.x, affecting the type of HostIoOpenFlags and HostIoOpenMode #138 (qwandor)

Internal Improvements

  • Reformatted codebase with nightly rustfmt using imports_granularity = "Item"

0.6.6

New Features

  • Target::use_no_ack_mode - toggle support for for activating "no ack mode" #135 (bet4it)

0.6.5

... (truncated)

Commits

Updates aws-lc-fips-sys from 0.12.12 to 0.12.13

Commits

Updates cc from 1.1.28 to 1.1.30

Release notes

Sourced from cc's releases.

cc-v1.1.30

Other

  • Don't pass -fPIC by default on wasm (#1245)

cc-v1.1.29

Other

  • Regenerate target info (#1243)
Changelog

Sourced from cc's changelog.

1.1.30 - 2024-10-11

Other

  • Don't pass -fPIC by default on wasm (#1245)

1.1.29 - 2024-10-11

Other

  • Regenerate target info (#1243)
Commits

Updates clap_builder from 4.5.19 to 4.5.20

Changelog

Sourced from clap_builder's changelog.

[4.5.20] - 2024-10-08

Features

  • (unstable) Add CommandExt
Commits
  • 61f5ee5 chore: Release
  • 3e65384 docs: Update changelog
  • fca8f73 Merge pull request #5706 from shannmu/external_subcommand
  • fc82a3e feat(complete): Support to complete custom external subcommand
  • 6a09122 test(complete): Add test for external subcommand
  • d2874a5 Merge pull request #5766 from epage/completer
  • a767a97 feat: Add CommandExt support
  • 32853d7 refactor(builder): Make Ext code similar for Arg, Command
  • e9ce1be refactor(builder): Rename AppTag to AppExt
  • f89afeb refactor(complete): Put most general completer first
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the firecracker group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [vm-memory](https://github.com/rust-vmm/vm-memory) | `0.15.0` | `0.16.0` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.2` | `0.8.5` |
| [clap](https://github.com/clap-rs/clap) | `4.5.19` | `4.5.20` |
| [gdbstub_arch](https://github.com/daniel5151/gdbstub) | `0.3.0` | `0.3.1` |
| [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.12.12` | `0.12.13` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.28` | `1.1.30` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.19` | `4.5.20` |


Updates `vm-memory` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vm-memory@v0.15.0...v0.16.0)

Updates `zerocopy` from 0.8.2 to 0.8.5
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.2...v0.8.5)

Updates `clap` from 4.5.19 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.19...clap_complete-v4.5.20)

Updates `gdbstub_arch` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/daniel5151/gdbstub/releases)
- [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md)
- [Commits](https://github.com/daniel5151/gdbstub/commits)

Updates `aws-lc-fips-sys` from 0.12.12 to 0.12.13
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.12.12...aws-lc-fips-sys/v0.12.13)

Updates `cc` from 1.1.28 to 1.1.30
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.28...cc-v1.1.30)

Updates `clap_builder` from 4.5.19 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.19...v4.5.20)

---
updated-dependencies:
- dependency-name: vm-memory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: zerocopy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: gdbstub_arch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-fips-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 14, 2024
@roypat
Copy link
Contributor

roypat commented Oct 15, 2024

@dependabot ignore vm-memory

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

OK, I won't notify you about vm-memory again, unless you unignore it.

@roypat
Copy link
Contributor

roypat commented Oct 15, 2024

vm-memory won't work until linux-loader also has a new release. we'll just pick it up whenever dependabot serves us that (and whenever linux-loader actually does a release)

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 15, 2024
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-0e9a3554b0 branch October 15, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant