Skip to content

Commit c950594

Browse files
authored
Merge branch 'main' into dependabot/pip/tools/devctr/urllib3-2.6.0
2 parents 7e8cc40 + 5baa588 commit c950594

File tree

14 files changed

+99
-47
lines changed

14 files changed

+99
-47
lines changed

Cargo.lock

Lines changed: 43 additions & 17 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
@@ -18,7 +18,7 @@ syn = { version = "2.0.111", features = ["full", "extra-traits", "visit", "visit
1818
walkdir = "2.5.0"
1919

2020
[dev-dependencies]
21-
uuid = { version = "1.18.1", features = ["v4"] }
21+
uuid = { version = "1.19.0", features = ["v4"] }
2222

2323
[lints]
2424
workspace = true

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tracing = ["log-instrument", "vmm/tracing"]
1515
[dependencies]
1616
clap = { version = "4.5.53", features = ["derive", "string"] }
1717
displaydoc = "0.2.5"
18-
libc = "0.2.177"
18+
libc = "0.2.178"
1919
log-instrument = { path = "../log-instrument", optional = true }
2020
serde = { version = "1.0.228", features = ["derive"] }
2121
serde_json = "1.0.145"

src/firecracker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gdb = ["vmm/gdb"]
2222
[dependencies]
2323
displaydoc = "0.2.5"
2424
event-manager = "0.4.2"
25-
libc = "0.2.177"
25+
libc = "0.2.178"
2626
log-instrument = { path = "../log-instrument", optional = true }
2727
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
2828
serde = { version = "1.0.228", features = ["derive"] }
@@ -40,7 +40,7 @@ serde_json = "1.0.145"
4040

4141
[dev-dependencies]
4242
cargo_toml = "0.22.3"
43-
libc = "0.2.177"
43+
libc = "0.2.178"
4444
regex = { version = "1.12.2", default-features = false, features = [
4545
"std",
4646
"unicode-perl",

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bench = false
1515
tracing = ["log-instrument", "utils/tracing"]
1616

1717
[dependencies]
18-
libc = "0.2.177"
18+
libc = "0.2.178"
1919
log-instrument = { path = "../log-instrument", optional = true }
2020
regex = { version = "1.12.2", default-features = false, features = ["std"] }
2121
thiserror = "2.0.17"

src/log-instrument/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
bench = false
1111

1212
[dependencies]
13-
log = "0.4.28"
13+
log = "0.4.29"
1414
log-instrument-macros = { path = "../log-instrument-macros" }
1515

1616
[dev-dependencies]

src/pci/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ default = []
1414
[dependencies]
1515

1616
displaydoc = "0.2.5"
17-
libc = "0.2.177"
18-
log = "0.4.28"
17+
libc = "0.2.178"
18+
log = "0.4.29"
1919
serde = { version = "1.0.228", features = ["derive"] }
2020
thiserror = "2.0.17"
2121

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tracing = ["log-instrument", "utils/tracing"]
1414

1515
[dependencies]
1616
displaydoc = "0.2.5"
17-
libc = "0.2.177"
17+
libc = "0.2.178"
1818
log-instrument = { path = "../log-instrument", optional = true }
1919
thiserror = "2.0.17"
2020
vmm-sys-util = "0.15.0"

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bench = false
1919
bincode = { version = "2.0.1", features = ["serde"] }
2020
clap = { version = "4.5.53", features = ["derive", "string"] }
2121
displaydoc = "0.2.5"
22-
libc = "0.2.177"
22+
libc = "0.2.178"
2323
serde = { version = "1.0.228", features = ["derive"] }
2424
serde_json = "1.0.145"
2525
thiserror = "2.0.17"

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clap = { version = "4.5.53", features = ["derive", "string"] }
1717
displaydoc = "0.2.5"
1818

1919
fc_utils = { package = "utils", path = "../utils" }
20-
libc = "0.2.177"
20+
libc = "0.2.178"
2121
log-instrument = { path = "../log-instrument", optional = true }
2222
semver = "1.0.27"
2323
thiserror = "2.0.17"

0 commit comments

Comments
 (0)