Skip to content

Commit 32c64f2

Browse files
Update Rust crate libc to 0.2.172 (#8125)
1 parent f8948ab commit 32c64f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ ispf = { git = "https://github.com/oxidecomputer/ispf" }
494494
jiff = "0.2.13"
495495
key-manager = { path = "key-manager" }
496496
kstat-rs = "0.2.4"
497-
libc = "0.2.170"
497+
libc = "0.2.172"
498498
libipcc = { git = "https://github.com/oxidecomputer/ipcc-rs", rev = "524eb8f125003dff50b9703900c6b323f00f9e1b" }
499499
libfalcon = { git = "https://github.com/oxidecomputer/falcon", branch = "main" }
500500
libnvme = { git = "https://github.com/oxidecomputer/libnvme", rev = "dd5bb221d327a1bc9287961718c3c10d6bd37da0" }

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
7272
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
7373
lalrpop-util = { version = "0.19.12" }
7474
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
75-
libc = { version = "0.2.171", features = ["extra_traits"] }
75+
libc = { version = "0.2.172", features = ["extra_traits"] }
7676
log = { version = "0.4.22", default-features = false, features = ["kv_unstable", "std"] }
7777
managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] }
7878
memchr = { version = "2.7.4" }
@@ -195,7 +195,7 @@ ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
195195
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
196196
lalrpop-util = { version = "0.19.12" }
197197
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
198-
libc = { version = "0.2.171", features = ["extra_traits"] }
198+
libc = { version = "0.2.172", features = ["extra_traits"] }
199199
log = { version = "0.4.22", default-features = false, features = ["kv_unstable", "std"] }
200200
managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] }
201201
memchr = { version = "2.7.4" }

0 commit comments

Comments
 (0)