Skip to content

Commit 2e1a4c0

Browse files
committed
chore: Update aws-lc-rs 1.16.2
A vulnerability was found in aws-lc-sys [1]. Although Firecracker isn't affected as it doesn't use AWS-LC to validate CN, update aws-lc-rs (and aws-lc-sys indirectly) to suppress cargo-audit failure. [1]: https://rustsec.org/advisories/RUSTSEC-2026-0044.html Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
1 parent 8a00171 commit 2e1a4c0

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

Cargo.lock

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

deny.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ allow = [
55
"Apache-2.0",
66
"BSD-3-Clause",
77
"ISC",
8-
"Unicode-3.0",
9-
"OpenSSL"
8+
"Unicode-3.0"
109
]
1110

1211
[[bans.deny]]

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gdb = ["arrayvec", "gdbstub", "gdbstub_arch"]
1717

1818
acpi_tables = { path = "../acpi-tables" }
1919
arrayvec = { version = "0.7.6", optional = true }
20-
aws-lc-rs = "1.16.1"
20+
aws-lc-rs = "1.16.2"
2121
base64 = "0.22.1"
2222
bincode = { version = "2.0.1", features = ["serde"] }
2323
bitflags = "2.10.0"

0 commit comments

Comments
 (0)