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 with 21 updates #4876

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the firecracker group with 21 updates:

Package From To
thiserror 1.0.64 1.0.65
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.213
serde_derive 1.0.210 1.0.213
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
anstyle-wincon 3.0.4 3.0.6
colorchoice 1.0.2 1.0.3
libm 0.2.8 0.2.10
prettyplease 0.2.24 0.2.25
rustix 0.38.37 0.38.38
thiserror-impl 1.0.64 1.0.65

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 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.213

Release notes

Sourced from serde's releases.

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
  • 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
  • 1ac054b Merge pull request #2845 from dtolnay/withlocal
  • 1e36ef5 Fix hygiene of macro-generated local variable accesses in serde(with) wrappers
  • 0058c72 Add regression test for issue 2844
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.210 to 1.0.213

Release notes

Sourced from serde_derive's releases.

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
  • 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
  • 1ac054b Merge pull request #2845 from dtolnay/withlocal
  • 1e36ef5 Fix hygiene of macro-generated local variable accesses in serde(with) wrappers
  • 0058c72 Add regression test for issue 2844
  • 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.10

Release notes

Sourced from libm's releases.

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.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

  • sincosf

[v0.2.0] - 2019-10-18

Added

  • Benchmarks
  • signum
  • remainder
  • remainderf
  • nextafter
  • nextafterf

... (truncated)

Commits
  • 5c948cb chore: release v0.2.10
  • 6325b92 Merge pull request #332 from tgross35/msrv-test
  • cd33925 Set the MSRV to 1.63 and document it as such
  • 3198f34 Change build.rs to use the older : rather than ::
  • 6278178 Merge pull request #329 from tgross35/ci-check-stable
  • cb25dcc Add a CI test that the crate builds on stable
  • 3b8a7de Merge pull request #327 from tgross35/config-rustfmt
  • 719b487 Add a .git-blame-ignore-revs file
  • 5882cab Run cargo fmt with new settings
  • 9b8e48a Add a rustfmt.toml file matching rust-lang/rust
  • 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

Bumps the firecracker group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.65` |
| [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.213` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` |
| [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` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.4` | `3.0.6` |
| [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.10` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.24` | `0.2.25` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.37` | `0.38.38` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.65` |


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 `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.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.213)

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

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@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.10
- [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.10)

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: 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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 28, 2024
@roypat
Copy link
Contributor

roypat commented Oct 29, 2024

@dependabot unignore vm-memory

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

OK, I will stop ignoring the vm-memory dependency.

@roypat
Copy link
Contributor

roypat commented Oct 29, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@roypat
Copy link
Contributor

roypat commented Oct 29, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

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

@dependabot dependabot bot closed this Oct 29, 2024
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-70b7c667dd branch October 29, 2024 10:02
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