Skip to content

Commit b529b67

Browse files
authored
Merge branch 'main' into save_perf_data
2 parents 53310e7 + 1cc5ade commit b529b67

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

Cargo.lock

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

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.37", features = ["derive"] }
13+
clap = { version = "4.5.38", features = ["derive"] }
1414
itertools = "0.14.0"
1515
proc-macro2 = { version = "1.0.95", features = ["span-locations"] }
1616
quote = "1.0.40"

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

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bench = false
1717

1818
[dependencies]
1919
bincode = { version = "2.0.1", features = ["serde"] }
20-
clap = { version = "4.5.37", features = ["derive", "string"] }
20+
clap = { version = "4.5.38", features = ["derive", "string"] }
2121
displaydoc = "0.2.5"
2222
libc = "0.2.172"
2323
serde = { version = "1.0.219", features = ["derive"] }

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.37", features = ["derive", "string"] }
13+
clap = { version = "4.5.38", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515

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

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bench = false
1212
acpi_tables = { path = "../acpi-tables" }
1313
aes-gcm = { version = "0.10.1", default-features = false, features = ["aes"] }
1414
arrayvec = { version = "0.7.6", optional = true }
15-
aws-lc-rs = { version = "1.13.0", features = ["bindgen"] }
15+
aws-lc-rs = { version = "1.13.1", features = ["bindgen"] }
1616
base64 = "0.22.1"
1717
bincode = { version = "2.0.1", features = ["serde"] }
1818
bitflags = "2.9.0"

0 commit comments

Comments
 (0)