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 #4633

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps the firecracker group with 5 updates:

Package From To
proc-macro2 1.0.84 1.0.85
clang-sys 1.8.0 1.8.1
toml 0.8.13 0.8.14
toml_edit 0.22.13 0.22.14
winnow 0.6.8 0.6.9

Updates proc-macro2 from 1.0.84 to 1.0.85

Release notes

Sourced from proc-macro2's releases.

1.0.85

  • Mark some tests as only for 64-bit targets (#463)
Commits

Updates clang-sys from 1.8.0 to 1.8.1

Release notes

Sourced from clang-sys's releases.

v1.8.1

Added

  • Added support for clang 18.0.x

Fixed

  • Improve DLL search on Windows to take target architecture into account (e.g., ARM64 vs x86-64)
  • Improved detection of libclang installed with Visual Studio on Windows
Changelog

Sourced from clang-sys's changelog.

[1.8.1] - 2024-05-28

Added

  • Added support for clang 18.0.x

Fixed

  • Improve DLL search on Windows to take target architecture into account (e.g., ARM64 vs x86-64)
  • Improved detection of libclang installed with Visual Studio on Windows
Commits

Updates toml from 0.8.13 to 0.8.14

Commits
  • c383efa chore: Release
  • 7bb1781 docs: Update changelog
  • 0af6deb Merge pull request #740 from epage/key-quotes
  • c9e36e7 fix(encode): Prefer literals over escaping double-quotes
  • 42f7a1b test(encode): Show existing quote behavior
  • 9e6290f chore(deps): Update compatible (dev) (#737)
  • dbf1cc1 Merge pull request #736 from epage/snapbox
  • ec9bfd7 chore: Update to snapbox 0.6
  • 881bf67 chore: Remove unused features
  • b62c76e refactor: Resolve deprecations
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.13 to 0.22.14

Commits
  • c383efa chore: Release
  • 7bb1781 docs: Update changelog
  • 0af6deb Merge pull request #740 from epage/key-quotes
  • c9e36e7 fix(encode): Prefer literals over escaping double-quotes
  • 42f7a1b test(encode): Show existing quote behavior
  • 9e6290f chore(deps): Update compatible (dev) (#737)
  • dbf1cc1 Merge pull request #736 from epage/snapbox
  • ec9bfd7 chore: Update to snapbox 0.6
  • 881bf67 chore: Remove unused features
  • b62c76e refactor: Resolve deprecations
  • Additional commits viewable in compare view

Updates winnow from 0.6.8 to 0.6.9

Changelog

Sourced from winnow's changelog.

[0.6.9] - 2024-05-28

Compatibility

  • Bump MSRV to 1.65

Features

  • Add Debug impls for stream::Stateful and stream::Recoverable
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 |
| --- | --- | --- |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.84` | `1.0.85` |
| [clang-sys](https://github.com/KyleMayes/clang-sys) | `1.8.0` | `1.8.1` |
| [toml](https://github.com/toml-rs/toml) | `0.8.13` | `0.8.14` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.13` | `0.22.14` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.8` | `0.6.9` |


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

Updates `clang-sys` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/KyleMayes/clang-sys/releases)
- [Changelog](https://github.com/KyleMayes/clang-sys/blob/master/CHANGELOG.md)
- [Commits](KyleMayes/clang-sys@v1.8.0...v1.8.1)

Updates `toml` from 0.8.13 to 0.8.14
- [Commits](toml-rs/toml@toml-v0.8.13...toml-v0.8.14)

Updates `toml_edit` from 0.22.13 to 0.22.14
- [Commits](toml-rs/toml@v0.22.13...v0.22.14)

Updates `winnow` from 0.6.8 to 0.6.9
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.8...v0.6.9)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clang-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml_edit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Jun 3, 2024
Copy link

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.10%. Comparing base (cee34ab) to head (b3cbac9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4633   +/-   ##
=======================================
  Coverage   82.10%   82.10%           
=======================================
  Files         255      255           
  Lines       31280    31280           
=======================================
  Hits        25681    25681           
  Misses       5599     5599           
Flag Coverage Δ
4.14-c5n.metal 79.59% <ø> (ø)
4.14-c7g.metal ?
4.14-m5n.metal 79.57% <ø> (-0.01%) ⬇️
4.14-m6a.metal 78.80% <ø> (-0.01%) ⬇️
4.14-m6g.metal 76.62% <ø> (ø)
4.14-m6i.metal 79.57% <ø> (-0.01%) ⬇️
4.14-m7g.metal 76.62% <ø> (ø)
5.10-c5n.metal 82.11% <ø> (ø)
5.10-c7g.metal ?
5.10-m5n.metal 82.09% <ø> (-0.01%) ⬇️
5.10-m6a.metal 81.40% <ø> (ø)
5.10-m6g.metal 79.40% <ø> (ø)
5.10-m6i.metal 82.09% <ø> (-0.01%) ⬇️
5.10-m7g.metal 79.40% <ø> (ø)
6.1-c5n.metal 82.11% <ø> (ø)
6.1-c7g.metal ?
6.1-m5n.metal 82.10% <ø> (ø)
6.1-m6a.metal 81.40% <ø> (-0.01%) ⬇️
6.1-m6g.metal 79.40% <ø> (+<0.01%) ⬆️
6.1-m6i.metal 82.09% <ø> (ø)
6.1-m7g.metal 79.40% <ø> (ø)

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.

@zulinx86 zulinx86 added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Jun 4, 2024
@pb8o pb8o merged commit a0cf9ab into main Jun 4, 2024
9 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-c28ae276fc branch June 4, 2024 08:27
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.

None yet

2 participants