Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
248 changes: 152 additions & 96 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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 = "2.0.11"
thiserror = "2.0.12"
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
zerocopy = { version = "0.8.20", features = ["derive"] }
zerocopy = { version = "0.8.23", features = ["derive"] }

[lib]
bench = false
Expand Down
8 changes: 4 additions & 4 deletions src/clippy-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ bench = false
[dependencies]
clap = { version = "4.5.31", features = ["derive"] }
itertools = "0.14.0"
proc-macro2 = { version = "1.0.93", features = ["span-locations"] }
quote = "1.0.38"
syn = { version = "2.0.98", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
proc-macro2 = { version = "1.0.94", features = ["span-locations"] }
quote = "1.0.39"
syn = { version = "2.0.100", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
walkdir = "2.5.0"

[dev-dependencies]
uuid = { version = "1.14.0", features = ["v4"] }
uuid = { version = "1.15.1", features = ["v4"] }

[lints]
workspace = true
6 changes: 3 additions & 3 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.31", features = ["derive", "string"] }
displaydoc = "0.2.5"
libc = "0.2.170"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
thiserror = "2.0.11"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
thiserror = "2.0.12"

vmm = { path = "../vmm" }
vmm-sys-util = "0.12.1"
Expand Down
14 changes: 7 additions & 7 deletions src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@ libc = "0.2.170"
log-instrument = { path = "../log-instrument", optional = true }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }

serde = { version = "1.0.218", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_derive = "1.0.136"
serde_json = "1.0.139"
thiserror = "2.0.11"
serde_json = "1.0.140"
thiserror = "2.0.12"
timerfd = "1.6.0"
utils = { path = "../utils" }
vmm = { path = "../vmm" }
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }

[dev-dependencies]
cargo_toml = "0.21.0"
cargo_toml = "0.22.1"
libc = "0.2.170"
regex = { version = "1.11.1", default-features = false, features = ["std", "unicode-perl"] }

# Dev-Dependencies for uffd examples
serde = { version = "1.0.218", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
userfaultfd = "0.8.1"

[build-dependencies]
seccompiler = { path = "../seccompiler" }
serde = { version = "1.0.218" }
serde_json = "1.0.139"
serde = { version = "1.0.219" }
serde_json = "1.0.140"

[features]
tracing = ["log-instrument", "utils/tracing", "vmm/tracing"]
Expand Down
2 changes: 1 addition & 1 deletion src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bench = false
libc = "0.2.170"
log-instrument = { path = "../log-instrument", optional = true }
regex = { version = "1.11.1", default-features = false, features = ["std"] }
thiserror = "2.0.11"
thiserror = "2.0.12"
vmm-sys-util = "0.12.1"

utils = { path = "../utils" }
Expand Down
6 changes: 3 additions & 3 deletions src/log-instrument-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ proc-macro = true
bench = false

[dependencies]
proc-macro2 = "1.0.93"
quote = "1.0.38"
syn = { version = "2.0.98", features = ["full", "extra-traits"] }
proc-macro2 = "1.0.94"
quote = "1.0.39"
syn = { version = "2.0.100", features = ["full", "extra-traits"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion src/log-instrument/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ log = "0.4.26"
log-instrument-macros = { path = "../log-instrument-macros" }

[dev-dependencies]
env_logger = "0.11.6"
env_logger = "0.11.7"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion src/rebase-snap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bench = false
displaydoc = "0.2.5"
libc = "0.2.170"
log-instrument = { path = "../log-instrument", optional = true }
thiserror = "2.0.11"
thiserror = "2.0.12"
vmm-sys-util = "0.12.1"

utils = { path = "../utils" }
Expand Down
10 changes: 5 additions & 5 deletions src/seccompiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ path = "src/bin.rs"
bench = false

[dependencies]
bincode = "1.2.1"
bincode = "2.0.0"
clap = { version = "4.5.31", features = ["derive", "string"] }
displaydoc = "0.2.5"
libc = "0.2.170"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
thiserror = "2.0.11"
zerocopy = { version = "0.8.20" }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
thiserror = "2.0.12"
zerocopy = { version = "0.8.23" }

[lints]
workspace = true
4 changes: 2 additions & 2 deletions src/snapshot-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ displaydoc = "0.2.5"
fc_utils = { package = "utils", path = "../utils" }
libc = "0.2.170"
log-instrument = { path = "../log-instrument", optional = true }
semver = "1.0.25"
thiserror = "2.0.11"
semver = "1.0.26"
thiserror = "2.0.12"
vmm = { path = "../vmm" }
vmm-sys-util = "0.12.1"

Expand Down
2 changes: 1 addition & 1 deletion src/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bench = false
displaydoc = "0.2.5"
libc = "0.2.170"
log-instrument = { path = "../log-instrument", optional = true }
thiserror = "2.0.11"
thiserror = "2.0.12"

[features]
tracing = ["log-instrument"]
Expand Down
18 changes: 9 additions & 9 deletions src/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ bench = false
acpi_tables = { path = "../acpi-tables" }
aes-gcm = { version = "0.10.1", default-features = false, features = ["aes"] }
arrayvec = { version = "0.7.6", optional = true }
aws-lc-rs = { version = "1.12.4", features = ["bindgen"] }
aws-lc-rs = { version = "1.12.5", features = ["bindgen"] }
base64 = "0.22.1"
bincode = "1.2.1"
bitflags = "2.8.0"
bincode = "2.0.0"
bitflags = "2.9.0"
crc64 = "2.0.0"
derive_more = { version = "2.0.1", default-features = false, features = ["from", "display"] }
displaydoc = "0.2.5"
event-manager = "0.4.0"
gdbstub = { version = "0.7.3", optional = true }
gdbstub = { version = "0.7.5", optional = true }
gdbstub_arch = { version = "0.3.1", optional = true }
kvm-bindings = { version = "0.11.1", features = ["fam-wrappers", "serde"] }
kvm-ioctls = "0.21.0"
Expand All @@ -31,11 +31,11 @@ log-instrument = { path = "../log-instrument", optional = true }
memfd = "0.6.3"
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }

semver = { version = "1.0.25", features = ["serde"] }
serde = { version = "1.0.218", features = ["derive", "rc"] }
serde_json = "1.0.139"
semver = { version = "1.0.26", features = ["serde"] }
serde = { version = "1.0.219", features = ["derive", "rc"] }
serde_json = "1.0.140"
slab = "0.4.7"
thiserror = "2.0.11"
thiserror = "2.0.12"
timerfd = "1.5.0"
userfaultfd = "0.8.1"
utils = { path = "../utils" }
Expand All @@ -44,7 +44,7 @@ vm-allocator = "0.1.0"
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
vm-superio = "0.8.0"
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
zerocopy = { version = "0.8.20" }
zerocopy = { version = "0.8.23" }

[target.'cfg(target_arch = "aarch64")'.dependencies]
vm-fdt = "0.3.0"
Expand Down
Loading