Skip to content

Commit 94c674d

Browse files
authored
Merge branch 'main' into dependabot/pip/tools/devctr/aiohttp-3.10.11
2 parents 9dcedc4 + 9184e82 commit 94c674d

File tree

11 files changed

+63
-63
lines changed

11 files changed

+63
-63
lines changed

Cargo.lock

Lines changed: 35 additions & 35 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.3"
1212
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
13-
zerocopy = { version = "0.8.9", features = ["derive"] }
13+
zerocopy = { version = "0.8.10", features = ["derive"] }
1414

1515
[lib]
1616
bench = false

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.20", features = ["derive"] }
13+
clap = { version = "4.5.21", features = ["derive"] }
1414
itertools = "0.13.0"
1515
proc-macro2 = { version = "1.0.89", features = ["span-locations"] }
1616
quote = "1.0.37"

src/cpu-template-helper/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ name = "cpu-template-helper"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.5.20", features = ["derive", "string"] }
13+
clap = { version = "4.5.21", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
15-
libc = "0.2.162"
15+
libc = "0.2.164"
1616
log-instrument = { path = "../log-instrument", optional = true }
17-
serde = { version = "1.0.214", features = ["derive"] }
18-
serde_json = "1.0.132"
17+
serde = { version = "1.0.215", features = ["derive"] }
18+
serde_json = "1.0.133"
1919
thiserror = "2.0.3"
2020

2121
vmm = { path = "../vmm" }

src/firecracker/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ bench = false
1818
[dependencies]
1919
displaydoc = "0.2.5"
2020
event-manager = "0.4.0"
21-
libc = "0.2.162"
21+
libc = "0.2.164"
2222
log-instrument = { path = "../log-instrument", optional = true }
2323
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
2424

2525
seccompiler = { path = "../seccompiler" }
26-
serde = { version = "1.0.214", features = ["derive"] }
26+
serde = { version = "1.0.215", features = ["derive"] }
2727
serde_derive = "1.0.136"
28-
serde_json = "1.0.132"
28+
serde_json = "1.0.133"
2929
thiserror = "2.0.3"
3030
timerfd = "1.6.0"
3131
utils = { path = "../utils" }
@@ -34,18 +34,18 @@ vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
3434

3535
[dev-dependencies]
3636
cargo_toml = "0.20.5"
37-
libc = "0.2.162"
37+
libc = "0.2.164"
3838
regex = { version = "1.11.1", default-features = false, features = ["std", "unicode-perl"] }
3939

4040
# Dev-Dependencies for uffd examples
41-
serde = { version = "1.0.214", features = ["derive"] }
41+
serde = { version = "1.0.215", features = ["derive"] }
4242
userfaultfd = "0.8.1"
4343

4444
[build-dependencies]
4545
bincode = "1.2.1"
4646
seccompiler = { path = "../seccompiler" }
47-
serde = { version = "1.0.214" }
48-
serde_json = "1.0.132"
47+
serde = { version = "1.0.215" }
48+
serde_json = "1.0.133"
4949

5050
[features]
5151
tracing = ["log-instrument", "seccompiler/tracing", "utils/tracing", "vmm/tracing"]

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "jailer"
1212
bench = false
1313

1414
[dependencies]
15-
libc = "0.2.162"
15+
libc = "0.2.164"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
nix = { version = "0.29.0", default-features = false, features = ["dir"] }
1818
regex = { version = "1.11.1", default-features = false, features = ["std"] }

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bench = false
1111

1212
[dependencies]
1313
displaydoc = "0.2.5"
14-
libc = "0.2.162"
14+
libc = "0.2.164"
1515
log-instrument = { path = "../log-instrument", optional = true }
1616
thiserror = "2.0.3"
1717
vmm-sys-util = "0.12.1"

src/seccompiler/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ bench = false
1818
[dependencies]
1919
bincode = "1.2.1"
2020
displaydoc = "0.2.5"
21-
libc = "0.2.162"
21+
libc = "0.2.164"
2222
log-instrument = { path = "../log-instrument", optional = true }
23-
serde = { version = "1.0.214", features = ["derive"] }
24-
serde_json = "1.0.132"
23+
serde = { version = "1.0.215", features = ["derive"] }
24+
serde_json = "1.0.133"
2525
thiserror = "2.0.3"
2626

2727
utils = { path = "../utils" }

src/snapshot-editor/Cargo.toml

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

1212
[dependencies]
13-
clap = { version = "4.5.20", features = ["derive", "string"] }
13+
clap = { version = "4.5.21", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515

1616
fc_utils = { package = "utils", path = "../utils" }
17-
libc = "0.2.162"
17+
libc = "0.2.164"
1818
log-instrument = { path = "../log-instrument", optional = true }
1919
semver = "1.0.23"
2020
thiserror = "2.0.3"

src/utils/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ bench = false
1111
[dependencies]
1212
derive_more = { version = "1.0.0", default-features = false, features = ["from"] }
1313
displaydoc = "0.2.5"
14-
libc = "0.2.162"
14+
libc = "0.2.164"
1515
log-instrument = { path = "../log-instrument", optional = true }
16-
serde = { version = "1.0.214", features = ["derive"] }
16+
serde = { version = "1.0.215", features = ["derive"] }
1717
thiserror = "2.0.3"
1818
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
1919
vmm-sys-util = "0.12.1"
2020

2121
[dev-dependencies]
22-
serde_json = "1.0.132"
22+
serde_json = "1.0.133"
2323

2424
[features]
2525
tracing = ["log-instrument"]

0 commit comments

Comments
 (0)