Skip to content

Commit 3994f50

Browse files
authored
Merge branch 'main' into perf_refactor
2 parents 3a177d7 + b240124 commit 3994f50

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
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.35", features = ["derive"] }
13+
clap = { version = "4.5.36", features = ["derive"] }
1414
itertools = "0.14.0"
1515
proc-macro2 = { version = "1.0.94", 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.35", features = ["derive", "string"] }
13+
clap = { version = "4.5.36", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515
libc = "0.2.171"
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.35", features = ["derive", "string"] }
20+
clap = { version = "4.5.36", features = ["derive", "string"] }
2121
displaydoc = "0.2.5"
2222
libc = "0.2.171"
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.35", features = ["derive", "string"] }
13+
clap = { version = "4.5.36", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515

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

0 commit comments

Comments
 (0)