Skip to content

Commit 4f5c89a

Browse files
committed
fix(deps): update rust crate libc to 0.2.158
1 parent eced6fe commit 4f5c89a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ smallvec = "1.13.2"
104104
nextest-workspace-hack.workspace = true
105105

106106
[target.'cfg(unix)'.dependencies]
107-
libc = "0.2.157"
107+
libc = "0.2.158"
108108
nix = { version = "0.29.0", default-features = false, features = ["signal"] }
109109

110110
[target.'cfg(windows)'.dependencies]

workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,25 @@ syn = { version = "2.0.74", features = ["extra-traits", "full", "visit", "visit-
4343
[target.x86_64-unknown-linux-gnu.dependencies]
4444
futures-core = { version = "0.3.30" }
4545
futures-sink = { version = "0.3.30" }
46-
libc = { version = "0.2.157", features = ["extra_traits"] }
46+
libc = { version = "0.2.158", features = ["extra_traits"] }
4747
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
4848
miniz_oxide = { version = "0.7.4", default-features = false, features = ["with-alloc"] }
4949
rustix = { version = "0.38.34", features = ["fs", "termios"] }
5050
tokio = { version = "1.39.3", default-features = false, features = ["net"] }
5151

5252
[target.x86_64-unknown-linux-gnu.build-dependencies]
53-
libc = { version = "0.2.157", features = ["extra_traits"] }
53+
libc = { version = "0.2.158", features = ["extra_traits"] }
5454

5555
[target.x86_64-apple-darwin.dependencies]
5656
futures-core = { version = "0.3.30" }
5757
futures-sink = { version = "0.3.30" }
58-
libc = { version = "0.2.157", features = ["extra_traits"] }
58+
libc = { version = "0.2.158", features = ["extra_traits"] }
5959
miniz_oxide = { version = "0.7.4", default-features = false, features = ["with-alloc"] }
6060
rustix = { version = "0.38.34", features = ["fs", "termios"] }
6161
tokio = { version = "1.39.3", default-features = false, features = ["net"] }
6262

6363
[target.x86_64-apple-darwin.build-dependencies]
64-
libc = { version = "0.2.157", features = ["extra_traits"] }
64+
libc = { version = "0.2.158", features = ["extra_traits"] }
6565

6666
[target.x86_64-pc-windows-msvc.dependencies]
6767
futures-core = { version = "0.3.30" }

0 commit comments

Comments
 (0)