Skip to content

Commit

Permalink
build(deps): Bump the firecracker group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the firecracker group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` |
| [dunce](https://gitlab.com/kornelski/dunce) | `1.0.4` | `1.0.5` |
| [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) | `0.2.18` | `0.2.20` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.8` | `0.1.9` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.6.6` | `0.7.35` |


Updates `regex` from 1.10.5 to 1.10.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.10.5...1.10.6)

Updates `dunce` from 1.0.4 to 1.0.5
- [Commits](https://gitlab.com/kornelski/dunce/compare/v1.0.4...v1.0.5)

Updates `ppv-lite86` from 0.2.18 to 0.2.20
- [Commits](https://github.com/cryptocorrosion/cryptocorrosion/commits)

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

Updates `zerocopy-derive` from 0.6.6 to 0.7.35
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/commits)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: dunce
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: ppv-lite86
  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
- dependency-name: zerocopy-derive
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and roypat committed Aug 6, 2024
1 parent 9fccf02 commit bb7df4f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 36 deletions.
47 changes: 13 additions & 34 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vmm = { path = "../vmm" }
[dev-dependencies]
cargo_toml = "0.20.4"
libc = "0.2.155"
regex = { version = "1.10.5", default-features = false, features = ["std", "unicode-perl"] }
regex = { version = "1.10.6", default-features = false, features = ["std", "unicode-perl"] }

# Dev-Dependencies for uffd examples
serde = { version = "1.0.204", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bench = false
libc = "0.2.155"
log-instrument = { path = "../log-instrument", optional = true }
nix = { version = "0.29.0", default-features = false, features = ["dir"] }
regex = { version = "1.10.5", default-features = false, features = ["std"] }
regex = { version = "1.10.6", default-features = false, features = ["std"] }
thiserror = "1.0.63"

utils = { path = "../utils" }
Expand Down

0 comments on commit bb7df4f

Please sign in to comment.