Skip to content

Commit 20ca4b9

Browse files
authored
Merge branch 'main' into ab-simplification
2 parents f154498 + e04cdfe commit 20ca4b9

File tree

16 files changed

+116
-99
lines changed

16 files changed

+116
-99
lines changed

Cargo.lock

Lines changed: 67 additions & 56 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ license = "Apache-2.0"
88

99
[dependencies]
1010
displaydoc = "0.2.5"
11-
thiserror = "1.0.64"
12-
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
13-
zerocopy = { version = "0.8.6", features = ["derive"] }
11+
thiserror = "1.0.65"
12+
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-bitmap"] }
13+
zerocopy = { version = "0.8.7", 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
@@ -12,9 +12,9 @@ bench = false
1212
[dependencies]
1313
clap = { version = "4.5.20", features = ["derive"] }
1414
itertools = "0.13.0"
15-
proc-macro2 = { version = "1.0.88", features = ["span-locations"] }
15+
proc-macro2 = { version = "1.0.89", features = ["span-locations"] }
1616
quote = "1.0.37"
17-
syn = { version = "2.0.82", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
17+
syn = { version = "2.0.85", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.5.0"
1919

2020
[dev-dependencies]

src/cpu-template-helper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ clap = { version = "4.5.20", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515
libc = "0.2.161"
1616
log-instrument = { path = "../log-instrument", optional = true }
17-
serde = { version = "1.0.210", features = ["derive"] }
17+
serde = { version = "1.0.214", features = ["derive"] }
1818
serde_json = "1.0.132"
19-
thiserror = "1.0.64"
19+
thiserror = "1.0.65"
2020

2121
vmm = { path = "../vmm" }
2222
vmm-sys-util = "0.12.1"

0 commit comments

Comments
 (0)