Skip to content

Commit c9b5b16

Browse files
authored
Merge branch 'main' into fix-jailer-underflow
2 parents 9895cc9 + 3ca2fab commit c9b5b16

File tree

7 files changed

+114
-53
lines changed

7 files changed

+114
-53
lines changed

Cargo.lock

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

src/acpi-tables/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010
displaydoc = "0.2.5"
1111
thiserror = "2.0.11"
1212
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
13-
zerocopy = { version = "0.8.14", features = ["derive"] }
13+
zerocopy = { version = "0.8.17", features = ["derive"] }
1414

1515
[lib]
1616
bench = false

src/clippy-tracing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ name = "clippy-tracing"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.5.27", features = ["derive"] }
13+
clap = { version = "4.5.28", features = ["derive"] }
1414
itertools = "0.14.0"
1515
proc-macro2 = { version = "1.0.93", features = ["span-locations"] }
1616
quote = "1.0.38"
1717
syn = { version = "2.0.98", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.5.0"
1919

2020
[dev-dependencies]
21-
uuid = { version = "1.12.1", features = ["v4"] }
21+
uuid = { version = "1.13.1", features = ["v4"] }
2222

2323
[lints]
2424
workspace = true

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

src/seccompiler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ bench = false
1717

1818
[dependencies]
1919
bincode = "1.2.1"
20-
clap = { version = "4.5.27", features = ["derive", "string"] }
20+
clap = { version = "4.5.28", features = ["derive", "string"] }
2121
displaydoc = "0.2.5"
2222
libc = "0.2.169"
2323
serde = { version = "1.0.217", features = ["derive"] }
2424
serde_json = "1.0.138"
2525
thiserror = "2.0.11"
26-
zerocopy = { version = "0.8.14" }
26+
zerocopy = { version = "0.8.17" }
2727

2828
[lints]
2929
workspace = true

0 commit comments

Comments
 (0)