Skip to content

Commit 07ce762

Browse files
dependabot[bot]roypat
authored andcommitted
build(deps): Bump the firecracker group with 6 updates
Bumps the firecracker group with 6 updates: | Package | From | To | | --- | --- | --- | | [zerocopy](https://github.com/google/zerocopy) | `0.8.17` | `0.8.18` | | [clap](https://github.com/clap-rs/clap) | `4.5.28` | `4.5.29` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.13` | `1.2.14` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.27` | `4.5.29` | | [equivalent](https://github.com/indexmap-rs/equivalent) | `1.0.1` | `1.0.2` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.23` | `0.22.24` | Updates `zerocopy` from 0.8.17 to 0.8.18 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.17...v0.8.18) Updates `clap` from 4.5.28 to 4.5.29 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.28...clap_complete-v4.5.29) Updates `cc` from 1.2.13 to 1.2.14 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.13...cc-v1.2.14) Updates `clap_builder` from 4.5.27 to 4.5.29 - [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.5.27...v4.5.29) Updates `equivalent` from 1.0.1 to 1.0.2 - [Commits](indexmap-rs/equivalent@v1.0.1...v1.0.2) Updates `toml_edit` from 0.22.23 to 0.22.24 - [Commits](toml-rs/toml@v0.22.23...v0.22.24) --- updated-dependencies: - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: equivalent dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6521be5 commit 07ce762

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

Cargo.lock

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

src/acpi-tables/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010
displaydoc = "0.2.5"
1111
thiserror = "2.0.11"
1212
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
13-
zerocopy = { version = "0.8.17", features = ["derive"] }
13+
zerocopy = { version = "0.8.18", features = ["derive"] }
1414

1515
[lib]
1616
bench = false

src/clippy-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "clippy-tracing"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.5.28", features = ["derive"] }
13+
clap = { version = "4.5.29", features = ["derive"] }
1414
itertools = "0.14.0"
1515
proc-macro2 = { version = "1.0.93", features = ["span-locations"] }
1616
quote = "1.0.38"

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "cpu-template-helper"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.5.28", features = ["derive", "string"] }
13+
clap = { version = "4.5.29", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515
libc = "0.2.169"
1616
log-instrument = { path = "../log-instrument", optional = true }

src/seccompiler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ bench = false
1717

1818
[dependencies]
1919
bincode = "1.2.1"
20-
clap = { version = "4.5.28", features = ["derive", "string"] }
20+
clap = { version = "4.5.29", features = ["derive", "string"] }
2121
displaydoc = "0.2.5"
2222
libc = "0.2.169"
2323
serde = { version = "1.0.217", features = ["derive"] }
2424
serde_json = "1.0.138"
2525
thiserror = "2.0.11"
26-
zerocopy = { version = "0.8.17" }
26+
zerocopy = { version = "0.8.18" }
2727

2828
[lints]
2929
workspace = true

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "snapshot-editor"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.5.28", features = ["derive", "string"] }
13+
clap = { version = "4.5.29", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515

1616
fc_utils = { package = "utils", path = "../utils" }

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ vm-allocator = "0.1.0"
4444
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
4545
vm-superio = "0.8.0"
4646
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
47-
zerocopy = { version = "0.8.17" }
47+
zerocopy = { version = "0.8.18" }
4848

4949
[target.'cfg(target_arch = "aarch64")'.dependencies]
5050
vm-fdt = "0.3.0"

0 commit comments

Comments
 (0)