Skip to content

Commit

Permalink
Merge branch 'main' into net_queue_512
Browse files Browse the repository at this point in the history
  • Loading branch information
bchalios authored Oct 30, 2024
2 parents 42aacca + e04cdfe commit 6366bcb
Show file tree
Hide file tree
Showing 16 changed files with 116 additions and 99 deletions.
123 changes: 67 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/acpi-tables/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ license = "Apache-2.0"

[dependencies]
displaydoc = "0.2.5"
thiserror = "1.0.64"
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
zerocopy = { version = "0.8.6", features = ["derive"] }
thiserror = "1.0.65"
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-bitmap"] }
zerocopy = { version = "0.8.7", features = ["derive"] }

[lib]
bench = false
Expand Down
4 changes: 2 additions & 2 deletions src/clippy-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ bench = false
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
itertools = "0.13.0"
proc-macro2 = { version = "1.0.88", features = ["span-locations"] }
proc-macro2 = { version = "1.0.89", features = ["span-locations"] }
quote = "1.0.37"
syn = { version = "2.0.82", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
syn = { version = "2.0.85", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
walkdir = "2.5.0"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions src/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clap = { version = "4.5.20", features = ["derive", "string"] }
displaydoc = "0.2.5"
libc = "0.2.161"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
thiserror = "1.0.64"
thiserror = "1.0.65"

vmm = { path = "../vmm" }
vmm-sys-util = "0.12.1"
Expand Down
Loading

0 comments on commit 6366bcb

Please sign in to comment.