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 9 updates #4112

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps the firecracker group with 9 updates:

Package From To
clap 4.4.2 4.4.4
libc 0.2.147 0.2.148
serde_json 1.0.106 1.0.107
cargo_toml 0.15.3 0.16.0
aho-corasick 1.0.5 1.1.0
proc-macro2 1.0.66 1.0.67
typenum 1.16.0 1.17.0
unicode-ident 1.0.11 1.0.12
vmm-sys-util 0.11.1 0.11.2

Updates clap from 4.4.2 to 4.4.4

Release notes

Sourced from clap's releases.

v4.4.4

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3

v4.4.3

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules
Changelog

Sourced from clap's changelog.

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules
Commits
  • e6e5396 chore: Release
  • acbb60c docs: Update changelog
  • f09d521 Merge pull request #5129 from cgwalters/widen-terminal-size
  • 84f99ff chore(builder): Bump terminal_size to 0.3
  • 7f8df27 Merge pull request #5124 from devinherron/master
  • 4dff873 fix(doc): Fix typo in 03_04_subcommands.md
  • e9668b3 chore: Release
  • bc4986e docs: Update changelog
  • 3d53641 Merge pull request #5122 from epage/docs
  • 32586c7 docs(tutorial): Split into separate modules per section
  • Additional commits viewable in compare view

Updates libc from 0.2.147 to 0.2.148

Commits
  • c89f747 libc 0.2.148
  • 8356615 Auto merge of #3322 - shyouhei:feature/shyouhei/RTLD_MAIN_ONLY, r=JohnTitor
  • 10e0724 Auto merge of #3321 - kleisauke:emscripten-update-node-16.20.0, r=JohnTitor
  • ff6a0c6 properly modify the type with ::
  • 837159c add RTLD_MAIN_ONLY
  • 5841067 CI: Update Node.js version to v16.20.0
  • 9447d17 Auto merge of #3313 - devnexen:linux_mman_aarch64_upd, r=JohnTitor
  • cbeb1bd linux glibc/musl and android adding PROT_BTI/PROT_MTE mmap flags for arm64.
  • 92a5d3e Auto merge of #3301 - Dirreke:csky-unknown-linux-gnuabiv2, r=JohnTitor
  • cd4fc66 Auto merge of #3312 - alexcrichton:fix-aarch64-darwin-ucontext-t, r=JohnTitor
  • Additional commits viewable in compare view

Updates serde_json from 1.0.106 to 1.0.107

Release notes

Sourced from serde_json's releases.

v1.0.107

  • impl IntoDeserializer for &RawValue (#1071)
Commits
  • b6e113f Release 1.0.107
  • 00626a0 Merge pull request #1073 from dtolnay/rawvalue
  • b9d296f IntoDeserializer for &RawValue
  • 4ea34a2 Merge pull request #1072 from dtolnay/rawvalue
  • fe30766 Support deserializing from &RawValue
  • 2c22077 Merge pull request #1062 from osiewicz/remove_build_rs
  • 04f7758 fixup! chore: Remove no_btreemap_get_key_value and no_btreemap_remove_entry.
  • 83bdc5f Omit return keyword in remove_entry
  • 89a2741 Revert "Remove limb_width32 and limb_width64 features"
  • 16e04ce fixup! Remove limb_width32 and limb_width64 features
  • See full diff in compare view

Updates cargo_toml from 0.15.3 to 0.16.0

Commits

Updates aho-corasick from 1.0.5 to 1.1.0

Commits
  • 081a22f 1.1.0
  • 483b8a5 doc: fix wording that used to only refer to x86-64
  • f9d633f benchmarks: add x86_64 measurements
  • e082066 benchmarks: add aarch64 measurements
  • 0be6fe4 packed: rewrite Teddy to use generic Vector interface
  • 9c2d30a packed: move old vector helpers aside
  • e34ae00 benchmarks: add initial x86_64 measurements
  • 2747579 benchmarks: add initial aarch64 measurements
  • 0a9cac2 bench: remove Criterion benchmarks
  • 55dd2fc benchmarks: switch to rebar
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.66 to 1.0.67

Release notes

Sourced from proc-macro2's releases.

1.0.67

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#405)
Commits
  • a803dd1 Release 1.0.67
  • 8bf6937 Delete proc-macro2-fallback crate
  • 60c62dc Merge pull request #406 from dtolnay/error
  • 14a481d Parse rustc's representation of macro expansion error
  • 2e96778 Ignore missing_safety_doc clippy lint
  • 7017480 Merge pull request #404 from dtolnay/honggfuzz
  • 4ec3a42 Re-enable honggfuzz CI
  • 5a225cf Update actions/checkout@v3 -> v4
  • 45ef770 Update ui test suite to nightly-2023-08-29
  • 2cc9ef0 Update afl crate to 0.14
  • Additional commits viewable in compare view

Updates typenum from 1.16.0 to 1.17.0

Release notes

Sourced from typenum's releases.

v1.17.0

Features

Commits

  • bc7ca1d: Fix a few typos (#186) (Dirk Stolle) #186
  • f03b486: Update actions/checkout in GitHub Actions to v3 (#187) (Dirk Stolle) #187
  • 1871986: Migrate from actions-rs (#193) (Paho Lurie-Gregg) #193
  • 163a6ae: Fix typo in array.rs comments (#196) (Jaanus Varus) #196
  • 530ec75: Add CI for 32-bit and big-endian platforms (#198) (James McCoy) #198
  • bbac3bf: Improve docs.rs builds (#195) (Nova) #195
  • b237efb: Version v1.17.0 (#200) (Paho Lurie-Gregg) #200
Changelog

Sourced from typenum's changelog.

Changelog

This project follows semantic versioning.

The MSRV (Minimum Supported Rust Version) is 1.37.0, and typenum is tested against this Rust version.

Unreleased

  • [removed] Remove force_unix_path_separator feature, make it the default
  • [added] docs.rs metadata and cfg options
  • [added] Playground metadata
Commits

Updates unicode-ident from 1.0.11 to 1.0.12

Release notes

Sourced from unicode-ident's releases.

1.0.12

  • Update to Unicode 15.1.0 (#25)
Commits
  • ff4d27c Release 1.0.12
  • 9e4780e Update crate-level rustdoc static storage table
  • b4e9dd5 Merge pull request #25 from dtolnay/unicode
  • 0bb8a59 Update static data sizes
  • 6d03a92 Disable unicode-xid comparison test
  • 69a5e2c Update to Unicode 15.1.0
  • 0eb7abf Update actions/checkout@v3 -> v4
  • 24db477 Raise minimum tested compiler to 1.70
  • 28d69d6 Raise minimum tested compiler to 1.65
  • ee161b1 Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
  • Additional commits viewable in compare view

Updates vmm-sys-util from 0.11.1 to 0.11.2

Changelog

Sourced from vmm-sys-util's changelog.

v0.11.2

Changed

  • [#201] Updated SyscallReturnCode to accept any signed integer type.
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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.2` | `4.4.4` |
| [libc](https://github.com/rust-lang/libc) | `0.2.147` | `0.2.148` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.106` | `1.0.107` |
| [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.15.3` | `0.16.0` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.0.5` | `1.1.0` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.66` | `1.0.67` |
| [typenum](https://github.com/paholg/typenum) | `1.16.0` | `1.17.0` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.11` | `1.0.12` |
| [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) | `0.11.1` | `0.11.2` |


Updates `clap` from 4.4.2 to 4.4.4
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.2...v4.4.4)

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

Updates `serde_json` from 1.0.106 to 1.0.107
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.106...v1.0.107)

Updates `cargo_toml` from 0.15.3 to 0.16.0
- [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/main)

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

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

Updates `typenum` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/paholg/typenum/releases)
- [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md)
- [Commits](paholg/typenum@v1.16.0...v1.17.0)

Updates `unicode-ident` from 1.0.11 to 1.0.12
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.11...1.0.12)

Updates `vmm-sys-util` from 0.11.1 to 0.11.2
- [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases)
- [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/vmm-sys-util/commits)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cargo_toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: aho-corasick
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: typenum
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: vmm-sys-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 18, 2023
@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (31a1687) 82.26% compared to head (ebbf098) 82.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4112   +/-   ##
=======================================
  Coverage   82.26%   82.26%           
=======================================
  Files         225      225           
  Lines       28474    28474           
=======================================
  Hits        23424    23424           
  Misses       5050     5050           
Flag Coverage Δ
4.14-c7g.metal 77.66% <ø> (ø)
4.14-m5d.metal 79.56% <ø> (-0.02%) ⬇️
4.14-m6a.metal 78.66% <ø> (ø)
4.14-m6g.metal 77.66% <ø> (ø)
4.14-m6i.metal 79.54% <ø> (ø)
5.10-c7g.metal 80.58% <ø> (ø)
5.10-m5d.metal 82.22% <ø> (-0.03%) ⬇️
5.10-m6a.metal 81.44% <ø> (ø)
5.10-m6g.metal 80.58% <ø> (ø)
5.10-m6i.metal 82.21% <ø> (ø)
6.1-c7g.metal 80.58% <ø> (ø)
6.1-m5d.metal 82.23% <ø> (-0.02%) ⬇️
6.1-m6a.metal 81.44% <ø> (ø)
6.1-m6g.metal 80.58% <ø> (ø)
6.1-m6i.metal 82.21% <ø> (ø)

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 8523e2a into main Sep 19, 2023
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-f41be0066e branch September 19, 2023 09:34
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.

2 participants