Skip to content

Commit a4cced0

Browse files
dependabot[bot]ShadowCurse
authored andcommitted
build(deps): Bump the firecracker group across 1 directory with 6 updates
Bumps the firecracker group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [zerocopy](https://github.com/google/zerocopy) | `0.8.2` | `0.8.5` | | [clap](https://github.com/clap-rs/clap) | `4.5.19` | `4.5.20` | | [gdbstub_arch](https://github.com/daniel5151/gdbstub) | `0.3.0` | `0.3.1` | | [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.12.12` | `0.12.13` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.28` | `1.1.30` | Updates `zerocopy` from 0.8.2 to 0.8.5 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.2...v0.8.5) Updates `clap` from 4.5.19 to 4.5.20 - [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.19...clap_complete-v4.5.20) Updates `gdbstub_arch` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/daniel5151/gdbstub/releases) - [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md) - [Commits](https://github.com/daniel5151/gdbstub/commits) Updates `aws-lc-fips-sys` from 0.12.12 to 0.12.13 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.12.12...aws-lc-fips-sys/v0.12.13) Updates `cc` from 1.1.28 to 1.1.30 - [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.1.28...cc-v1.1.30) Updates `clap_builder` from 4.5.19 to 4.5.20 - [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.19...v4.5.20) --- 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: gdbstub_arch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aws-lc-fips-sys dependency-type: indirect 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b79156 commit a4cced0

File tree

6 files changed

+24
-23
lines changed

6 files changed

+24
-23
lines changed

Cargo.lock

Lines changed: 18 additions & 17 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 = "1.0.64"
1212
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
13-
zerocopy = { version = "0.8.2", features = ["derive"] }
13+
zerocopy = { version = "0.8.5", 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.19", features = ["derive"] }
13+
clap = { version = "4.5.20", features = ["derive"] }
1414
itertools = "0.13.0"
1515
proc-macro2 = { version = "1.0.87", features = ["span-locations"] }
1616
quote = "1.0.37"

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.19", features = ["derive", "string"] }
13+
clap = { version = "4.5.20", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515
libc = "0.2.159"
1616
log-instrument = { path = "../log-instrument", optional = 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.19", features = ["derive", "string"] }
13+
clap = { version = "4.5.20", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515

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

src/vmm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ derive_more = { version = "1.0.0", default-features = false, features = ["from",
2121
displaydoc = "0.2.5"
2222
event-manager = "0.4.0"
2323
gdbstub = { version = "0.7.2", optional = true }
24-
gdbstub_arch = { version = "0.3.0", optional = true }
24+
gdbstub_arch = { version = "0.3.1", optional = true }
2525
kvm-bindings = { version = "0.9.1", features = ["fam-wrappers", "serde"] }
2626
kvm-ioctls = "0.18.0"
2727
lazy_static = "1.5.0"
@@ -46,7 +46,7 @@ vm-allocator = "0.1.0"
4646
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
4747
vm-superio = "0.8.0"
4848
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
49-
zerocopy = { version = "0.8.2" }
49+
zerocopy = { version = "0.8.5" }
5050

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

0 commit comments

Comments
 (0)