Skip to content

Commit 2fbb814

Browse files
authored
Merge branch 'main' into fix-tsa-vuln-check
2 parents ac342ed + f481687 commit 2fbb814

File tree

3 files changed

+34
-10
lines changed

3 files changed

+34
-10
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
day: "monday"
88
allow:
99
- dependency-type: "all"
10+
ignore:
11+
- dependency-name: "aws-lc-rs"
1012
groups:
1113
rust-vmm:
1214
patterns:

Cargo.lock

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

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ acpi_tables = { path = "../acpi-tables" }
1919
aes-gcm = { version = "0.10.1", default-features = false, features = ["aes"] }
2020
anyhow = "1.0.100"
2121
arrayvec = { version = "0.7.6", optional = true }
22-
aws-lc-rs = { version = "1.14.1", features = ["bindgen"] }
22+
aws-lc-rs = { version = "1.14.0", features = ["bindgen"] }
2323
base64 = "0.22.1"
2424
bincode = { version = "2.0.1", features = ["serde"] }
2525
bitflags = "2.9.4"

0 commit comments

Comments
 (0)