Skip to content

Commit 45f9e59

Browse files
authored
Merge branch 'main' into dependabot/pip/tools/devctr/aiohttp-3.12.14
2 parents 2afa3df + d9340ef commit 45f9e59

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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.40", features = ["derive"] }
13+
clap = { version = "4.5.41", 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
@@ -13,7 +13,7 @@ bench = false
1313
tracing = ["log-instrument", "vmm/tracing"]
1414

1515
[dependencies]
16-
clap = { version = "4.5.40", features = ["derive", "string"] }
16+
clap = { version = "4.5.41", features = ["derive", "string"] }
1717
displaydoc = "0.2.5"
1818
libc = "0.2.174"
1919
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.40", features = ["derive", "string"] }
20+
clap = { version = "4.5.41", features = ["derive", "string"] }
2121
displaydoc = "0.2.5"
2222
libc = "0.2.174"
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
@@ -13,7 +13,7 @@ bench = false
1313
tracing = ["log-instrument", "fc_utils/tracing", "vmm/tracing"]
1414

1515
[dependencies]
16-
clap = { version = "4.5.40", features = ["derive", "string"] }
16+
clap = { version = "4.5.41", features = ["derive", "string"] }
1717
displaydoc = "0.2.5"
1818

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

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
acpi_tables = { path = "../acpi-tables" }
1818
aes-gcm = { version = "0.10.1", default-features = false, features = ["aes"] }
1919
arrayvec = { version = "0.7.6", optional = true }
20-
aws-lc-rs = { version = "1.13.1", features = ["bindgen"] }
20+
aws-lc-rs = { version = "1.13.2", features = ["bindgen"] }
2121
base64 = "0.22.1"
2222
bincode = { version = "2.0.1", features = ["serde"] }
2323
bitflags = "2.9.1"

0 commit comments

Comments
 (0)