[v1.16] chore(deps): update rand and chacha20 - #6162
Merged
zulinx86 merged 1 commit intoAug 28, 2026
Merged
Conversation
Run `cargo update --package rand@0.10.0` to update rand from 0.10.0 to 0.10.2 and chacha20 from 0.10.0 to 0.10.2. The rand update fixes RUSTSEC-2026-0097, while the chacha20 update replaces a yanked release that has a CPU feature mismatch in its SSE2 backend. Remove the now-obsolete cargo-audit advisory exception. Signed-off-by: Takahiro Itazuri <zulinx86@gmail.com>
11 tasks
zulinx86
enabled auto-merge (rebase)
August 28, 2026 09:44
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## firecracker-v1.16 #6162 +/- ##
==================================================
Coverage 83.03% 83.03%
==================================================
Files 277 277
Lines 30119 30119
==================================================
Hits 25008 25008
Misses 5111 5111
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
not4s
approved these changes
Aug 28, 2026
JackThomson2
approved these changes
Aug 28, 2026
zulinx86
merged commit Aug 28, 2026
1ea8037
into
firecracker-microvm:firecracker-v1.16
7 of 8 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
randfrom 0.10.0 to 0.10.2 andchacha20from 0.10.0 to 0.10.2 by runningcargo update --package rand@0.10.0.RUSTSEC-2026-0097exception from.cargo/audit.toml.Reason
This backports the applicable dependency updates from PR #6160 to the v1.16 branch.
rand0.10.0 is affected byRUSTSEC-2026-0097; version 0.10.2 contains the fix. Updatingrandalso allows the obsolete cargo-audit exception to be removed.chacha200.10.0 was yanked after a CPU feature mismatch was found in a path enabled for SSE2 hosts. Version 0.10.2 fixes that mismatch.Testing
tools/devtool --unattended test --no-build --no-kvm-check --no-artifacts-check -- integration_tests/security/test_sec_audit.py::test_cargo_audittools/devtool --unattended checkstyletools/devtool --unattended checkbuild --allLicense Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check
CONTRIBUTING.md.PR Checklist
tools/devtool checkbuild --allto verify that the PR passes build checks on all supported architectures.tools/devtool checkstyleto verify that the PR passes the automated style checks.CHANGELOG.md: not applicable; no user-facing changes.TODOentries: none.rust-vmm(not applicable; no functionality is added).