Skip to content

Commit bb7df4f

Browse files
dependabot[bot]roypat
authored andcommitted
build(deps): Bump the firecracker group with 5 updates
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]>
1 parent 9fccf02 commit bb7df4f

File tree

3 files changed

+15
-36
lines changed

3 files changed

+15
-36
lines changed

Cargo.lock

Lines changed: 13 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/firecracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vmm = { path = "../vmm" }
3434
[dev-dependencies]
3535
cargo_toml = "0.20.4"
3636
libc = "0.2.155"
37-
regex = { version = "1.10.5", default-features = false, features = ["std", "unicode-perl"] }
37+
regex = { version = "1.10.6", default-features = false, features = ["std", "unicode-perl"] }
3838

3939
# Dev-Dependencies for uffd examples
4040
serde = { version = "1.0.204", features = ["derive"] }

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bench = false
1515
libc = "0.2.155"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
nix = { version = "0.29.0", default-features = false, features = ["dir"] }
18-
regex = { version = "1.10.5", default-features = false, features = ["std"] }
18+
regex = { version = "1.10.6", default-features = false, features = ["std"] }
1919
thiserror = "1.0.63"
2020

2121
utils = { path = "../utils" }

0 commit comments

Comments
 (0)