Skip to content

Commit

Permalink
build(deps): Bump the firecracker group across 1 directory with 6 upd…
Browse files Browse the repository at this point in the history
…ates

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]>
  • Loading branch information
dependabot[bot] authored and ShadowCurse committed Oct 16, 2024
1 parent 4b79156 commit a4cced0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 23 deletions.
35 changes: 18 additions & 17 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/acpi-tables/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
displaydoc = "0.2.5"
thiserror = "1.0.64"
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
zerocopy = { version = "0.8.2", features = ["derive"] }
zerocopy = { version = "0.8.5", features = ["derive"] }

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion src/clippy-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "clippy-tracing"
bench = false

[dependencies]
clap = { version = "4.5.19", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
itertools = "0.13.0"
proc-macro2 = { version = "1.0.87", features = ["span-locations"] }
quote = "1.0.37"
Expand Down
2 changes: 1 addition & 1 deletion src/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "cpu-template-helper"
bench = false

[dependencies]
clap = { version = "4.5.19", features = ["derive", "string"] }
clap = { version = "4.5.20", features = ["derive", "string"] }
displaydoc = "0.2.5"
libc = "0.2.159"
log-instrument = { path = "../log-instrument", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/snapshot-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "snapshot-editor"
bench = false

[dependencies]
clap = { version = "4.5.19", features = ["derive", "string"] }
clap = { version = "4.5.20", features = ["derive", "string"] }
displaydoc = "0.2.5"

fc_utils = { package = "utils", path = "../utils" }
Expand Down
4 changes: 2 additions & 2 deletions src/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ derive_more = { version = "1.0.0", default-features = false, features = ["from",
displaydoc = "0.2.5"
event-manager = "0.4.0"
gdbstub = { version = "0.7.2", optional = true }
gdbstub_arch = { version = "0.3.0", optional = true }
gdbstub_arch = { version = "0.3.1", optional = true }
kvm-bindings = { version = "0.9.1", features = ["fam-wrappers", "serde"] }
kvm-ioctls = "0.18.0"
lazy_static = "1.5.0"
Expand All @@ -46,7 +46,7 @@ vm-allocator = "0.1.0"
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
vm-superio = "0.8.0"
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
zerocopy = { version = "0.8.2" }
zerocopy = { version = "0.8.5" }

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

0 comments on commit a4cced0

Please sign in to comment.