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 7 updates #30

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the firecracker group with 7 updates:

Package From To
cargo_toml 0.16.0 0.16.2
userfaultfd 0.6.1 0.7.0
aes-gcm 0.10.2 0.10.3
aho-corasick 1.1.0 1.1.1
hermit-abi 0.3.2 0.3.3
semver 1.0.18 1.0.19
winapi-util 0.1.5 0.1.6

Updates cargo_toml from 0.16.0 to 0.16.2

Commits

Updates userfaultfd from 0.6.1 to 0.7.0

Release notes

Sourced from userfaultfd's releases.

0.2.0 crates.io release

  • Removed the compile-time Linux version check, and replaced it with a Cargo feature.

    The Linux version check was overly restrictive, even on systems that did have the right kernel version installed but had older headers in /usr/include/linux. Beyond that, this check made it more difficult to compile on a different host than what's targeted.

    There is now a linux4_14 feature flag on userfaultfd-sys, which turns on and tests the extra constants available in that version. Since userfaultfd did not make use of any of those newer features, it doesn't have a feature flag yet.

    Applications should take care when initializing with UffdBuilder to specify the features and ioctls they require, so that an unsupported version will be detected at runtime.

0.1.0 crates.io release

0.1.0 (2020-04-07)

  • Initial public release of userfaultfd-rs.
Commits

Updates aes-gcm from 0.10.2 to 0.10.3

Commits

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

| Package | From | To |
| --- | --- | --- |
| [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.16.0` | `0.16.2` |
| [userfaultfd](https://github.com/bytecodealliance/userfaultfd-rs) | `0.6.1` | `0.7.0` |
| [aes-gcm](https://github.com/RustCrypto/AEADs) | `0.10.2` | `0.10.3` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.0` | `1.1.1` |
| [hermit-abi](https://github.com/hermitcore/hermit-rs) | `0.3.2` | `0.3.3` |
| [semver](https://github.com/dtolnay/semver) | `1.0.18` | `1.0.19` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.5` | `0.1.6` |


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

Updates `userfaultfd` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/bytecodealliance/userfaultfd-rs/releases)
- [Changelog](https://github.com/bytecodealliance/userfaultfd-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bytecodealliance/userfaultfd-rs/commits)

Updates `aes-gcm` from 0.10.2 to 0.10.3
- [Commits](RustCrypto/AEADs@aes-gcm-v0.10.2...aes-gcm-v0.10.3)

Updates `aho-corasick` from 1.1.0 to 1.1.1
- [Commits](BurntSushi/aho-corasick@1.1.0...1.1.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 `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 `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: cargo_toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: userfaultfd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: aes-gcm
  dependency-type: indirect
  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: hermit-abi
  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: 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 the dependencies Pull requests that update a dependency file label Sep 25, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 2, 2023

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

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-ea683f3801 branch October 2, 2023 16:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants