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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps the firecracker group with 5 updates:

Package From To
libc 0.2.148 0.2.149
aho-corasick 1.1.1 1.1.2
errno 0.3.4 0.3.5
num-traits 0.2.16 0.2.17
proc-macro2 1.0.68 1.0.69

Updates libc from 0.2.148 to 0.2.149

Release notes

Sourced from libc's releases.

0.2.149

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.148...0.2.149

Commits
  • d80e8bd Auto merge of #3360 - vita-rust:release-0.2.149, r=JohnTitor
  • 017bf5f Auto merge of #3373 - SteveLauC:close_range, r=JohnTitor
  • 14ef2e5 Auto merge of #3335 - androm3da:bcain/sa_onstack, r=JohnTitor
  • 7b9e367 fmt
  • 173757d feat: add close_range for glibc
  • c7a860d Auto merge of #3370 - NordSecurity:add_apple_tvos_support, r=JohnTitor
  • 4cdc32e Auto merge of #3325 - Vtewari2311:libc-hurd-latest, r=JohnTitor
  • aa065c6 Auto merge of #3372 - SteveLauC:execveat, r=JohnTitor
  • d3910f6 add execveat for glibc
  • aab9d70 Fix apple tvos support
  • Additional commits viewable in compare view

Updates aho-corasick from 1.1.1 to 1.1.2

Commits

Updates errno from 0.3.4 to 0.3.5

Changelog

Sourced from errno's changelog.

[0.3.5] - 2023-10-08

  • Use __errno_location on DragonFly BSD #82
Commits

Updates num-traits from 0.2.16 to 0.2.17

Changelog

Sourced from num-traits's changelog.

Release 0.2.17 (2023-10-07)

Contributors: @​robamu

Commits

Updates proc-macro2 from 1.0.68 to 1.0.69

Release notes

Sourced from proc-macro2's releases.

1.0.69

  • Fix Span::source_text() bug causing panics or incorrect source text (#410)
Commits
  • 937bbcd Release 1.0.69
  • 42dc36e Merge pull request #412 from dtolnay/sourcetext
  • 6461c2d Add out-of-order call to source_text test
  • c4c3251 Explain source_text implementation approach
  • 31b14c3 Cache byte offsets computed from a char index
  • 0e15461 Make FileInfo mut in source_text to allow amortization of char indices
  • 90b8e1e Merge pull request #411 from dtolnay/sourcetext
  • 137ae0a Fix source_text treating span.lo as byte offset not char index
  • 4c0bd28 Add regression test for issue 410
  • 12eddc0 Reword explanation of SourceMap initial value
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 9, 2023
Bumps the firecracker group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [libc](https://github.com/rust-lang/libc) | `0.2.148` | `0.2.149` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.1` | `1.1.2` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.4` | `0.3.5` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.16` | `0.2.17` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.68` | `1.0.69` |


Updates `libc` from 0.2.148 to 0.2.149
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.148...0.2.149)

Updates `aho-corasick` from 1.1.1 to 1.1.2
- [Commits](BurntSushi/aho-corasick@1.1.1...1.1.2)

Updates `errno` from 0.3.4 to 0.3.5
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/commits)

Updates `num-traits` from 0.2.16 to 0.2.17
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.16...num-traits-0.2.17)

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

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aho-corasick
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: errno
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: num-traits
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/firecracker-9372109b24 branch from 807414e to 2e8fffe Compare October 9, 2023 17:39
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (5a6f28d) 82.98% compared to head (2e8fffe) 82.98%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4159   +/-   ##
=======================================
  Coverage   82.98%   82.98%           
=======================================
  Files         223      223           
  Lines       28508    28508           
=======================================
  Hits        23656    23656           
  Misses       4852     4852           
Flag Coverage Δ
4.14-c7g.metal 78.51% <ø> (ø)
4.14-m5d.metal 80.31% <ø> (-0.02%) ⬇️
4.14-m6a.metal 79.45% <ø> (ø)
4.14-m6g.metal 78.51% <ø> (ø)
4.14-m6i.metal 80.30% <ø> (ø)
5.10-c7g.metal 81.44% <ø> (ø)
5.10-m5d.metal 82.99% <ø> (-0.02%) ⬇️
5.10-m6a.metal 82.24% <ø> (ø)
5.10-m6g.metal 81.44% <ø> (ø)
5.10-m6i.metal 82.99% <ø> (+<0.01%) ⬆️
6.1-c7g.metal 81.44% <ø> (ø)
6.1-m5d.metal 83.00% <ø> (-0.02%) ⬇️
6.1-m6a.metal 82.24% <ø> (ø)
6.1-m6g.metal 81.44% <ø> (ø)
6.1-m6i.metal 82.99% <ø> (+<0.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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2023

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

@dependabot dependabot bot closed this Oct 10, 2023
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-9372109b24 branch October 10, 2023 17:03
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