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 17 updates #4142

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the firecracker group with 17 updates:

Package From To
clap 4.4.4 4.4.6
thiserror 1.0.48 1.0.49
cargo_toml 0.16.0 0.16.3
regex 1.9.5 1.9.6
aho-corasick 1.1.0 1.1.1
anstyle 1.0.3 1.0.4
anstyle-parse 0.2.1 0.2.2
errno 0.3.3 0.3.4
hashbrown 0.14.0 0.14.1
hermit-abi 0.3.2 0.3.3
indexmap 2.0.0 2.0.2
memchr 2.6.3 2.6.4
proptest 1.2.0 1.3.1
rustix 0.37.23 0.37.24
semver 1.0.18 1.0.19
toml 0.8.0 0.8.1
winapi-util 0.1.5 0.1.6

Updates clap from 4.4.4 to 4.4.6

Release notes

Sourced from clap's releases.

v4.4.6

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream

v4.4.5

[4.4.5] - 2023-09-25

Fixes

  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users
Changelog

Sourced from clap's changelog.

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream

[4.4.5] - 2023-09-25

Fixes

  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users
Commits

Updates thiserror from 1.0.48 to 1.0.49

Release notes

Sourced from thiserror's releases.

1.0.49

  • Access libcore types through ::core in generated code (#255, thanks @​mina86)
Commits

Updates cargo_toml from 0.16.0 to 0.16.3

Commits

Updates regex from 1.9.5 to 1.9.6

Changelog

Sourced from regex's changelog.

1.9.6 (2023-09-30)

This is a patch release that fixes a panic that can occur when the default regex size limit is increased to a large number.

  • BUG aa4e4c71: Fix a bug where computing the maximum haystack length for the bounded backtracker could result underflow and thus provoke a panic later in a search due to a broken invariant.
Commits
  • 11b4443 1.9.6
  • 3dda425 deps: bump regex-automata to 0.3.9
  • 03f00bd regex-automata-0.3.9
  • e467408 changelog: 1.9.6
  • aa4e4c7 automata: fix unintended panic in max_haystack_len
  • 27a2538 automata: add some #[inline] annotations
  • 061ee81 readme: visually emphasize performance criteria difference
  • 8275c1b doc: fix a few typos
  • cdc0dbd readme: add section about performance and benchmarks
  • 4aaf389 ci: pin to memchr 2.6.2 for MSRV CI job
  • See full diff in compare view

Updates aho-corasick from 1.1.0 to 1.1.1

Commits
  • 3c475c5 1.1.1
  • 3c811c2 teddy: replace _mm_extract_epi64 with transmute
  • 3ed2c38 benchmarks: start work on a more curated set of benchmarks
  • dd84b6d benchmarks: rename 'curated' to 'regexcurated'
  • See full diff in compare view

Updates anstyle from 1.0.3 to 1.0.4

Commits

Updates anstyle-parse from 0.2.1 to 0.2.2

Commits

Updates errno from 0.3.3 to 0.3.4

Changelog

Sourced from errno's changelog.

[0.3.4] - 2023-10-01

  • Add GNU/Hurd support #80
Commits

Updates hashbrown from 0.14.0 to 0.14.1

Changelog

Sourced from hashbrown's changelog.

[v0.14.1] - 2023-09-28

Added

  • Allow serializing HashMaps that use a custom allocator. (#449)

Changed

  • Use the Equivalent trait from the equivalent crate. (#442)
  • Slightly improved performance of table resizing. (#451)
  • Relaxed MSRV to 1.63.0. (#457)
  • Removed Clone requirement from custom allocators. (#468)

Fixed

  • Fixed custom allocators being leaked in some situations. (#439, #465)
Commits
  • 844b337 Auto merge of #471 - Amanieu:release-0.14.1, r=Amanieu
  • f08765f Prepare release of v0.14.1
  • a24996e Auto merge of #469 - JustForFun88:doc_all_find_isert, r=Amanieu
  • eb9e772 Doc all find_ functions
  • fe81cad Auto merge of #468 - JustForFun88:make_alloc_not_clone, r=Amanieu
  • 91d3675 Fix mistake with prepare_resize and use const instead of new()
  • 1167d19 Make allocator not clone and document all changes
  • a33acbe Auto merge of #465 - JustForFun88:fix_bugs_clone_from, r=Amanieu
  • 8a4a1c7 Cange forget to ScopeGuard::into_inner
  • ec75914 Auto merge of #467 - JustForFun88:remove_cross_toml, r=Amanieu
  • Additional commits viewable in compare view

Updates hermit-abi from 0.3.2 to 0.3.3

Commits
  • 7c5fd16 chore: release hermit-abi 0.3.3
  • 3408237 feat(examples): add webserver
  • 266887c feat(examples): add fuse_test
  • da81b28 feat(abi): add syscalls for directories
  • 8e1d4b9 style: sort Cargo.toml
  • 07b05aa Merge pull request #481 from mkroening/nightly-2023-09-15
  • 7cdf9c7 chore: upgrade to nightly-2023-09-15
  • 90f3c0c Merge pull request #479 from hermit-os/dependabot/github_actions/docker/build...
  • 44836f7 Merge pull request #478 from hermit-os/dependabot/github_actions/docker/login...
  • 134daff build(deps): Bump docker/build-push-action from 4 to 5
  • Additional commits viewable in compare view

Updates indexmap from 2.0.0 to 2.0.2

Changelog

Sourced from indexmap's changelog.

  • 2.0.2

    • The hashbrown dependency has been updated to version 0.14.1 to complete the support for Rust 1.63.
  • 2.0.1

    • MSRV: Rust 1.63.0 is now supported as well, pending publication of hashbrown's relaxed MSRV (or use cargo --ignore-rust-version).
Commits
  • 67e67dd Merge pull request #277 from cuviper/release-2.0.2
  • 9de727d Release 2.0.2 with complete MSRV 1.63
  • fbd129f Merge pull request #276 from cuviper/release-2.0.1
  • 9dcae76 Release 2.0.1 with rust-version = "1.63"
  • 2eaf59c Merge pull request #275 from cuviper/safe-swap
  • 8e03753 Use RawTable::get_many_mut for safe swap_indices
  • 0604c5b Merge pull request #273 from your-diary/docs/indexset
  • 77c58aa Improve explanation about IndexSet's complexity.
  • 9469a1b Merge pull request #272 from daxpedda/minimal-versions
  • 8360847 Test direct-minimal-versions
  • Additional commits viewable in compare view

Updates memchr from 2.6.3 to 2.6.4

Commits

Updates proptest from 1.2.0 to 1.3.1

Commits
  • 0b4ffe8 [Release] 1.3.1 -- fix for incompatible bit-set/bit-vec versions (#375)
  • 99bdf24 [Release] 1.3.0 (#373)
  • 7bfc889 Merge pull request #357 from tzemanovic/tomas/clear-break-dead-code
  • eb9db9d Merge branch 'master' into tomas/clear-break-dead-code
  • 370b3a0 Permit use of (?-u) in byte-regex strategies (#336) (#337)
  • e395e8c Add PathBuf Arbitrary impl with tests (#368)
  • fcccad0 Book tips and best practices (#367)
  • fc3be95 Merge pull request #355 from tzemanovic/tomas/fix-sm-logs
  • 7292965 Merge pull request #360 from psychon/remove-byteorder
  • 466d59d [proptest] silence clippy::arc_with_non_send_sync warning with prop_oneof (#363)
  • Additional commits viewable in compare view

Updates rustix from 0.37.23 to 0.37.24

Commits
  • b78aeff chore: Release rustix version 0.37.24
  • c0c3f01 Add GNU/Hurd support (#852)
  • f416b6b Fix the test_ttyname_ok test when /dev/stdin is inaccessable. (#821)
  • aee5b09 Downgrade dependencies and disable tests to compile under Rust 1.48.
  • 6d42c38 Disable MIPS in CI. (#793)
  • See full diff in compare view

Updates semver from 1.0.18 to 1.0.19

Release notes

Sourced from semver's releases.

1.0.19

Commits
  • 72a6b5a Release 1.0.19
  • 83abc7f Relocate comparator parse testing
  • 2d34e8f Touch up PR 299 test cases
  • 5e09329 More comprehensible excessive version comparator test
  • 473209f Merge pull request #299 from CXWorks/master
  • cb07901 Update actions/checkout@v3 -> v4
  • fff3f40 Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
  • 2399480 Temporarily disable -Zrandomize-layout due to rustc ICE
  • b074ea0 Resolve incorrect_partial_ord_impl_on_ord_type clippy lint
  • 2d50313 Add missed test cases
  • See full diff in compare view

Updates toml from 0.8.0 to 0.8.1

Commits
  • d308188 chore: Release
  • af0b01e docs: Update changelog
  • d3df1cf Merge pull request #612 from epage/key
  • a376cfd fix(serde): Allow newtypes for keys
  • 1bdf123 test(serde): Show existing newtype key behavior
  • cb3eed5 chore: Update from '_rust/main'
  • ac51f09 chore(ci): Normalize json5 syntax
  • 86c29de chore(ci): Updaet Renovate schema
  • e82d039 chore: Update from '_rust/main'
  • 4173c8f chore(ci): Don't set patch for MSRV
  • Additional commits viewable in compare view

Updates winapi-util from 0.1.5 to 0.1.6

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

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.4` | `4.4.6` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.48` | `1.0.49` |
| [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.16.0` | `0.16.3` |
| [regex](https://github.com/rust-lang/regex) | `1.9.5` | `1.9.6` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.0` | `1.1.1` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.3` | `1.0.4` |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.1` | `0.2.2` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.3` | `0.3.4` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.0` | `0.14.1` |
| [hermit-abi](https://github.com/hermitcore/hermit-rs) | `0.3.2` | `0.3.3` |
| [indexmap](https://github.com/bluss/indexmap) | `2.0.0` | `2.0.2` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.6.3` | `2.6.4` |
| [proptest](https://github.com/proptest-rs/proptest) | `1.2.0` | `1.3.1` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.37.23` | `0.37.24` |
| [semver](https://github.com/dtolnay/semver) | `1.0.18` | `1.0.19` |
| [toml](https://github.com/toml-rs/toml) | `0.8.0` | `0.8.1` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.5` | `0.1.6` |


Updates `clap` from 4.4.4 to 4.4.6
- [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.4...v4.4.6)

Updates `thiserror` from 1.0.48 to 1.0.49
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.48...1.0.49)

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

Updates `regex` from 1.9.5 to 1.9.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.9.5...1.9.6)

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

Updates `anstyle` from 1.0.3 to 1.0.4
- [Commits](rust-cli/anstyle@v1.0.3...v1.0.4)

Updates `anstyle-parse` from 0.2.1 to 0.2.2
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.1...anstyle-parse-v0.2.2)

Updates `errno` from 0.3.3 to 0.3.4
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.3.3...v0.3.4)

Updates `hashbrown` from 0.14.0 to 0.14.1
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.0...v0.14.1)

Updates `hermit-abi` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/hermitcore/hermit-rs/releases)
- [Commits](hermit-os/hermit-rs@hermit-abi-0.3.2...hermit-abi-0.3.3)

Updates `indexmap` from 2.0.0 to 2.0.2
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.0.0...2.0.2)

Updates `memchr` from 2.6.3 to 2.6.4
- [Commits](BurntSushi/memchr@2.6.3...2.6.4)

Updates `proptest` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.2.0...v1.3.1)

Updates `rustix` from 0.37.23 to 0.37.24
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.37.23...v0.37.24)

Updates `semver` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.18...1.0.19)

Updates `toml` from 0.8.0 to 0.8.1
- [Commits](toml-rs/toml@toml-v0.8.0...toml-v0.8.1)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: thiserror
  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-patch
  dependency-group: firecracker
- dependency-name: regex
  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: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstyle-parse
  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: hashbrown
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: hermit-abi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: indexmap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: memchr
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: proptest
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: semver
  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: winapi-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 Oct 2, 2023
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3d2a61f) 83.10% compared to head (645c6d6) 83.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4142   +/-   ##
=======================================
  Coverage   83.10%   83.10%           
=======================================
  Files         225      225           
  Lines       28604    28604           
=======================================
  Hits        23771    23771           
  Misses       4833     4833           
Flag Coverage Δ
4.14-c7g.metal 78.67% <ø> (ø)
4.14-m5d.metal 80.47% <ø> (-0.02%) ⬇️
4.14-m6a.metal 79.61% <ø> (ø)
4.14-m6g.metal 78.67% <ø> (ø)
4.14-m6i.metal 80.45% <ø> (ø)
5.10-c7g.metal 81.57% <ø> (ø)
5.10-m5d.metal 83.13% <ø> (-0.02%) ⬇️
5.10-m6a.metal 82.37% <ø> (ø)
5.10-m6g.metal 81.57% <ø> (ø)
5.10-m6i.metal 83.11% <ø> (-0.01%) ⬇️
6.1-c7g.metal 81.57% <ø> (ø)
6.1-m5d.metal 83.13% <ø> (-0.02%) ⬇️
6.1-m6a.metal 82.37% <ø> (ø)
6.1-m6g.metal 81.57% <ø> (ø)
6.1-m6i.metal 83.11% <ø> (ø)

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 a376ab1 into main Oct 2, 2023
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-98feee4f77 branch October 2, 2023 08:13
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