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 |
| --- | --- | --- |
| [derive_more](https://github.com/JelteF/derive_more) | `0.99.17` | `0.99.18` |
| [aws-lc-rs](https://github.com/awslabs/aws-lc-rs) | `1.7.2` | `1.7.3` |
| [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.12.8` | `0.12.9` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.17.0` | `0.18.0` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.2` | `2.7.4` |


Updates `derive_more` from 0.99.17 to 0.99.18
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/v0.99.18/CHANGELOG.md)
- [Commits](JelteF/derive_more@v0.99.17...v0.99.18)

Updates `aws-lc-rs` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/awslabs/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.7.2...v1.7.3)

Updates `aws-lc-fips-sys` from 0.12.8 to 0.12.9
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.12.8...aws-lc-fips-sys/v0.12.9)

Updates `aws-lc-sys` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.17.0...aws-lc-sys/v0.18.0)

Updates `memchr` from 2.7.2 to 2.7.4
- [Commits](BurntSushi/memchr@2.7.2...2.7.4)

---
updated-dependencies:
- dependency-name: derive_more
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-rs
  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: aws-lc-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: memchr
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent d82de88 commit 6ec9792
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 46 deletions.
66 changes: 23 additions & 43 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/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
bench = false

[dependencies]
derive_more = { version = "0.99.17", default-features = false, features = ["from"] }
derive_more = { version = "0.99.18", default-features = false, features = ["from"] }
displaydoc = "0.2.4"
libc = "0.2.155"
log-instrument = { path = "../log-instrument", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions src/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ bench = false
[dependencies]
acpi_tables = { path = "../acpi-tables" }
aes-gcm = { version = "0.10.1", default-features = false, features = ["aes"] }
aws-lc-rs = { version = "1.7.2", features = ["bindgen"] }
aws-lc-rs = { version = "1.7.3", features = ["bindgen"] }
base64 = "0.22.1"
bincode = "1.2.1"
bitflags = "2.5.0"
crc64 = "2.0.0"
derive_more = { version = "0.99.17", default-features = false, features = ["from", "display"] }
derive_more = { version = "0.99.18", default-features = false, features = ["from", "display"] }
displaydoc = "0.2.4"
event-manager = "0.4.0"
kvm-bindings = { version = "0.8.0", features = ["fam-wrappers", "serde"] }
Expand Down

0 comments on commit 6ec9792

Please sign in to comment.