Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the firecracker group across 1 directory with 22 updates #4878

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the firecracker group with 19 updates in the / directory:

Package From To
thiserror 1.0.64 1.0.65
vm-memory 0.15.0 0.16.0
zerocopy 0.8.6 0.8.7
proc-macro2 1.0.88 1.0.89
syn 2.0.82 2.0.85
serde 1.0.210 1.0.214
regex 1.11.0 1.11.1
gdbstub 0.7.2 0.7.3
kvm-ioctls 0.18.0 0.19.0
linux-loader 0.12.0 0.13.0
vhost 0.12.0 0.12.1
anstream 0.6.15 0.6.17
anstyle 1.0.8 1.0.9
anstyle-parse 0.2.5 0.2.6
anstyle-query 1.1.1 1.1.2
colorchoice 1.0.2 1.0.3
libm 0.2.8 0.2.11
prettyplease 0.2.24 0.2.25
rustix 0.38.37 0.38.38

Updates thiserror from 1.0.64 to 1.0.65

Release notes

Sourced from thiserror's releases.

1.0.65

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#325)
Commits

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.6 to 0.8.7

Release notes

Sourced from zerocopy's releases.

v0.8.7

What's Changed

Full Changelog: google/zerocopy@v0.8.6...v0.8.7

Commits

Updates proc-macro2 from 1.0.88 to 1.0.89

Release notes

Sourced from proc-macro2's releases.

1.0.89

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#474)
Commits

Updates syn from 2.0.82 to 2.0.85

Release notes

Sourced from syn's releases.

2.0.85

  • Preserve extern static unsafety in ForeignItem::Verbatim (#1773)

2.0.84

2.0.83

  • Documentation improvements
Commits
  • 293d7c9 Release 2.0.85
  • c94df74 Merge pull request #1773 from dtolnay/unsafestatic
  • 8d7814a Preserve extern static unsafety in ForeignItem::Verbatim
  • 2e159bc Release 2.0.84
  • 058e7d0 Merge pull request #1772 from dtolnay/selfcapture
  • 2a9e9fb Parse self captures: impl Sized + use\<Self>
  • e478e03 Merge pull request #1771 from dtolnay/up
  • 19baaa6 Categorize newly failing rust repo source files
  • f89eca2 Update test suite to nightly-2024-10-23
  • 83e3b08 Merge pull request #1768 from dtolnay/safe
  • Additional commits viewable in compare view

Updates serde from 1.0.210 to 1.0.214

Release notes

Sourced from serde's releases.

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)
Commits
  • 4180621 Release 1.0.214
  • 210373b Merge pull request #2568 from Mingun/into_deserializer-for-deserializers
  • 9cda015 Implement IntoDeserializer for all Deserializers in serde::de::value module
  • 58a8d22 Release 1.0.213
  • ef0ed22 Merge pull request #2847 from dtolnay/newtypewith
  • 79925ac Ignore dead_code warning in regression test
  • b60e409 Hygiene for macro-generated newtype struct deserialization with 'with' attr
  • fdc36e5 Add regression test for issue 2846
  • 49e11ce Ignore trivially_copy_pass_by_ref pedantic clippy lint in test
  • 7ae1b5f Release 1.0.212
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.210 to 1.0.214

Release notes

Sourced from serde_derive's releases.

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)
Commits
  • 4180621 Release 1.0.214
  • 210373b Merge pull request #2568 from Mingun/into_deserializer-for-deserializers
  • 9cda015 Implement IntoDeserializer for all Deserializers in serde::de::value module
  • 58a8d22 Release 1.0.213
  • ef0ed22 Merge pull request #2847 from dtolnay/newtypewith
  • 79925ac Ignore dead_code warning in regression test
  • b60e409 Hygiene for macro-generated newtype struct deserialization with 'with' attr
  • fdc36e5 Add regression test for issue 2846
  • 49e11ce Ignore trivially_copy_pass_by_ref pedantic clippy lint in test
  • 7ae1b5f Release 1.0.212
  • Additional commits viewable in compare view

Updates regex from 1.11.0 to 1.11.1

Changelog

Sourced from regex's changelog.

1.11.1 (2024-10-24)

This is a new patch release of regex that fixes compilation on nightly Rust when the unstable pattern crate feature is enabled. Users on nightly Rust without this feature enabled are unaffected.

Bug fixes:

Commits

Updates gdbstub from 0.7.2 to 0.7.3

Release notes

Sourced from gdbstub's releases.

0.7.3

New Features

  • Add new core_error feature, to have GdbStubError impl core::error::Error. #154 (ultimaweapon)
    • Note: Out of an abundance of caution, this has been put behind a feature-flag, as while gdbstub doesn't claim a strict MSRV at this time, it seemed unwise to have a PATCH release break folks stuck on a pre-1.81 Rust toolchain.
Changelog

Sourced from gdbstub's changelog.

0.7.3

New Features

  • Add new core_error feature, to have GdbStubError impl core::error::Error. #154 (ultimaweapon)
    • Note: Out of an abundance of caution, this has been put behind a feature-flag, as while gdbstub doesn't claim a strict MSRV at this time, it seemed unwise to have a PATCH release break folks stuck on a pre-1.81 Rust toolchain.
Commits

Updates kvm-ioctls from 0.18.0 to 0.19.0

Changelog

Sourced from kvm-ioctls's changelog.

v0.19.0

Added

  • [#275]: Introduce riscv64 ioctls.

Removed

  • [#289]: Drop x86 32-bit and arm 32-bit support.

Changed

  • [#273]: DeviceFd::get_device_attr is now marked as unsafe.
  • [#277]: Updated kvm-bindings to 0.9.1.
Commits
  • 701517a chore: Prepare 0.19.0 release
  • 2b4eec5 chore: Remove redundant prefixing
  • 65c754c chore: Update CHANGELOG.md
  • 86231e3 arm: Drop arm architecture support
  • e8932c5 x86: Drop x86 architecture support
  • b26d74c riscv64: Update README.md
  • 1f1b34e chore: Update CHANGELOG.md
  • 9f67a1a ci: Enable riscv64 CI
  • 7274d86 x86: Repurpose test_set_gsi_routing
  • 4e1c6c4 riscv64: Add vm related unit-tests
  • Additional commits viewable in compare view

Updates linux-loader from 0.12.0 to 0.13.0

Changelog

Sourced from linux-loader's changelog.

[v0.13.0]

Added

  • [#190] Introduce RISC-V64 architecture support.

Changed

  • [#194] Updated vm-memory to 0.16.0.
  • [#197] Re-organize loader, configurator and benches module layout, leaving original interface intact.
Commits
  • 5ec7e6e chore: Prepare 0.13.0 release
  • 4bc7015 chore: Update CHANGELOG.md
  • dc0c0d7 ci: Enable CI on riscv64
  • 5098c08 chore: Rename config to config.toml
  • 327d032 README: Introduce riscv64 architecture
  • e28b380 benches: Introduce riscv64 architecture
  • eb825a9 configurator: Introduce riscv64 architecture
  • e8b3ead loader: Introduce riscv64 architecture support
  • 5b17a7f loader: Add test_riscv64_image.bin
  • ce95912 chore: Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates vhost from 0.12.0 to 0.12.1

Release notes

Sourced from vhost's releases.

vhost v0.12.1

Fixed

  • [#267] Fix feature unification issues with gpu-socket feature.
Commits
  • c5fb10c vhost: prepare v0.12.1 release
  • 56a374c CHANGELOG: fix feature unification
  • 1350073 make set_gpu_socket a default implementation
  • 64cc75a Remove gpu-socket feature
  • 0712160 build: Centralize rust-vmm crates to workspace
  • 51e1139 build(deps): bump rust-vmm-ci from 438f36e to 209c04e
  • 4f16032 vhost-user-backend: impl Debug for AddrMapping
  • 51f8aa0 cargo-config: rename to config.toml
  • db34452 vhost-user-backend: Prepare v0.16.0 release
  • See full diff in compare view

Updates anstream from 0.6.15 to 0.6.17

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates anstyle from 1.0.8 to 1.0.9

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates anstyle-parse from 0.2.5 to 0.2.6

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates anstyle-query from 1.1.1 to 1.1.2

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates anstyle-wincon from 3.0.4 to 3.0.6

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates colorchoice from 1.0.2 to 1.0.3

Commits
  • 5628f47 chore: Release
  • 42d4175 chore: Release
  • 924fc50 chore: Release
  • 313e16a docs: Update changelog
  • 2bbc343 Merge pull request #225 from DaniPopes/as-locked-write-impls
  • 8639e08 feat: Implement AsLockedWrite generically too
  • f4a1f98 Merge pull request #224 from DaniPopes/raw-stream-autotraits
  • ed1dbd7 feat: Implement AutoStream for dyn Write + auto traits
  • 8a57dcc Merge pull request #223 from DaniPopes/raw-stream-refmut
  • a1cbc88 refactor: Implement RawStream for Box<T> generically
  • Additional commits viewable in compare view

Updates libm from 0.2.8 to 0.2.11

Release notes

Sourced from libm's releases.

libm-v0.2.11

Fixed

  • fix type of constants in ported sincosf (#331)

Other

  • Disable a unit test that is failing on i586
  • Add a procedural macro for expanding all function signatures
  • Introduce musl-math-sys for bindings to musl math symbols
  • Add basic docstrings to some functions (#337)

libm-v0.2.10

Other

  • Set the MSRV to 1.63 and test this in CI

libm-v0.2.9

Fixed

  • Update exponent calculations in nextafter to match musl

Changed

  • Update licensing to MIT AND (MIT OR Apache-2.0), as this is derivative from MIT-licensed musl.
  • Set edition to 2021 for all crates
  • Upgrade all dependencies

Other

  • Don't deny warnings in lib.rs
  • Rename the musl-bitwise-tests feature to test-musl-serialized
  • Rename the musl-reference-tests feature to musl-bitwise-tests
  • Move musl-reference-tests to a new libm-test crate
  • Add a force-soft-floats feature to prevent using any intrinsics or arch-specific code
  • Deny warnings in CI
  • Fix clippy::deprecated_cfg_attr on compiler_builtins
  • Corrected English typos
  • Remove unneeded extern core in tgamma
  • Allow internal_features lint when building with "unstable"
Changelog

Sourced from libm's changelog.

0.2.11 - 2024-10-28

Fixed

  • fix type of constants in ported sincosf (#331)

Other

  • Disable a unit test that is failing on i586
  • Add a procedural macro for expanding all function signatures
  • Introduce musl-math-sys for bindings to musl math symbols
  • Add basic docstrings to some functions (#337)

0.2.10 - 2024-10-28

Other

  • Set the MSRV to 1.63 and test this in CI

0.2.9 - 2024-10-26

Fixed

  • Update exponent calculations in nextafter to match musl

Changed

  • Update licensing to MIT AND (MIT OR Apache-2.0), as this is derivative from MIT-licensed musl.
  • Set edition to 2021 for all crates
  • Upgrade all dependencies

Other

  • Don't deny warnings in lib.rs
  • Rename the musl-bitwise-tests feature to test-musl-serialized
  • Rename the musl-reference-tests feature to musl-bitwise-tests
  • Move musl-reference-tests to a new libm-test crate
  • Add a force-soft-floats feature to prevent using any intrinsics or arch-specific code
  • Deny warnings in CI
  • Fix clippy::deprecated_cfg_attr on compiler_builtins
  • Corrected English typos
  • Remove unneeded extern core in tgamma
  • Allow internal_features lint when building with "unstable"

[v0.2.1] - 2019-11-22

Fixed

... (truncated)

Commits
  • cdbf423 chore: release v0.2.11
  • 7532f81 Enable caching on all CI jobs that build the crate (#341)
  • 28f20d8 Reduce the number of iterations on emulated aarch64 Linux
  • 3dbb187 Mark libm-macros and musl-math-sys as publish=false
  • 6bbbed5 Merge pull request #300 from tgross35/test-refactoring
  • fb9cd47 Enable more targets on CI
  • df9f125 Disable a unit test that is failing on i586
  • b126e7c Add dockerfiles for i586, riscv, and thumb
  • 0e69109 Add a test against musl libm
  • 364e13e Introduce a generic way to control checks for specific cases
  • Additional commits viewable in compare view

Updates prettyplease from 0.2.24 to 0.2.25

Release notes

Sourced from prettyplease's releases.

0.2.25

Commits
  • 50de5c6 Release 0.2.25
  • 06791ea Merge pull request #85 from dtolnay/externsafe
  • db38f77 Print safe and explicitly unsafe foreign items
  • 91ebe48 Merge pull request #84 from dtolnay/buildenv
  • 265ab3b Use $CARGO_PKG_VERSION from buildscript exec-time instead of build-time
  • See full diff in compare view

Updates rustix from 0.38.37 to 0.38.38

Commits

Updates thiserror-impl from 1.0.64 to 1.0.65

Release notes

Sourced from thiserror-impl's releases.

1.0.65

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#325)
Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 29, 2024
@roypat roypat force-pushed the dependabot/cargo/firecracker-5439353684 branch from 761ce98 to 1481ef9 Compare October 29, 2024 11:47
…dates

Bumps the firecracker group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.65` |
| [vm-memory](https://github.com/rust-vmm/vm-memory) | `0.15.0` | `0.16.0` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.6` | `0.8.7` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.88` | `1.0.89` |
| [syn](https://github.com/dtolnay/syn) | `2.0.82` | `2.0.85` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` |
| [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` |
| [gdbstub](https://github.com/daniel5151/gdbstub) | `0.7.2` | `0.7.3` |
| [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) | `0.18.0` | `0.19.0` |
| [linux-loader](https://github.com/rust-vmm/linux-loader) | `0.12.0` | `0.13.0` |
| [vhost](https://github.com/rust-vmm/vhost) | `0.12.0` | `0.12.1` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.15` | `0.6.17` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.8` | `1.0.9` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.5` | `0.2.6` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.1` | `1.1.2` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3` |
| [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.11` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.24` | `0.2.25` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.37` | `0.38.38` |

Updates `thiserror` from 1.0.64 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...1.0.65)

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.6 to 0.8.7
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.6...v0.8.7)

Updates `proc-macro2` from 1.0.88 to 1.0.89
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.88...1.0.89)

Updates `syn` from 2.0.82 to 2.0.85
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.82...2.0.85)

Updates `serde` from 1.0.210 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.214)

Updates `serde_derive` from 1.0.210 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.214)

Updates `regex` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.0...1.11.1)

Updates `gdbstub` from 0.7.2 to 0.7.3
- [Release notes](https://github.com/daniel5151/gdbstub/releases)
- [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md)
- [Commits](daniel5151/gdbstub@0.7.2...0.7.3)

Updates `kvm-ioctls` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases)
- [Changelog](https://github.com/rust-vmm/kvm-ioctls/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/kvm-ioctls@v0.18.0...v0.19.0)

Updates `linux-loader` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/rust-vmm/linux-loader/releases)
- [Changelog](https://github.com/rust-vmm/linux-loader/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/linux-loader@v0.12.0...v0.13.0)

Updates `vhost` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-v0.12.0...vhost-v0.12.1)

Updates `anstream` from 0.6.15 to 0.6.17
- [Commits](rust-cli/anstyle@anstream-v0.6.15...anstream-v0.6.17)

Updates `anstyle` from 1.0.8 to 1.0.9
- [Commits](rust-cli/anstyle@v1.0.8...v1.0.9)

Updates `anstyle-parse` from 0.2.5 to 0.2.6
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.5...anstyle-parse-v0.2.6)

Updates `anstyle-query` from 1.1.1 to 1.1.2
- [Commits](rust-cli/anstyle@anstyle-query-v1.1.1...anstyle-query-v1.1.2)

Updates `anstyle-wincon` from 3.0.4 to 3.0.6
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.6)

Updates `colorchoice` from 1.0.2 to 1.0.3
- [Commits](rust-cli/anstyle@colorchoice-v1.0.2...colorchoice-v1.0.3)

Updates `libm` from 0.2.8 to 0.2.11
- [Release notes](https://github.com/rust-lang/libm/releases)
- [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md)
- [Commits](rust-lang/libm@0.2.8...libm-v0.2.11)

Updates `prettyplease` from 0.2.24 to 0.2.25
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.24...0.2.25)

Updates `rustix` from 0.38.37 to 0.38.38
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.37...v0.38.38)

Updates `thiserror-impl` from 1.0.64 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...1.0.65)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- 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: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: gdbstub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: kvm-ioctls
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: linux-loader
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: vhost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstream
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstyle-parse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstyle-query
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstyle-wincon
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: colorchoice
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: libm
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: prettyplease
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
@roypat roypat force-pushed the dependabot/cargo/firecracker-5439353684 branch from 1481ef9 to 1bc168e Compare October 29, 2024 11:48
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.10%. Comparing base (4f3d8cd) to head (68fea76).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4878      +/-   ##
==========================================
+ Coverage   84.05%   84.10%   +0.04%     
==========================================
  Files         251      251              
  Lines       28096    28083      -13     
==========================================
+ Hits        23616    23619       +3     
+ Misses       4480     4464      -16     
Flag Coverage Δ
5.10-c5n.metal 84.67% <ø> (-0.01%) ⬇️
5.10-m5n.metal 84.66% <ø> (+<0.01%) ⬆️
5.10-m6a.metal 83.97% <ø> (ø)
5.10-m6g.metal 80.78% <100.00%> (+0.05%) ⬆️
5.10-m6i.metal 84.66% <ø> (+<0.01%) ⬆️
5.10-m7g.metal 80.78% <100.00%> (+0.05%) ⬆️
6.1-c5n.metal 84.68% <ø> (+<0.01%) ⬆️
6.1-m5n.metal 84.66% <ø> (ø)
6.1-m6a.metal 83.97% <ø> (+<0.01%) ⬆️
6.1-m6g.metal 80.78% <100.00%> (+0.05%) ⬆️
6.1-m6i.metal 84.65% <ø> (ø)
6.1-m7g.metal 80.78% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roypat roypat force-pushed the dependabot/cargo/firecracker-5439353684 branch 2 times, most recently from aae8a03 to 05f783a Compare October 29, 2024 15:27
roypat
roypat previously approved these changes Oct 29, 2024
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Oct 29, 2024
vm-memory: GuestMemoryIterator is gone
kvm-ioctls: DeviceFd::get_device_attr is now unsafe.

Signed-off-by: Patrick Roy <[email protected]>
@roypat roypat force-pushed the dependabot/cargo/firecracker-5439353684 branch from 05f783a to 22f316a Compare October 29, 2024 16:34
@roypat roypat merged commit e04cdfe into main Oct 30, 2024
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-5439353684 branch October 30, 2024 07:57
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 Status: Awaiting review Indicates that a pull request is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants