-
Notifications
You must be signed in to change notification settings - Fork 2.2k
build(deps): Bump the firecracker group with 21 updates #4876
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
Contributor
|
@dependabot unignore vm-memory |
Contributor
Author
|
OK, I will stop ignoring the vm-memory dependency. |
Contributor
|
@dependabot rebase |
Contributor
Author
|
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 |
Contributor
|
@dependabot recreate |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the firecracker group with 21 updates:
1.0.641.0.650.8.60.8.71.0.881.0.892.0.822.0.851.0.2101.0.2131.0.2101.0.2131.11.01.11.10.7.20.7.30.18.00.19.00.12.00.13.00.12.00.12.10.6.150.6.171.0.81.0.90.2.50.2.61.1.11.1.23.0.43.0.61.0.21.0.30.2.80.2.100.2.240.2.250.38.370.38.381.0.641.0.65Updates
thiserrorfrom 1.0.64 to 1.0.65Release notes
Sourced from thiserror's releases.
Commits
5088592Release 1.0.653309b37Merge pull request #325 from dtolnay/outdirf563b1dClean up dep-info files from OUT_DIRa72ea77Resolve extra_unused_lifetimes clippy lint1b15d6eIgnore needless_lifetimes clippy lintUpdates
zerocopyfrom 0.8.6 to 0.8.7Release notes
Sourced from zerocopy's releases.
Commits
5c635c6[doc] Render toolchain version detection in rustdoc (#1944)5b1207e[ci] Roll pinned nightly toolchain (#1954)a77e84b[ci] Roll pinned nightly toolchain (#1949)f1cf10a[ci] Roll pinned nightly toolchain (#1946)40947c6[ci] Roll pinned stable toolchain (#1937)44ccf6e[ci] Roll pinned nightly toolchain (#1936)a8e58c1[ci] Roll pinned nightly toolchain (#1927)Updates
proc-macro2from 1.0.88 to 1.0.89Release notes
Sourced from proc-macro2's releases.
Commits
671d87dRelease 1.0.899574d98Merge pull request #474 from dtolnay/outdir3e8962cClean up dep-info files from OUT_DIRUpdates
synfrom 2.0.82 to 2.0.85Release notes
Sourced from syn's releases.
Commits
293d7c9Release 2.0.85c94df74Merge pull request #1773 from dtolnay/unsafestatic8d7814aPreserve extern static unsafety in ForeignItem::Verbatim2e159bcRelease 2.0.84058e7d0Merge pull request #1772 from dtolnay/selfcapture2a9e9fbParse self captures:impl Sized + use\<Self>e478e03Merge pull request #1771 from dtolnay/up19baaa6Categorize newly failing rust repo source filesf89eca2Update test suite to nightly-2024-10-2383e3b08Merge pull request #1768 from dtolnay/safeUpdates
serdefrom 1.0.210 to 1.0.213Release notes
Sourced from serde's releases.
Commits
58a8d22Release 1.0.213ef0ed22Merge pull request #2847 from dtolnay/newtypewith79925acIgnore dead_code warning in regression testb60e409Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5Add regression test for issue 284649e11ceIgnore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5fRelease 1.0.2121ac054bMerge pull request #2845 from dtolnay/withlocal1e36ef5Fix hygiene of macro-generated local variable accesses in serde(with) wrappers0058c72Add regression test for issue 2844Updates
serde_derivefrom 1.0.210 to 1.0.213Release notes
Sourced from serde_derive's releases.
Commits
58a8d22Release 1.0.213ef0ed22Merge pull request #2847 from dtolnay/newtypewith79925acIgnore dead_code warning in regression testb60e409Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5Add regression test for issue 284649e11ceIgnore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5fRelease 1.0.2121ac054bMerge pull request #2845 from dtolnay/withlocal1e36ef5Fix hygiene of macro-generated local variable accesses in serde(with) wrappers0058c72Add regression test for issue 2844Updates
regexfrom 1.11.0 to 1.11.1Changelog
Sourced from regex's changelog.
Commits
9870c061.11.180df54echangelog: 1.11.1991ba88unstable: fixPatterntrait implementationUpdates
gdbstubfrom 0.7.2 to 0.7.3Release notes
Sourced from gdbstub's releases.
Changelog
Sourced from gdbstub's changelog.
Commits
f35cae1release 0.7.3f5354b6feature to use core::error::Error instead of std::error::Error (#154)Updates
kvm-ioctlsfrom 0.18.0 to 0.19.0Changelog
Sourced from kvm-ioctls's changelog.
Commits
701517achore: Prepare 0.19.0 release2b4eec5chore: Remove redundant prefixing65c754cchore: Update CHANGELOG.md86231e3arm: Drop arm architecture supporte8932c5x86: Drop x86 architecture supportb26d74criscv64: Update README.md1f1b34echore: Update CHANGELOG.md9f67a1aci: Enable riscv64 CI7274d86x86: Repurposetest_set_gsi_routing4e1c6c4riscv64: Addvmrelated unit-testsUpdates
linux-loaderfrom 0.12.0 to 0.13.0Changelog
Sourced from linux-loader's changelog.
Commits
5ec7e6echore: Prepare 0.13.0 release4bc7015chore: Update CHANGELOG.mddc0c0d7ci: Enable CI on riscv645098c08chore: Rename config to config.toml327d032README: Introduce riscv64 architecturee28b380benches: Introduce riscv64 architectureeb825a9configurator: Introduce riscv64 architecturee8b3eadloader: Introduce riscv64 architecture support5b17a7floader: Add test_riscv64_image.bince95912chore: Update CHANGELOG.mdUpdates
vhostfrom 0.12.0 to 0.12.1Release notes
Sourced from vhost's releases.
Commits
c5fb10cvhost: prepare v0.12.1 release56a374cCHANGELOG: fix feature unification1350073make set_gpu_socket a default implementation64cc75aRemove gpu-socket feature0712160build: Centralize rust-vmm crates to workspace51e1139build(deps): bump rust-vmm-ci from438f36eto209c04e4f16032vhost-user-backend: impl Debug for AddrMapping51f8aa0cargo-config: rename to config.tomldb34452vhost-user-backend: Prepare v0.16.0 releaseUpdates
anstreamfrom 0.6.15 to 0.6.17Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
anstylefrom 1.0.8 to 1.0.9Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
anstyle-parsefrom 0.2.5 to 0.2.6Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
anstyle-queryfrom 1.1.1 to 1.1.2Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
anstyle-winconfrom 3.0.4 to 3.0.6Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
colorchoicefrom 1.0.2 to 1.0.3Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
libmfrom 0.2.8 to 0.2.10Release notes
Sourced from libm's releases.
Changelog
Sourced from libm's changelog.
... (truncated)
Commits
5c948cbchore: release v0.2.106325b92Merge pull request #332 from tgross35/msrv-testcd33925Set the MSRV to 1.63 and document it as such3198f34Changebuild.rsto use the older:rather than::6278178Merge pull request #329 from tgross35/ci-check-stablecb25dccAdd a CI test that the crate builds on stable3b8a7deMerge pull request #327 from tgross35/config-rustfmt719b487Add a .git-blame-ignore-revs file5882cabRuncargo fmtwith new settings9b8e48aAdd a rustfmt.toml file matching rust-lang/rustUpdates
prettypleasefrom 0.2.24 to 0.2.25Release notes
Sourced from prettyplease's releases.
Commits
50de5c6Release 0.2.2506791eaMerge pull request #85 from dtolnay/externsafedb38f77Print safe and explicitly unsafe foreign items91ebe48Merge pull request #84 from dtolnay/buildenv265ab3bUse $CARGO_PKG_VERSION from buildscript exec-time instead of build-timeUpdates
rustixfrom 0.38.37 to 0.38.38Commits
80d17a6chore: Release rustix version 0.38.384f8a508Add safety comments formmapetc. (#1188)ec78479Add arustix::fs::ABSconstant. (#1189)c004964Add some unit tests forsplit_init. (#1190)511203cAdd O_RSYNC + fallocate on solarish, and fadvise on illumos (#1191)de3ac20Remove potential panic insplit_init(#1184)e19ec13Fix compilation on platforms withoutSO_RCVBUFFORCE.0775a8eExpose socket option SO_RCVBUFFORCE (#1174)fc28250s390x linux_raw support (#1179)c3875fdImplementselect. (#1162)Updates
thiserror-implfrom 1.0.64 to 1.0.65Release notes
Sourced from thiserror-impl's releases.
Commits
5088592Release 1.0.653309b37Merge pull request #325 from dtolnay/outdirf563b1dClean up dep-info files from OUT_DIRa72ea77Resolve extra_unused_lifetimes clippy lint1b15d6eIgnore needless_lifetimes clippy lintDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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