Skip to content

Commit

Permalink
build(deps): Bump the firecracker group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the firecracker group with 6 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` |
| [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 `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: 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]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 71c56c0 commit 00e4a43
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 15 deletions.
71 changes: 58 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ utils = { path = "../utils" }
vmm = { path = "../vmm" }

[dev-dependencies]
cargo_toml = "0.16.0"
cargo_toml = "0.16.2"
regex = { version = "1.9.5", default-features = false, features = ["std", "unicode-perl"] }

# Dev-Dependencies for uffd examples
serde = { version = "1.0.188", features = ["derive"] }
userfaultfd = "0.6.1"
userfaultfd = "0.7.0"

[build-dependencies]
bincode = "1.2.1"
Expand Down

0 comments on commit 00e4a43

Please sign in to comment.