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 5 updates #4721

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the firecracker group with 5 updates:

Package From To
regex 1.10.5 1.10.6
dunce 1.0.4 1.0.5
ppv-lite86 0.2.18 0.2.20
winapi-util 0.1.8 0.1.9
zerocopy-derive 0.6.6 0.7.35

Updates regex from 1.10.5 to 1.10.6

Changelog

Sourced from regex's changelog.

1.10.6 (2024-08-02)

This is a new patch release with a fix for the unstable crate feature that enables std::str::Pattern trait integration.

Bug fixes:

Commits

Updates dunce from 1.0.4 to 1.0.5

Commits

Updates ppv-lite86 from 0.2.18 to 0.2.20

Commits

Updates winapi-util from 0.1.8 to 0.1.9

Commits

Updates zerocopy-derive from 0.6.6 to 0.7.35

Release notes

Sourced from zerocopy-derive's releases.

v0.7.34

What's Changed

Full Changelog: google/zerocopy@v0.7.33...v0.7.34

v0.7.33

What's Changed

Full Changelog: google/zerocopy@v0.7.32...v0.7.33

v0.7.32

What's Changed

Full Changelog: google/zerocopy@v0.7.31...v0.7.32

v0.7.31

This release fixes the soundness issue described in #716. The affected versions will soon be yanked.

This release is also described in security advisories RUSTSEC-2023-0074 and GHSA-3mv5-343c-w2qg.

What's Changed

Full Changelog: google/zerocopy@v0.7.30...v0.7.31

v0.7.30

What's Changed

Full Changelog: google/zerocopy@v0.7.29...v0.7.30

v0.7.29

What's Changed

... (truncated)

Changelog

Sourced from zerocopy-derive's changelog.

Changelog

Releases

We track releases and release notes using GitHub Releases.

Yanks and Regressions

0.2.2 through 0.2.8, 0.3.0 through 0.3.1, 0.4.0, 0.5.0, 0.6.0 through 0.6.5, 0.7.0 through 0.7.30

Security advisories for this bug have been published as RUSTSEC-2023-0074 and GHSA-3mv5-343c-w2qg.

In these versions, the Ref methods into_ref, into_mut, into_slice, and into_mut_slice were permitted in combination with the standard library cell::Ref and cell::RefMut types for Ref<B, T>'s B type parameter. These combinations are unsound, and may permit safe code to exhibit undefined behavior. Fixes have been published to each affected minor version which do not permit this code to compile.

See #716issue-716 for more details.

0.7.27, 0.7.28

These versions were briefly yanked due to a non-soundness regression reported in #672pull-672. After reconsidering our yanking policy in #679issue-679, we un-yanked these versions.

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` |
| [dunce](https://gitlab.com/kornelski/dunce) | `1.0.4` | `1.0.5` |
| [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) | `0.2.18` | `0.2.20` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.8` | `0.1.9` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.6.6` | `0.7.35` |


Updates `regex` from 1.10.5 to 1.10.6
- [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.10.5...1.10.6)

Updates `dunce` from 1.0.4 to 1.0.5
- [Commits](https://gitlab.com/kornelski/dunce/compare/v1.0.4...v1.0.5)

Updates `ppv-lite86` from 0.2.18 to 0.2.20
- [Commits](https://github.com/cryptocorrosion/cryptocorrosion/commits)

Updates `winapi-util` from 0.1.8 to 0.1.9
- [Commits](BurntSushi/winapi-util@0.1.8...0.1.9)

Updates `zerocopy-derive` from 0.6.6 to 0.7.35
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/commits)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: dunce
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: ppv-lite86
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: winapi-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: zerocopy-derive
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 5, 2024
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Aug 6, 2024
Copy link

codecov bot commented Aug 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.97%. Comparing base (9fccf02) to head (6292a01).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4721   +/-   ##
=======================================
  Coverage   81.97%   81.97%           
=======================================
  Files         254      254           
  Lines       31169    31169           
=======================================
  Hits        25552    25552           
  Misses       5617     5617           
Flag Coverage Δ
5.10-c5n.metal 81.99% <ø> (ø)
5.10-m5n.metal 81.97% <ø> (ø)
5.10-m6a.metal 81.27% <ø> (-0.01%) ⬇️
5.10-m6g.metal 79.01% <ø> (ø)
5.10-m6i.metal 81.97% <ø> (-0.01%) ⬇️
5.10-m7g.metal 79.01% <ø> (ø)
6.1-c5n.metal 81.99% <ø> (ø)
6.1-m5n.metal 81.97% <ø> (-0.01%) ⬇️
6.1-m6a.metal 81.28% <ø> (+<0.01%) ⬆️
6.1-m6g.metal 79.01% <ø> (-0.01%) ⬇️
6.1-m6i.metal 81.97% <ø> (-0.01%) ⬇️
6.1-m7g.metal 79.01% <ø> (ø)

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 merged commit bb7df4f into main Aug 6, 2024
8 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-9d9eed451d branch August 6, 2024 09:39
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