Skip to content

Commit

Permalink
[deps] update libc to 0.2.152
Browse files Browse the repository at this point in the history
Includes an OpenBSD fix.
  • Loading branch information
sunshowers committed Jan 8, 2024
1 parent dcda613 commit 517e906
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ smallvec = "1.11.2"
nextest-workspace-hack.workspace = true

[target.'cfg(unix)'.dependencies]
libc = "0.2.151"
libc = "0.2.152"
nix = { version = "0.27.1", default-features = false, features = ["signal"] }

[target.'cfg(windows)'.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,27 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.41", features = ["extra
[target.x86_64-unknown-linux-gnu.dependencies]
futures-core = { version = "0.3.30" }
futures-sink = { version = "0.3.30" }
libc = { version = "0.2.151", features = ["extra_traits"] }
libc = { version = "0.2.152", features = ["extra_traits"] }
linux-raw-sys = { version = "0.4.12", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.28", features = ["fs", "termios"] }
tokio = { version = "1.35.1", default-features = false, features = ["net"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
libc = { version = "0.2.151", features = ["extra_traits"] }
libc = { version = "0.2.152", features = ["extra_traits"] }

[target.x86_64-apple-darwin.dependencies]
futures-core = { version = "0.3.30" }
futures-sink = { version = "0.3.30" }
libc = { version = "0.2.151", features = ["extra_traits"] }
libc = { version = "0.2.152", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.28", features = ["fs", "termios"] }
tokio = { version = "1.35.1", default-features = false, features = ["net"] }

[target.x86_64-apple-darwin.build-dependencies]
libc = { version = "0.2.151", features = ["extra_traits"] }
libc = { version = "0.2.152", features = ["extra_traits"] }

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

0 comments on commit 517e906

Please sign in to comment.